Forum Discussion
xmishaniagx
Jan 31, 2018Copper Contributor
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...
- Jan 31, 2018Hi 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
xmishaniagx
Feb 01, 2018Copper Contributor
Thank you very much, Damien.
Damien_Rosario
Feb 01, 2018Silver Contributor
No worries friend. You did all the heavy lifting, all I did was adjust your formula to give you the desired result. Great team work!
All the best.
Cheers
Damien
All the best.
Cheers
Damien