You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.

Forum Discussion

Paul B.85's avatar
Paul B.85
New member | Level 1
10 years ago

Cannot Change Excel online date format

Hi, I live in Australia and I need to change the date format in Excel to the proper format. It currently displays as mm/dd/yyyy. I've already checked the date format of my Dropbox account and it ...
  • Karsten H.1's avatar
    9 years ago

    @PAUL: You can change the Excel date display format but the Excel date input format is determined by the regional settings of the environment Excel is running in (Web/Windows/Mac/Mobile).

    If you want to display date cells correctly you can use the date detection in this sheet:
    https://dl.dropboxusercontent.com/u/4737890/RegionalSettings.xlsx

    and then use the formula "=TEXT([YourDateCellReference],C8)" to format date cells in Excel.

    With English (Australian) settings on Windows the formula "=TEXT(38000,C8)" shows "14/02/2004".

    The date format problem is one of the weaknesses of Excel. If you want to create internationalized worksheets that work in every country you have to detect the local regional settings and internationalize all formatting, input parsing and formula generating formulas.