Hi all,
I am trying to build a spreadsheet which needs to be used by global users. I am in US locale and I am converting a value in a cell B11=40999 to
a date format by using =MONTH(B11)&"/"&DAY(B11)&"/"&YEAR(B11) and I get a value '3/31/2012'. This format gives an error in the UK locale and they need to get the value as '31/3/2012'.
Is there a way I can create a formula based on the locale so that if the locale is Non-US I can use =DAY(B11)&"/"&MONTH(B11)&"/"&YEAR(B11).
Thanks in Advance
Bookmarks