M
Mari
I need help trying to make a date including a two digit week
The code use now is in the default value section
=Format(Now(),"yyww")
this fine for any week after 9 of the year before that I get a three digit
code instead of four
Like today I should get 0902, but I get 092 after week 9, I will get 0910
and that is perfect.
Any bode know how to force the week into a two digit code.
I was thinking an if then statement checking for the week and then forcing
the code but it seems a little compliacted if there is just a simple answer..
Thank you ahead of time for your help
The code use now is in the default value section
=Format(Now(),"yyww")
this fine for any week after 9 of the year before that I get a three digit
code instead of four
Like today I should get 0902, but I get 092 after week 9, I will get 0910
and that is perfect.
Any bode know how to force the week into a two digit code.
I was thinking an if then statement checking for the week and then forcing
the code but it seems a little compliacted if there is just a simple answer..
Thank you ahead of time for your help