Forum Discussion

michelleV7777's avatar
michelleV7777
Copper Contributor
Mar 18, 2022
Solved

help with my excel code please

can someone please tell me what's wrong with my formula. I also don't understand why it wants to put the * in the formula

=IF(OR(AND(C3="Paarl",H3=2014),"right","")*(AND(C3="Wellington",G3>70)),"right","""")

  • michelleV7777 

    =IF(OR(AND(C3="Paarl",H3=2014),AND(C3="Wellington",G3>70)),"right","")

    Maybe like this if i correctly understand what you want to do.

3 Replies