Created
July 2, 2020 22:54
-
-
Save jmakeig/0e731d55f948e91cfea89eff58aaaec1 to your computer and use it in GitHub Desktop.
Calendar date to MarkLogic fiscal year conversion
This file contains 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
="FY"&IF(MONTH(G2)=1, YEAR(G2), YEAR(G2)+1) & "Q"&IF(MONTH(G2)=1, 4, FLOOR((MONTH(G2)+1)/3,1)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment