Round dates from 1to 15 to 1st and 16 to 31 to 16th of same month

Becky

Webmistress
Joined
Mar 25, 2003
Messages
7,424
Reaction score
1,511
This should work (where A1 is the date you want to change):

=IF(DAY(A1)<16,DATE(YEAR(A1),MONTH(A1),1),DATE(YEAR(A1),MONTH(A1),16))

Hope this helps! :)
 

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

Top