Hi Bob!
I'm not sure that I do what you want if DL204 has OVERDUE ACCOUNT but
look at the following:
=IF(DU161<=0,"",IF(DL204="OVERDUE ACCOUNT","","PLEASE IGNORE THIS
OVERDUE BALANCE IF PAID-->"))
You should be able to adapt it.
One way of shortening your formulas would be to put your messages into
cells and to refer to them:
So if OVERDUE ACCOUNT was put in DZ1 and PLEASE IGNORE THIS OVERDUE
BALANCE IF PAID--> was put in DZ2:
=IF(DU161<=0,"",IF(DL204=DZ1,"",DZ2))
If you named DZ1 ODAMess and DZ2 NormODMess
=IF(DU161<=0,"",IF(DL204=ODAMess,"",NormODMess))
This makes formulas shorter and easier to understand.
--
Regards
Norman Harker MVP (Excel)
Sydney, Australia
(e-mail address removed)
Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.