Value week number

HI EVERYONE!!
A small problem to solve, I have a column with Italian date value 21/12/2021. I would like that in a column called week, it automatically gives me the number of the current wk example “50”. I tried with WEEKDAY ([Data]) but it gives me value “3”

Solved Solved
0 7 161
1 ACCEPTED SOLUTION

ISOWEEKNUM() exists now. Try that instead.

View solution in original post

7 REPLIES 7

Please use WEEKNUM() function

i’m sorry but i try the formula WEEKNUM(TODAY())
In the colum data i have this value 21/12/2021 the result is “52”

Yes, that is correct as per the AppSheet WEEKNUM() expression.

Thanks!!!

OK as a result I should have week 51 not 52

Please take a look at the below post thread. Different systems/standards follow different week number calculations. Please explore if any of the options mentioned below work for you.

ISOWEEKNUM() exists now. Try that instead.

Top Labels in this Space