Thread: Formula Problem
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Dale Dale is offline
external usenet poster
 
Posts: 92
Default Formula Problem

I have a worksheet with columns for Transaction Date, Due Date, Past Due 30
days & Past Due 60 days. I would like Excel to say "Yes" if the transaction
date is blank and today's date less the due date is greater than 30 days.
Here is what I build: =IF($B14=""+AND(NOW()-$C1430),"YES","NO"). I accepts
the formula, however I get the #VALUE! message. I hope someone can tell me
what I am doing wrong.