Can I get help with this formula?

Mike B
✭✭
=(IF(OR(MBE@row <> " ", WBE@row <> " ", MWBE@row <> " ", DBE@row <> " ", ACDBE@row <> " ", "Done")))
Best Answer
-
It looks like you have some parenthesis issues. Give this a go...
=IF(OR(MBE@row <> " ", WBE@row <> " ", MWBE@row <> " ", DBE@row <> " ", ACDBE@row <> " "), "Done")
Answers
-
It looks like you have some parenthesis issues. Give this a go...
=IF(OR(MBE@row <> " ", WBE@row <> " ", MWBE@row <> " ", DBE@row <> " ", ACDBE@row <> " "), "Done")
-
Thank you!!!
-
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!