How to write a COUNTIF formula that counts the amount of rows where the date is TODAY-date>80 AND
TODAY-date<99?
Answers
-
Hello @Abbie G
Try this:
=COUNTIFS([Column20]:[Column20], >TODAY(+80), [Column20]:[Column20], <TODAY(+99))
Just replace [Column20]:[Column20] with the column that your Date is in.
Let me know how it goes!
Lidiya Shutaya
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!