C
carl
I am trying to write a nested if that does the
following...
If H2<=3 and C2="Buy" and A2="B" then K2+.15 OR
If H2<=3 and C2="Sell" and A2="B" then J2-.15 OR
If H2>3 and C2="Buy" and A2="B" then K2+.30 OR
If H2>3 and C2="Sell" and A2="B" then J2-.30
Thanks in Advance
following...
If H2<=3 and C2="Buy" and A2="B" then K2+.15 OR
If H2<=3 and C2="Sell" and A2="B" then J2-.15 OR
If H2>3 and C2="Buy" and A2="B" then K2+.30 OR
If H2>3 and C2="Sell" and A2="B" then J2-.30
Thanks in Advance