Nested IF Statement

AliGeeJay

New Member
Joined
Nov 28, 2018
Messages
14
Office Version
  1. 365
Platform
  1. Windows
I am looking for some advice of nested IF statements.

I am looking to put an IF statement in Cell C2 with the following conditions:

If Cell A2 <10 and Cell D2 = Compliant then “ “ but, if Cell A2 is between 10 and 50 refence Cell E5, but if it is >50 then reference Cell E4.

However if Cell A2 <10 and Cell D2 = Investigate then reference Cell E3 but, if Cell A2 is between 10 and 50 reference Cell E5, but if it is >50 then reference Cell E4.

Finally, if Cell D2 = Concurrent then reference Cell E4.

I hope my outline above makes sense.

I have attached a spreadsheet for reference of what the outcome would look like.

Con_Sample.xlsx
ABCDE
1Threshold %RAG Status
29%Compliant
335%Compliant?
4-12%?Investigate
515%Concurrent
Sheet1
Cell Formulas
RangeFormula
C5C5=IF(A5<0,"",IF(OR(D5="Concurrent",D5="Investigate",D5="Compliant"),IF(OR(A5>10,A5<50,),E5,"")))
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.

Forum statistics

Threads
1,214,927
Messages
6,122,311
Members
449,080
Latest member
jmsotelo

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