IF Column B@row or Column C@row is more than 10, say yes

A Rose
✭✭✭✭✭
How Can i write the above IF Column B@row or Column C@row is more than 10, say yes, so smartsheet understands?
Anyone, Please assist.
Thank you!
Best Answer
-
Try this...
=IF(OR([Column B]@row > 10, [Column C]@row > 10), "Yes")
Answers
-
Try this...
=IF(OR([Column B]@row > 10, [Column C]@row > 10), "Yes")
-
That worked.
Thank you very much!!!
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!