Count Day Between IF
Options

strobn
βββ
I am looking to count the days between two columns, if a third column meets criteria.
Compare Due Date and Collection Date, counting the days between if Test Type is "Random"
Tags:
Best Answer
-
Try something like this:
=IF([Test Type]@row = "Random", [Due Date]@row - [Collection Date]@row)
Answers
-
Try something like this:
=IF([Test Type]@row = "Random", [Due Date]@row - [Collection Date]@row)
-
Thank you for the response. Perfect!!
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!