Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAHere's my solution.
definitely overcomplicated this one looking at some other solutions 😂
EDIT: Went over some solutions I found here and managed to get it down to a couple tools, learned a lot by going back through appreciate the smart people here who could help!
Went for the inefficient but fun "one-tool" solution:
ToString(DateTimeYear(DateTimeParse([Date], '%m/%d/%y'))) +
'Q' +
ToString(CEIL(DateTimeMonth(DateTimeParse([Date], '%m/%d/%y')) / 3))