Lots of nested IF's after meeting certain criteria?

wintye

New Member
Joined
Apr 15, 2013
Messages
15
Hi All,

I hope you're enjoying your Sunday evening.

I have the following table that needs a formula inserting in the 'Status' column


Table:


Unique IdentifierFirst NameLast NameGradeStatusCompleted On+ YearsDue
12345JaneDoe5Not Applicable1
12346JohnDoe5Not Applicable13/12/2017113/12/2018
12347JaneSmith7Not Applicable12/11/2017123/11/2018
12348JohnSmith4Due1
12349JaneJones5Not Applicable11/12/2017111/12/2018
12334JohnJones4Completed14/12/2017114/12/2018
12335JaneDoe6Not Applicable02/01/2018102/01/2019
12336JohnDoe5Not Applicable29/09/2017127/09/2018
12337JaneSmith4Completed27/09/2017127/09/2018
12338JohnSmith3Due1

<tbody>
</tbody>



I need the formula inserted in the Status column to return the values as shown above.


"Not Applicable" if the grade is 5 or higher. (Some that are grade 5 or above have completed the course but I need it to ignore that and still show as not available.

"Due" if a Grade 3 or 4 doesn't have a date entered in the 'completed on' column
"Due in 2 wks" if the due column is today's date + 14
"Due in 4 wks" if the due column is today's date + 28
"Expired" if less than Today's Date
"Completed" if the date is within a year (less a month)

Any help would be greatly greatly appreciated.

Let me know if you have any questions :)

Thank you in advance
Wintye
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
what does this line mean exactly

"Completed" if the date is within a year (less a month)
 
Upvote 0
Hi Dryver14,

Thanks for your reply.

The Spreadsheet is to manage training. This course needs to expire before it can be completed again. It then needs to be completed within 1 month of the expiry date.

In order to allow me to send reminders, I also want it to show when they have 2 wks to complete, 4 wks to complete, when it's due to be completed (as should have but never taken), or when expired (4 weeks after the expiry date).

Additionally I need the cell to show as "Not Applicable" if the user isn't a grade 1, 2, 3, or 4.



Basically if the Unique Identifier relates to a grade 1, 2, 3, or 4 and there's a date entered in the 'Completed' column, then I need the 'Status' cell to show as "Completed as well as 2 wks etc.

Thanks for any help you can offer

Wintye
 
Upvote 0

Forum statistics

Threads
1,215,586
Messages
6,125,683
Members
449,249
Latest member
ExcelMA

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