Brett Crisp
New Member
I have a spreadsheet that I'm building in which I need to populate a cell based on the conditions of 2 other cells. My skill level is to get me in trouble, but enough to figure this one out. Following is what my conditions are:
IF D2="O" and E2="L" OR D2="C" and E2="S" do this G2*H2+J2*(-1)
IF D2="O" and E2="S" OR D2="C" and E2="L" do this G2*H2-J2
Is there a way for me to do this?
IF D2="O" and E2="L" OR D2="C" and E2="S" do this G2*H2+J2*(-1)
IF D2="O" and E2="S" OR D2="C" and E2="L" do this G2*H2-J2
Is there a way for me to do this?