% Date calculation
Hello,
I need to create a % calculation for the number of dates meeting a 'launch' date. What is the best formula to use for this? I will have a long list of dates and I need one column to calculate how many of them are equal to or less than a launch date (25/03/2021).
Any guidance would be greatly appreciated.
Thanks,
Emily
Comments
-
Try something like this...
=COUNTIFS([Date Column]:[Date Column], @cell < DATE(2021, 3, 25))
This will give you the count of how many dates are before 25/3/21. You can then divide that by the total to give you a percentage.
-
Thank you, it worked!
-
Excellent! Happy to help.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!