Skip to content

Instantly share code, notes, and snippets.

@jmakeig
Created July 2, 2020 22:54

Revisions

  1. jmakeig created this gist Jul 2, 2020.
    1 change: 1 addition & 0 deletions fy-date-converter.xlsx
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    ="FY"&IF(MONTH(G2)=1, YEAR(G2), YEAR(G2)+1) & "Q"&IF(MONTH(G2)=1, 4, FLOOR((MONTH(G2)+1)/3,1))