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)