=Format([inDate],"ww")
I'm using this formula to find the week number of a date but I cannot figure out how to change the start day from Sunday to Monday.
I found this syntax for the Format function but can not seem to make it work.
Format ( expression, [ format, [ firstdayofweek, [firstweekofyear] ] ] )
Any help is appreciated.
I'm using this formula to find the week number of a date but I cannot figure out how to change the start day from Sunday to Monday.
I found this syntax for the Format function but can not seem to make it work.
Format ( expression, [ format, [ firstdayofweek, [firstweekofyear] ] ] )
Any help is appreciated.