Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAIt'd be nice if there were a Quarter specifier...
Right([Date],4)
+
'Q'
+
tostring(Floor((Tonumber(Left([Date],findstring([Date],'/')))-1)/3)+1)
Solution