if formulas

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need help in setting up the following formula:
(IF) Date recd - date due is> than XXXX then =0
& IF DATE DUE - DATE RECD > XXXX if not = 0
Thank you
 
Try This

=IF(A3-B3>0,"Late","Ontime")

where A3 is the received date cell and B3 is the due date cell. You can
also reference a third cell for the number of acceptable days late (i.e.
$a$1)

Regards,Nick
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top