Need Help Organizing a Formula?
"Dan the Man" wrote...
....
It seems to work appropriately (creating the Confirm AC Follow Through
Flag)
ONLY when a date is input into cell AA7. However, the string of formula
below
should ALSO "register" and produce the applicable flag (Confirm AC Follow
Through), when a date input into cell AL7 (and NO date is placed in cell
AA7).
IF(AND(TODAY()EDATE(AL7,6),AN7="Referred to Tx"),
"Confirm AC Follow Through","")),"")),
....
Perhaps, but the logic of your formula is tortured. There are only 3
relevant states for AN7: "Referred to Tx", "AC Initiated" and anything else.
That should be your MAIN decision variable. It's difficult to figure out
what conditions need to change before you rearrange your formula around
these 3 base states.
|