Forum Discussion

xmishaniagx's avatar
xmishaniagx
Copper Contributor
Jan 31, 2018
Solved

nested "IF" with "AND" and "IF" with "OR" function

Hi All, can somebody please help with the following? I am trying to do 3 conditions, using nested "IF" with "AND" functions and "IF" with "OR" functions. Let's assume cell c3=2 and cell c4=3.  wha...
  • Damien_Rosario's avatar
    Jan 31, 2018
    Hi there

    Try this:

    =IF(AND(C3=2,C4=3),"100",IF(AND(C3<>2,C4<>3),"0","50"))

    Hope that works? Let us know how you go.

    Cheers
    Damien

Resources