A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Help neededin adding an additional "Warning Flag" to my current lo



 
 
Thread Tools Display Modes
  #1  
Old June 10th, 2009, 02:02 PM posted to microsoft.public.excel.worksheet.functions
Danny boy
external usenet poster
 
Posts: 106
Default Help neededin adding an additional "Warning Flag" to my current lo

I need assistance in editing a portion of the formula below. As it stands
this formula (which I have written into cell (AD4) WORKS, and does exactly
what it needs to do, however, I’d like to add in one more piece of logic.
Currently, the “Eval” flag triggers if more than (3) months has elapsed from
the class ending date identified in Y4. What I’d like to do, is to add one
ADDITIONAL warning flag that would alert me 2 weeks PRIOR to the triggering
of the “Eval” flag (giving me an opportunity to contact and advise someone
that they have two weeks before an “Evaluation will be required).

My thought is this: the new flag would trigger 2.5 months (e.g. 10 weeks)
from the class ending date identified in Y4, and it would say “Eval-2 week
Warning”. Prior to this date (2.5 months/10 weeks), NO flag would trigger in
AD4.

Once the client gets to the three month point however (from the date
identified in Y4), than the “Eval-2 week Warning” flag would go away, and be
replaced by the “Eval” flag (per the current logic below). Thank you in
advance for any help! Best, Dan

=IF(AND((AND(AB4="",AE4="",AP4"Services Terminated-File
Closed")),TODAY()=EDATE(Y4,12)),
(IF(TODAY()EDATE(Y4,3),"EVAL","")),IF(AND(AE4="Ye s",AB4=""),
(IF(AE4="","","Schedule Exit")),IF(AE4="In Process","Eval Status
Pending","")))

  #2  
Old June 10th, 2009, 02:50 PM posted to microsoft.public.excel.worksheet.functions
Luke M
external usenet poster
 
Posts: 2,672
Default Help neededin adding an additional "Warning Flag" to my current lo

I believe this is what you requi

=IF(AND(AB4="",AE4="",AP4"Services Terminated-File
Closed",TODAY()=EDATE(Y4,12)),IF(TODAY()EDATE(Y4 ,3),"EVAL",IF(TODAY()EDATE(Y4,2.5),"Eval-2
week Warning","")),IF(AND(AE4="Yes",AB4=""),IF(AE4=""," ","Schedule
Exit"),IF(AE4="In Process","Eval Status Pending","")))
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Danny Boy" wrote:

I need assistance in editing a portion of the formula below. As it stands
this formula (which I have written into cell (AD4) WORKS, and does exactly
what it needs to do, however, I’d like to add in one more piece of logic.
Currently, the “Eval” flag triggers if more than (3) months has elapsed from
the class ending date identified in Y4. What I’d like to do, is to add one
ADDITIONAL warning flag that would alert me 2 weeks PRIOR to the triggering
of the “Eval” flag (giving me an opportunity to contact and advise someone
that they have two weeks before an “Evaluation will be required).

My thought is this: the new flag would trigger 2.5 months (e.g. 10 weeks)
from the class ending date identified in Y4, and it would say “Eval-2 week
Warning”. Prior to this date (2.5 months/10 weeks), NO flag would trigger in
AD4.

Once the client gets to the three month point however (from the date
identified in Y4), than the “Eval-2 week Warning” flag would go away, and be
replaced by the “Eval” flag (per the current logic below). Thank you in
advance for any help! Best, Dan

=IF(AND((AND(AB4="",AE4="",AP4"Services Terminated-File
Closed")),TODAY()=EDATE(Y4,12)),
(IF(TODAY()EDATE(Y4,3),"EVAL","")),IF(AND(AE4="Ye s",AB4=""),
(IF(AE4="","","Schedule Exit")),IF(AE4="In Process","Eval Status
Pending","")))

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 10:44 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright 2004-2024 OfficeFrustration.
The comments are property of their posters.