I am trying to create a formula that looks at multiple cells for a text string, "Fatal Error." If that string is present in any of the cells it would replace the contents of the cell with text. If that string isn't present it would do a math calculation on those cells. I was able to make it work but only checking one cell:
=IF(G31="Fatal Error","FATAL ERROR",(G14+G22+G29+G33+G38))
Any ideas how to make this work?
Bookmarks