+ Reply to Thread
Results 1 to 4 of 4

EXCEL-how to add rowA to year to date rowB??

  1. #1
    Rosered
    Guest

    EXCEL-how to add rowA to year to date rowB??

    I am keeping a spreadsheet to which i change the first column $s monthly. I
    want to have the sheet auto add the new month's $s to the second column year
    to date. HOW TO DO?????

  2. #2
    Don Guillett
    Guest

    Re: EXCEL-how to add rowA to year to date rowB??

    Do you mean that you want to take all info in col A and append to the next
    available cell in col B?

    --
    Don Guillett
    SalesAid Software
    donaldb@281.com
    "Rosered" <Rosered@discussions.microsoft.com> wrote in message
    news:98F23B0E-6B4D-44E4-BF56-F1916B0B14C8@microsoft.com...
    > I am keeping a spreadsheet to which i change the first column $s monthly.

    I
    > want to have the sheet auto add the new month's $s to the second column

    year
    > to date. HOW TO DO?????




  3. #3
    Rosered
    Guest

    Re: EXCEL-how to add rowA to year to date rowB??

    hi don - thank you for your reply. I keep a s/sheet with monthly $s in col
    a. when i post the new monthly $s in col a I want col b to auto add those $s
    to the previous months $s. this will give me a year to date total $s amount.
    how can i do this?? thanks so much!!!

    "Don Guillett" wrote:

    > Do you mean that you want to take all info in col A and append to the next
    > available cell in col B?
    >
    > --
    > Don Guillett
    > SalesAid Software
    > donaldb@281.com
    > "Rosered" <Rosered@discussions.microsoft.com> wrote in message
    > news:98F23B0E-6B4D-44E4-BF56-F1916B0B14C8@microsoft.com...
    > > I am keeping a spreadsheet to which i change the first column $s monthly.

    > I
    > > want to have the sheet auto add the new month's $s to the second column

    > year
    > > to date. HOW TO DO?????

    >
    >
    >


  4. #4
    Don Guillett
    Guest

    Re: EXCEL-how to add rowA to year to date rowB??

    Use a worksheet_change event to
    target.offset(,1)=target(offset(-1)+target


    --
    Don Guillett
    SalesAid Software
    donaldb@281.com
    "Rosered" <Rosered@discussions.microsoft.com> wrote in message
    news:BABA6229-2F20-48CA-B183-B4D6848B2245@microsoft.com...
    > hi don - thank you for your reply. I keep a s/sheet with monthly $s in

    col
    > a. when i post the new monthly $s in col a I want col b to auto add those

    $s
    > to the previous months $s. this will give me a year to date total $s

    amount.
    > how can i do this?? thanks so much!!!
    >
    > "Don Guillett" wrote:
    >
    > > Do you mean that you want to take all info in col A and append to the

    next
    > > available cell in col B?
    > >
    > > --
    > > Don Guillett
    > > SalesAid Software
    > > donaldb@281.com
    > > "Rosered" <Rosered@discussions.microsoft.com> wrote in message
    > > news:98F23B0E-6B4D-44E4-BF56-F1916B0B14C8@microsoft.com...
    > > > I am keeping a spreadsheet to which i change the first column $s

    monthly.
    > > I
    > > > want to have the sheet auto add the new month's $s to the second

    column
    > > year
    > > > to date. HOW TO DO?????

    > >
    > >
    > >




+ 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