Nested IF statement error

calcnerd

New Member
Joined
Aug 3, 2011
Messages
24
I'm having an issue with a nested IF statement I'm trying to build. Here is what I have currently:

=IF(E60<D60,"Early",IF(E60=D60,"On Time",IF(E60>D60,"Late",IF(E60="","In Progress"))))

The problem is when I added the last IF statement Excel is ignoring it. I left cell E60 blank (because the deliverable hasn't been sent yet), but it's returning "Early". Is this because Excel thinks a blank cell is less than a date? Is there a way around this so it can incorporate that "In Progress" option?

Thanks in advance!
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
I figured this out. I didn't realize the process order was thrown off. Putting the blank cell part first fixed this issue.
 
Upvote 0

Forum statistics

Threads
1,224,585
Messages
6,179,706
Members
452,939
Latest member
WCrawford

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