Poolshark25
New Member
- Joined
- Jan 3, 2019
- Messages
- 31
Hi
I have this formula that i have managed to get to return the results i need, but it is a it long-winded.
Is there a way this could be simplified?
=IF(C9=(TODAY()-7),"Retrain",IF(C9=(TODAY()-6),"Retrain",IF(C9=(TODAY()-5),"Retrain",IF(C9=(TODAY()-4),"Retrain",IF(C9=(TODAY()-3),"Retrain",IF(C9=(TODAY()-2),"Retrain",IF(C9=(TODAY()-1),"Retrain",IF(C9=(TODAY()),"Retrain",IF(C9<'Today -7'!$B$1,"Overdue","Ok")))))))))
I want Excel to return "Retrain" if an expiry date is within 7 days of todays date but if it has passed todays date to return "Overdue". If the expiry date is more than 7 days prior to todays date (Still valid) to return Ok"
Any help would be appreciated.
Regards,
Ernie
I have this formula that i have managed to get to return the results i need, but it is a it long-winded.
Is there a way this could be simplified?
=IF(C9=(TODAY()-7),"Retrain",IF(C9=(TODAY()-6),"Retrain",IF(C9=(TODAY()-5),"Retrain",IF(C9=(TODAY()-4),"Retrain",IF(C9=(TODAY()-3),"Retrain",IF(C9=(TODAY()-2),"Retrain",IF(C9=(TODAY()-1),"Retrain",IF(C9=(TODAY()),"Retrain",IF(C9<'Today -7'!$B$1,"Overdue","Ok")))))))))
I want Excel to return "Retrain" if an expiry date is within 7 days of todays date but if it has passed todays date to return "Overdue". If the expiry date is more than 7 days prior to todays date (Still valid) to return Ok"
Any help would be appreciated.
Regards,
Ernie