Return days remaining between two dates
This tutorial shows how to calculate the remaining days between two dates by using a basic arithmetic formula
=C5-B5
|
GENERIC FORMULA
=end_date-start_date
ARGUMENTS EXPLANATION |
RELATED TOPICS
Related Topic | Description | Related Topic and Description |
---|---|---|
Return date overlap in days | How to return the number of days that overlap between two date ranges | |
Return days remaining as of today | How to calculate the remaining days as of today |