=TEXT(TODAY(),"YYYYMMDD")
when I use this formula do you why I get YYYY08DDIf you just want to change the look, but keep it as a valid date, you can simply put =TODAY() in the cell and apply a custom format to the cell of "YYYYMMDD".
If you want it to be a text value, and not date, use the formula:
Excel Formula:=TEXT(TODAY(),"YYYYMMDD")
You should get "20230815".when I use this formula do you why I get YYYY08DD
=TEXT(TODAY(),"YYYYMMDD")
YYYY08DD
Iam a german userYou should get "20230815".
There is no way I can see the formula:
returning:Excel Formula:=TEXT(TODAY(),"YYYYMMDD")
unless you have some really bizarre regional settings.Excel Formula:YYYY08DD
Just to confirm, are you using Excel, or some other program?
=TEXT(TODAY(),"yyyymmdd")
=TEXT(TODAY();"yyyymmdd")
Iam a german userYou should get "20230815".
There is no way I can see the formula:
returning:Excel Formula:=TEXT(TODAY(),"YYYYMMDD")
unless you have some really bizarre regional settings.Excel Formula:YYYY08DD
Just to confirm, are you using Excel, or some other program?
1.Microsoft 365 for enterpriseWhat about all my other questions/suggestions?
1. Are you using Excel? If so, what version?
2. Did you try:
Excel Formula:=TEXT(TODAY(),"yyyymmdd")
3. Do you use commas or semi-colons to separate formula arguments?
If semi-colons, you would need to change the formula, i.e.
Excel Formula:=TEXT(TODAY();"yyyymmdd")
4. What do your date regional settings look like?