Converting serial dates from Excel to readable dates in Airtable
  • 31 Oct 2022
  • 1 Minute zum Lesen
  • Dunkel
    Hell
  • pdf

Converting serial dates from Excel to readable dates in Airtable

  • Dunkel
    Hell
  • pdf

The content is currently unavailable in German. You are viewing the default English version.
Article Summary

One of the ways Microsoft Excel stores dates is as serial numbers which are formatted to be used in calculations (more here). This means that by default, January 1, 1900 is serial number 1, with each new day being assigned the next sequential number.

If you've imported serial dates from Excel into Airtable you can use a DATE_ADD() function in your table to add the appropriate amount of days (the number imported from your Excel file) starting from 1/1/1900.

DATEADD('1/1/1900',({Serial Date Number}-1),'days')

Screen Shot 2019-04-18 at 6.35.27 PM

​As a note, you need to ensure that the option to use GMT for all collaborators is toggled off in the formula field settings.


War dieser Artikel hilfreich?