If or Isblank Formula

Options

I am trying to write this formula, if the cell is blank return value of 0, OR if the cell contains the word resource return value of 0, otherwise return the value of 3 for both. I have written this formula 500 times today and cannot get it right, can someone help?

=IF(OR(ISBLANK(Title@row), 0, 3), (Title@row = "Resource"), 0, 3)

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!