nested If

RUDYTX

New Member
Joined
Apr 9, 2015
Messages
9
Hello!
I need help with this formula. Right now this formula is true if all the values in red are E, 1, N or all the values in blue are E, 1, N
Sometimes my data base wont have data in red or blue, and sometimes will have both. When it has data in red and blue i want my formula to consider the data in blue and ignore the data in red to be true.

Thanks in advance


ABCDEFGHIJK
1
2
310STD44E1NE1NYES
4

<tbody>
</tbody>

K3:
=IF((AND(A3=10,OR(B3="STD",AND(C3=4,D3=4)),OR(AND(E3="E",F3=1,G3="N"),AND(H3="E",I3=1,J3="N")))),"YES","NO")
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest

Forum statistics

Threads
1,221,418
Messages
6,159,793
Members
451,589
Latest member
Harold14

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top