Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 102
Default How to create one additional warning flag into my logic?

I need assistance in editing a portion of the formula below. As it stands
this formula (which I have written into cell (AF4) WORKS, and does exactly
what it needs to do, however, Id like to add in one more piece of logic.
Currently, the BEGIN ANEW-IDIP 011 & 021 TO DPHS flag triggers if more than
(12) months has elapsed from the class ending date identified in Y4. What Id
like to do, is to add one ADDITIONAL warning flag that would alert me (1)
month PRIOR to the triggering of the BEGIN ANEW-IDIP 011 & 021 TO DPHS flag
(giving me an opportunity to contact and advise someone that they have one
month before they have to begin the entire curriculum anew).

My thought is this: the new flag would trigger 11 months from the class
ending date identified in Y4, and it would say Begin Anew-One Month
Warning. Prior to 11 months, however, NO flag would trigger in AF4.

Once the client gets to the 12 month point however (from the date identified
in Y4), than the Begin Anew-One Month Warning flag would go away, and be
replaced by the BEGIN ANEW-IDIP 011 & 021 TO DPHS flag (per the current
logic below). Thank you in advance for any help! Best, Dan

Current Formula in cell AF4

=IF(Y4="","",IF(AB4<"","",IF(AP4<"","",IF(TODAY( )EDATE(Y4,12),(IF(AG4="Sent","$460.00
Re-Start Fee Owed",(IF(AG4="$460.00 Re-Start Fee Paid","","BEGIN ANEW-IDIP
011 & 021 TO DPHS")))),""))))

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,480
Default How to create one additional warning flag into my logic?

Hi Danny

Try
=IF(Y4="","",
IF(AB4<"","",
IF(AP4<"","",
IF(TODAY()EDATE(Y4,12),
IF(AG4="Sent","$460.00 Re-Start Fee Owed",
IF(AG4="$460.00 Re-Start Fee Paid","","BEGIN ANEW-IDIP 011 & 021 TO DPHS")),
IF(TODAY()EDATE(Y4,11),"Begin A New One Month Warning","")))))

This takes you to the limit of nesting in XL2003 or lower.


--
Regards
Roger Govier

"Danny Boy" wrote in message
...
I need assistance in editing a portion of the formula below. As it stands
this formula (which I have written into cell (AF4) WORKS, and does exactly
what it needs to do, however, Id like to add in one more piece of logic.
Currently, the BEGIN ANEW-IDIP 011 & 021 TO DPHS flag triggers if more
than
(12) months has elapsed from the class ending date identified in Y4. What
Id
like to do, is to add one ADDITIONAL warning flag that would alert me (1)
month PRIOR to the triggering of the BEGIN ANEW-IDIP 011 & 021 TO DPHS
flag
(giving me an opportunity to contact and advise someone that they have one
month before they have to begin the entire curriculum anew).

My thought is this: the new flag would trigger 11 months from the class
ending date identified in Y4, and it would say Begin Anew-One Month
Warning. Prior to 11 months, however, NO flag would trigger in AF4.

Once the client gets to the 12 month point however (from the date
identified
in Y4), than the Begin Anew-One Month Warning flag would go away, and be
replaced by the BEGIN ANEW-IDIP 011 & 021 TO DPHS flag (per the current
logic below). Thank you in advance for any help! Best, Dan

Current Formula in cell AF4

=IF(Y4="","",IF(AB4<"","",IF(AP4<"","",IF(TODAY( )EDATE(Y4,12),(IF(AG4="Sent","$460.00
Re-Start Fee Owed",(IF(AG4="$460.00 Re-Start Fee Paid","","BEGIN ANEW-IDIP
011 & 021 TO DPHS")))),""))))

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
Help neededin adding an additional "Warning Flag" to my current lo Danny Boy Excel Worksheet Functions 1 June 10th 09 02:50 PM
Create logic functions like a flip-flop in excel? jimsablast Excel Discussion (Misc queries) 1 April 25th 09 12:04 PM
create additional rows containing data from one original row jwbuyer Excel Discussion (Misc queries) 0 December 24th 08 04:42 PM
Please respond: Need to create additional measure in pivot table Angel Excel Discussion (Misc queries) 1 June 19th 06 08:19 PM
i need to create an invoice that will flag up when not paid bgc1416 Excel Discussion (Misc queries) 2 November 9th 05 03:04 PM


All times are GMT +1. The time now is 02:29 AM.

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

About Us

"It's about Microsoft Excel"