ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   New Users to Excel (https://www.excelbanter.com/new-users-excel/)
-   -   Auto generating a printed date (https://www.excelbanter.com/new-users-excel/72385-auto-generating-printed-date.html)

Tbone

Auto generating a printed date
 
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

CLR

Auto generating a printed date
 
=MONTH(A13)+1&"/"&DAY(A13)&"/"&YEAR(A13)

Vaya con Dios,
Chuck, CABGx3



"Tbone" wrote:

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


Rayo K

Auto generating a printed date
 
Alternatively, you can try this:

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

Both work...

"CLR" wrote:

=MONTH(A13)+1&"/"&DAY(A13)&"/"&YEAR(A13)

Vaya con Dios,
Chuck, CABGx3



"Tbone" wrote:

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



All times are GMT +1. The time now is 12:47 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com