Problem with week number/day type formula
Hi
I have a formula to work out the week number and day per month..
C1 ="W"&CEILING(DAY(B1)/7,1)&TEXT(WEEKDAY(B1),"DDD") and B1=TODAY( )
It was working fine but today should be W2Mon and the formula gives W1Mon.
Thanks
Wendy
|