You need to sign in to do that
Don't have an account?
how to get week name from a date field
hi
i need a formula to display name of the week form a date field called date_of_birth.
Please show me the solution.
You need to sign in to do that
Don't have an account?
hi
i need a formula to display name of the week form a date field called date_of_birth.
Please show me the solution.
All Answers
Hi,
I think you want to display 1, 2, 3 and 4 as week value. Try the below formula and made changes accordingly:
FLOOR(DAY( Datevalue(CreatedDate))/7 ) + 1
Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved.