Count days with dates

could a math wizard tell me if it is possible to count the number of days remaining with 2 dates?

For example I would like to have the number of days which passed from a date to today.

For example, 12.07.22 to today = 87 days.

On excel it’s quite simple just do =TODAY()-C5, is it possible to have a solution with Glide tables?

Thank you for your help!

Round(Now-Date)

2 Likes

You’re the best :heart_eyes:

If you think that’s impressive, check out the below thread :wink:

6 Likes

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.