I have list of medical supplies that have various expiration dates. With help from the experts here, I created a formula to check for expirations based on a variable called LeadTime that I use for ordering replacement supplies. I would like to extend that to 4 columns of dates that represent separate drawers of suppllies with identical parameters except for the expiration date. I’m sure I need to add an OR function, but I can’t seem to get it in the right place. The original equation that gives me a “T” flag for expiring items in a single cell is:
=IF(ISNUMBER(H29),(IF(H29<TODAY()+LeadTime,"T","")),""). The ISNUMBER is to check for a date, since some items do not expire and the text "None" appears in the cell, and this suppresses value errors. The cells of extra dates in this case would be E39, F39, and G39 (as well as H39).
Thanks for any help!
-
Combined IF and OR (Excel 2000-2004)
- This topic has 4 replies, 2 voices, and was last updated 19 years, 11 months ago.
AuthorViewing 0 reply threadsAuthorViewing 0 reply threads