+ Reply to Thread
Results 1 to 3 of 3

Auto generating a printed date

  1. #1
    Tbone
    Guest

    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

  2. #2
    CLR
    Guest

    RE: 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


  3. #3
    Rayo K
    Guest

    RE: 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


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1