ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Deadline Notice (https://www.excelbanter.com/excel-worksheet-functions/96435-deadline-notice.html)

roy.okinawa

Deadline Notice
 
I use this formula to notify me when something has went past its deadline:

=IF(AND(LEN(H558)<0,H558K558),"Past TAT","")

I would like it modified to alert me when the accumulated days in "H" are 5
days before the set days in "K".

Formula + "5 days before TAT".

Please help.

[email protected]

Deadline Notice
 
"roy.okinawa" wrote:
I use this formula to notify me when something has went past its deadline:
=IF(AND(LEN(H558)<0,H558K558),"Past TAT","")
I would like it modified to alert me when the accumulated days in "H" are 5
days before the set days in "K".


If I understand your situation correctly, the following should work for you:

=if(and(len(H558)<0, H558=K558-5), "5 days before TAT", "")

But that seems a little too obvious. I suspect I do not understand the
values in H558 and K558 or some other aspect of your problem. If that is the
case, please explain more.


roy.okinawa

Deadline Notice
 
That works.

For info, H continues to add the number of days until item is closed. K is
a set number that does not change. Once H is within 5 days of K then your
formula will alert me to that fact. Quick and easy snapshot.

H K L

14 17 5 Days before TAT

Thanks.

" wrote:

"roy.okinawa" wrote:
I use this formula to notify me when something has went past its deadline:
=IF(AND(LEN(H558)<0,H558K558),"Past TAT","")
I would like it modified to alert me when the accumulated days in "H" are 5
days before the set days in "K".


If I understand your situation correctly, the following should work for you:

=if(and(len(H558)<0, H558=K558-5), "5 days before TAT", "")

But that seems a little too obvious. I suspect I do not understand the
values in H558 and K558 or some other aspect of your problem. If that is the
case, please explain more.



All times are GMT +1. The time now is 11:54 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com