halesowenmum
Active Member
- Joined
- Oct 20, 2010
- Messages
- 383
- Office Version
- 365
- Platform
- Windows
Hi all
I have the following formula which is working great (as far as it goes):
[FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif][FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif]=IF(AF6>AA6,"Not due yet",IF(AF6>AA6+7,"~ 7 days late","+ 7 days late"))[/FONT]
AF6 is Last Review Date
AA6 is todays date.
So the formula is looking to show:
If the Last Review date is overdue return one of the messages based on how over it is, and if its actually not due yet, say so.
But what I want to do though is be able to expand on the lateness element so:
Where it's 0 - 7 days overdue "0-7 days overdue" PALE ORANGE
</strike>[/FONT]
I have the following formula which is working great (as far as it goes):
[FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif][FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif]=IF(AF6>AA6,"Not due yet",IF(AF6>AA6+7,"~ 7 days late","+ 7 days late"))[/FONT]
AF6 is Last Review Date
AA6 is todays date.
So the formula is looking to show:
If the Last Review date is overdue return one of the messages based on how over it is, and if its actually not due yet, say so.
But what I want to do though is be able to expand on the lateness element so:
Where it's 0 - 7 days overdue "0-7 days overdue" PALE ORANGE
Where it's 8 - 30 days overdue "8-30 days overdue" BRIGHT ORANGE
Where it's 31+ days overdue "+31 days overdue". " BRIGHT RED FILL AND BOLD WHITE TEXT
How would I use CF with this formula in order to show the colours indicated above???
Thank you.
<strike>Where it's 31+ days overdue "+31 days overdue". " BRIGHT RED FILL AND BOLD WHITE TEXT
How would I use CF with this formula in order to show the colours indicated above???
Thank you.
</strike>[/FONT]