In need of formula to check box using based on data from 2 columns
My best try was: =IF(AND([To Be Filed]@row > 0, 1, [Days Since Close]@row < 60, 1))
Got any ideas?
Tags:
Best Answer
-
=IF(AND([To Be Filed]@row > 0, [Days Since Close]@row < 60), 1, 0)
Answers
-
=IF(AND([To Be Filed]@row > 0, [Days Since Close]@row < 60), 1, 0)
-
Mega thanks Neil Watson. It worked. U DA MAN!
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!