Formula that counts how many rows have a date in the past
Options

Beth M
✭✭✭
Hi! I need help with creating a formula that will count how many rows in my column called End Date have dates in the past. I've tried the following and it gives an "unparseable" error:
=COUNTIFS([End Date]:[End Date], "<=" & TODAY())
Thanks in advance for your help!
Tags:
Best Answer
-
You are very close, try this.
=COUNTIFS([End Date]:[End Date], <= TODAY())
Answers
-
You are very close, try this.
=COUNTIFS([End Date]:[End Date], <= TODAY())
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!