Auto generating a printed date

T

Tbone

This seems quite mundane after reading some of the things the rest of you are
working on, but!

I am building a payment booklet. I will be putting 4 payment coupons on each
page, to total 180. I put the start date in a cell (and the payment # in
another). I copy and pasted to the next section of the sheet adding an
=(above cell)+1 on the payment number and that works.
I can not find anything that works with the month. I want the payment due
the first of each month but with the varied # of days in the months I get
varied results if I use +30 or +31. Any help?

Thanks
 
R

Rayo K

Alternatively, you can try this:

=DATE(YEAR(A13),MONTH(A13)+1,DAY(A13))

Both work...
 

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