Skip to main content
Solved

Can custom formatting be applied to columns in Airtable?

  • August 22, 2021
  • 1 reply
  • 20 views

Forum|alt.badge.img+1

Hello
I have converted an Excel spreadsheet into an Airtable base.
In excel, I have columns that are formatted to show [month] & [weeknum] based on a date that is entered.
Is this possible in Airtable?
Kind regards,
Sally

Best answer by Kamille_Parks11

You would need one field for the date, and another field (a formula) to format the date:

DATETIME_FORMAT({Date Field}, "MM ww")

Or you resign to use a single line text field and format the month/week num yourself.

1 reply

Kamille_Parks11
Forum|alt.badge.img+27

You would need one field for the date, and another field (a formula) to format the date:

DATETIME_FORMAT({Date Field}, "MM ww")

Or you resign to use a single line text field and format the month/week num yourself.