Hello. I have three columns on my data:
COlumn A: consist of text of "Nice" or "Bad"
Column B: all numeric
Column C: all numeric
I want the IF statement to do this:
=IF(Column A="Bad", SUM the values in Column B and C or else give me value in Column C)
Does it make sense?
So my True statement needs to give me the SUM of the value in Column B and C, if it meets the statement...
Can anyone help? Thank you!!!!
Bookmarks