Help

Date - Date submitted to show days passing

Topic Labels: Dates & Timezones
609 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Clair_Arthur
4 - Data Explorer
4 - Data Explorer

I have the first column with a start date (Date Submitted). I am wanting to know how to code so that the next column will show how many days are passing since the start date (Date submitted). Then if the status (another column) comes back as closed it’ll then show closed.

1 Reply 1

Hi @Clair_Arthur :wave: . Welcome to Airtable Community!! :smiling_face_with_three_hearts:

The formula code that I would use is [IF(Status="Closed","Closed",DATETIME_DIFF({Date Submitted},TODAY(),'days')*(-1))]

hth,
Nathalie@VAcePro.com