Hi, I think this should be a fairly easy question. But I'm not sure how to search given that my keywords are all very common and short.
I have two columns. First column contains either "P" or "N" second column contains a percentage (positive or negative value). In the third column I'd like to have the result be that IF "P" AND positive percent value, OR "N" AND negative percent value, THEN "Win", otherwise "Lose"
The formula I've started looks like this:
=IF(AND(S2>0,H2="P")*(OR(S2<0,H2="N")),"Win","Lose")
Excel added in the "*" which I think is part of my problem, but I'm not sure on the syntax for adding in an AND statement and an OR statement together.
Help is much appreciated.
Bookmarks