Hello, I believe I have formula to to sort rows by work week (Monday to Friday) based on a Date column but it keep saying: #UNPARSEABLE
The formula I have been using is = "Week of " + TEXT([Date]@row - WEEKDAY([Date]@row, 2) + 1, "mmm d, yyyy") - my Date Column is name the same.
Any suggestions?