Nested IF/AND/STATEMENT

Pika735

New Member
Joined
Sep 14, 2020
Messages
15
Office Version
  1. 2019
Platform
  1. MacOS
  2. Web
Date of review Checks onACTION
01/25/221/22/22N/A
1/22/221/25/22TRUE
1/23/221/26/22FALSE

IF Date of review is before Checks on and action is true = Pass
IF Date of review is after checks on and action is N/A = Pass
IF Date of review is before Checks in on and action is false = Fail

I am having issues with the nested if statement
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
Hi,

See if this works for you:

Book3.xlsx
ABCD
1Date of reviewChecks onACTION
21/25/20221/22/2022N/APass
31/22/20221/25/2022TRUEPass
41/23/20221/26/2022FALSEFail
Sheet1008
Cell Formulas
RangeFormula
D2:D4D2=IF(A2<B2,IF(C2,"Pass","Fail"),"Pass")
 
Upvote 0
Solution

Forum statistics

Threads
1,215,329
Messages
6,124,302
Members
449,149
Latest member
mwdbActuary

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