Hi! I created an Excel tool that utilizes basic DATE to TEXT formula to get a certain output format:
I had to hand the tool over, but it doesn't work in the other PC anymore (some bogus output). Both are Win10 + Office365. Main difference - while my PC regional settings are Estonian, the other PC has Finnish setup. All the regional settings are in either EST or FIN, though both computers run Excel in English.
The way this formula runs in another PC is adjusting formula to:
This is the same formula, however in Finnish (v = year, k = month, p = day). With that being said, "yyyymmdd" clearly is NOT Estonian either, but it works regardless. I don't want to change the formula into Finnish format as it wouldn't run on my PC anymore. Is there a way to overcome this without destroying either PC-s regional settings? I think backup plan is switch all date manipulation to VBA Format function, but perhaps there's an easier way to retain the formulas? Must admit, was quite surprised to see regional settings shift formula syntax like that...
Any chance to run the same original formula with a different Windows regional setup?
Excel Formula:
TEXT(TODAY(),"yyyymmdd")
I had to hand the tool over, but it doesn't work in the other PC anymore (some bogus output). Both are Win10 + Office365. Main difference - while my PC regional settings are Estonian, the other PC has Finnish setup. All the regional settings are in either EST or FIN, though both computers run Excel in English.
The way this formula runs in another PC is adjusting formula to:
Excel Formula:
TEXT(TODAY(),"vvvvkkpp")
This is the same formula, however in Finnish (v = year, k = month, p = day). With that being said, "yyyymmdd" clearly is NOT Estonian either, but it works regardless. I don't want to change the formula into Finnish format as it wouldn't run on my PC anymore. Is there a way to overcome this without destroying either PC-s regional settings? I think backup plan is switch all date manipulation to VBA Format function, but perhaps there's an easier way to retain the formulas? Must admit, was quite surprised to see regional settings shift formula syntax like that...
Any chance to run the same original formula with a different Windows regional setup?