If/AND/Or Formula Help
In cell H2:
=IF(AND(OR(A2="Fred",B2="Fred"),D2="A"),IF(C2="Sel l",G2-E2,E2-G2),"")
And copy down to match.
HTH,
Bernie
MS Excel MVP
"carl" wrote in message
...
I tried but cannot get a formula to give me the result.
I am looking for a formula for ColH (Calc) that will do the following:
If Name1 OR Name2 is Fred And Type is A, For Side=Sell (PriceB-Price), For
Side=Buy (Price-PriceB)
Name1 Name2 Side Type Price PriceA PriceB Calc
Fred Blank Buy A 2 2 3 1
Blank Fred Sell A 5 4 6 1
Thank you in advance.
|