#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
roy.okinawa
 
Posts: n/a
Default 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.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
 
Posts: n/a
Default 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.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
roy.okinawa
 
Posts: n/a
Default 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.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to input a pop up to advise me about my deadline? liliandelosnarcos Excel Discussion (Misc queries) 3 August 6th 07 09:48 AM
Anyone notice excel search within cell limited to first 1024 chars frank479 Excel Discussion (Misc queries) 1 May 14th 06 04:55 AM
remove virus notice [email protected] Excel Discussion (Misc queries) 2 September 12th 05 06:36 PM
Active Deadline Willamina Excel Discussion (Misc queries) 5 April 9th 05 07:42 AM
missing deadline MJOHNSON Excel Worksheet Functions 3 January 26th 05 11:05 PM


All times are GMT +1. The time now is 07:15 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"