First date of next month?

R

Randy

I have a cell where I put a date A1. I need a formula where it will
produce the first date of the next month.


Thanks for any help.
 
R

Ron Coderre

Try this:
=EOMONTH(A1,0)+1

Note: If this function is not available, and returns the #NAME? error,
install and load the Analysis ToolPak add-in

Does that help?
 

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