Created
November 14, 2016 11:59
-
-
Save peterkappus/05a77d95a4b209d1d78fe2cec8555844 to your computer and use it in GitHub Desktop.
Convert month number to financial quarter (e.g. month 3 => quarter 4; month 10 => quarter 3)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(((month_num+8)%12)*4/12)+1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment