comparing dates
Options

Alta
✭✭
I want to compare dates so that if the date of one column is within 3 days of the other date, "pass" goes into a new column, otherwise it prints "fail"
Answers
-
=IF(ABS( [Date1]@row-[Date2]@row)<=3, "Pass", "Fail")
Brent C. Wilson, P.Eng, PMP, Prince2
Facilityy Professional Services Inc.
http://www.facilityy.com
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!