Skip to main content
Solved

Total Days

  • May 25, 2025
  • 4 replies
  • 63 views

Forum|alt.badge.img+2

I need a column to calculate the total days- formula being ENDDATE minus STARTDATE plus 1.  Any suggestions?  I can get the datetime_diff, but that is days between not total days.

Thank you!!

 

Best answer by ScottWorld

You would just add +1 to the end of your formula like this:

DATETIME_DIFF({End Date},{Start Date},'days') +1

Hope this helps! If you’d like to hire the best Airtable consultant to help you with anything Airtable-related, please feel free to contact me through my website: Airtable consultant — ScottWorld

4 replies

ScottWorld
Forum|alt.badge.img+35
  • Genius
  • Answer
  • May 25, 2025

You would just add +1 to the end of your formula like this:

DATETIME_DIFF({End Date},{Start Date},'days') +1

Hope this helps! If you’d like to hire the best Airtable consultant to help you with anything Airtable-related, please feel free to contact me through my website: Airtable consultant — ScottWorld


Mike_AutomaticN
Forum|alt.badge.img+28

Hey ​@LWSEA!

 

Scott’s solution above is correct. 
Just FYI you might also be interested in taking a look at the WORKDAY_DIFF() formula. Might or might not apply  

 

For more information on Date Functions you can check out this Article. 


Forum|alt.badge.img+2
  • Author
  • New Participant
  • May 26, 2025

Thank you ​@ScottWorld.  I had been putting the +1 inside the parentheses.  With your help, it is now working.  Thank you!!

I am brand new to Airtable, so just learning as I go for now.

Appreciate the help.


ScottWorld
Forum|alt.badge.img+35
  • Genius
  • May 26, 2025

You’re welcome! Glad I could help! 😀

- ScottWorld, Expert Airtable Consultant