Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • Not quite, the final output for the fiscal period must be read as "2023P08, 2023P09, 2023P10" and so forth. Commented Jun 19 at 17:24
  • 1
    Try: =YEAR([@DATE])&"P"&CHOOSE(MONTH([@Date]);"04";"05";"06";"07";"08";"09";"10";"11";"12";"01";"02";"03")
    – bugdrown
    Commented Jun 20 at 8:47
  • 1
    That worked perfectly! Thank you! Commented Jun 20 at 13:56