combine 3 If AND statements

subz-zero

New Member
Joined
Aug 1, 2012
Messages
12
Hi

Can you help me in combining 3 statements below in to one line to i can put in one cell.

They work fine on each cell but need to combine.

Ive got one column with "high" "Medium" and "low" in there and one column with numbers in.

=IF(AND(D2 = "High,",I2 > 3),"FAILED High","PASS High"),
IF(AND(D2 = "Medium,",I2 > 10),"FAILED Medium","PASS Medium"),
IF(AND(D2 = "Low,",I2 > 20),"FAILED Low","PASS Low")

I want last column showing if the "High" passed or failed depending if the number criteria.

Hope this makes sense

Thanks in advance
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December

Forum statistics

Threads
1,223,247
Messages
6,171,007
Members
452,374
Latest member
keccles

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