Hi, I'm looking for some help with a formula.
I need to create a formula in a column named "Period" with the #of the week and month from a system column (modified date). The format I need to use is a combined text with the number of the week and the month, for example "WK 1 Jan", "WK 2 Jan", etc.
I tried: =WEEKNUMBER([Audit Submission Date]@row) - WEEKNUMBER(DATE(YEAR(Timestamp@row), MONTH(Timestamp@row), 1)) + 1 but this gives me an error
I also have tried several formulas without any luck. Can someone help please?
Here is a screenshot for reference. Many thanks in advance!