Hi, I have a board where data is entered against Consultant, Total Hours and Timeline.
I have formulas in all the other fields, as the data is used for graphs on a dashboard:
Week commencing: FORMAT_DATE({Timeline#Start},“DD MMM YYYY”)
Week: ISOWEEKNUM({Week Commencing})
Month: Month({Week Commencing})
Year: YEAR({Week Commencing})
Year-Week: {Year}&“-”&{Week}
Year-Month: {Year}&“-”&{Month}
Year-Qtr: FORMAT_DATE({Week Commencing}, “YYYY-Q”)
Issues:
-
The formula for the Year column YEAR({Week Commencing}) shows as 2,023. Any way of removing the comma?
-
I need the Week and Month to show as 2 digits so 1 should be 01 because as they are now the sorting on my charts do not show correctly in a sort order. As you can see on the image below. 2022-8 and 2022-9 should come before 2022-10. I understand why it is sorting like that but need a fix please.
Thank you.