ragav_in
Board Regular
- Joined
- Feb 13, 2006
- Messages
- 89
- Office Version
- 365
- 2016
- Platform
- Windows
Dear Members,
I am trying to find out the status of a project from a list of projects based on certain conditions, and I would like to have an IF formula for the same. The data I have for each Project is Due Date & 3 Deliverables Name & their Status (Approved, Not Approved). My condition are:
I tried the below formula (under the Status Column F), but I am getting an error and I am unable to find out the reason. The expected output is in the above table
=IF(B2<TODAY()+30,IF(OR(C2<>"Approved",D2<>"Approved",E2<>"Approved", IF(B2>TODAY()+30,IF(NOT(C2<>"Approved",D2<>"Approved",E2<>"Approved"),"Delayed", "On Track")))
Can any one provide some assistance here to get this IF condition working which can populate the status of the projects based on the 4 Columns as shown above? Your time and help in this regard is deeply appreciated.
Thanks in advance for your help and guidance.
Thanks,
ragav_in
I am trying to find out the status of a project from a list of projects based on certain conditions, and I would like to have an IF formula for the same. The data I have for each Project is Due Date & 3 Deliverables Name & their Status (Approved, Not Approved). My condition are:
- If the Due Date is Less than Today()+30 days, and All 3 Deliverables Status are Approved, the Project is On-Track
- If the Due Date is Less than Today()+30 days, and If any one of the Deliverable is not of the Status Approved, then the Project is Delayed
- If the Due Date is More than Today()+30 days, then the Project is On-Track
- Today() is being considered as 14-Apr-22 (current date)
A | B | C | D | E | F |
Project Name | Due Date | Deliverable 1 | Deliverable 2 | Deliverable 3 | Status |
Project 1 | 30-Apr-22 | Approved | Approved | Approved | On Track |
Project 2 | 30-Apr-22 | Approved | Approved | Not Approved | Delayed |
Project 3 | 31-May-22 | Not Approved | Not Approved | Not Approved | On Track |
I tried the below formula (under the Status Column F), but I am getting an error and I am unable to find out the reason. The expected output is in the above table
=IF(B2<TODAY()+30,IF(OR(C2<>"Approved",D2<>"Approved",E2<>"Approved", IF(B2>TODAY()+30,IF(NOT(C2<>"Approved",D2<>"Approved",E2<>"Approved"),"Delayed", "On Track")))
Can any one provide some assistance here to get this IF condition working which can populate the status of the projects based on the 4 Columns as shown above? Your time and help in this regard is deeply appreciated.
Thanks in advance for your help and guidance.
Thanks,
ragav_in