Here is what I am trying to do:
=IF(AA5="","No",IF(AA5<=J5,"Yes","No")) - My lame attempt
Upload Days = AA5 (The number of days to acutally complete the project)
SLA Days = J5 (The number of days allowed to complete a project)
Project Uploaded Date = M5 (The date that the project was completed)
Report Date = B1 (The date of the report)
SLA Met = AC5 (The cell that I need an Equation that will display "Yes" or "No"
What I want is an IF Statement in cell AC5 that will:
- Display a blank cell if there is no data in AA5 (This means the project is in progress)
- Display a "Yes" or a "No" for the project if the Project Uploaded Report Date (M5) is equal to or earlier than the Report Date (B1)
- It should display "Yes" if the Upload Days - SLA Days is equal to or less than zero.
- It should display "No" if the Upload Days - SLA Days is greater than zero.
Thanks!
Update: If there is a "cute" way to have the report date always be today's date that will work too. I am trying to avoid as much manual typing as possible. Thanks!
Q
=IF(AA5="","No",IF(AA5<=J5,"Yes","No")) - My lame attempt
Upload Days = AA5 (The number of days to acutally complete the project)
SLA Days = J5 (The number of days allowed to complete a project)
Project Uploaded Date = M5 (The date that the project was completed)
Report Date = B1 (The date of the report)
SLA Met = AC5 (The cell that I need an Equation that will display "Yes" or "No"
What I want is an IF Statement in cell AC5 that will:
- Display a blank cell if there is no data in AA5 (This means the project is in progress)
- Display a "Yes" or a "No" for the project if the Project Uploaded Report Date (M5) is equal to or earlier than the Report Date (B1)
- It should display "Yes" if the Upload Days - SLA Days is equal to or less than zero.
- It should display "No" if the Upload Days - SLA Days is greater than zero.
Thanks!
Update: If there is a "cute" way to have the report date always be today's date that will work too. I am trying to avoid as much manual typing as possible. Thanks!
Q
Last edited: