I'm trying to format rows containing the word total in one of the first three columns. The problem is "Total" is preceeded by various other words throughout the spreadsheet.
One thought I had was inserting a column with if statements returning one value if "Total" appeared, and another if it didn't, but wasn't able to get the if statement to work correctly due to the other words before total.
Any thoughts?
One thought I had was inserting a column with if statements returning one value if "Total" appeared, and another if it didn't, but wasn't able to get the if statement to work correctly due to the other words before total.
Any thoughts?