How do I use "if statements" when working with dates?

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

Guest

I need...formula if the day of the current date is >10th, then due date will
be 10th of following month. Otherwise, due date will be 10th of current month.
 
Hmmm...
=DATE(YEAR(TODAY()),MONTH(TODAY())+(DAY(TODAY())>10),10)

Hold on there just a second. Are you sure this is what you want? I think you
need a *static* "current date" to use as the comparison. Otherwise, the
formula I suggested will return a different result every 11th of the month.
 

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