+ Reply to Thread
Results 1 to 4 of 4

Sum Column from one sheet to specific cell on another (sheets get deleted every month)

  1. #1
    Registered User
    Join Date
    02-20-2013
    Location
    Indianapolis, Indiana
    MS-Off Ver
    Excel 2007
    Posts
    28

    Sum Column from one sheet to specific cell on another (sheets get deleted every month)

    Hello,

    I am trying to sum up a column with a heading "Total Charges" on one sheet (always the 9th sheet, but deleted every month) and input the value into cell B8 on another sheet. The sum will be displayed will always be called "Summary."

    I am at a loss on how to write the sum formula that will display the value on "Summary" without explicitly referencing the sheet name with the source data.

    Thank you for any help you can provide!

  2. #2
    Forum Contributor
    Join Date
    03-12-2013
    Location
    Chicago, USA
    MS-Off Ver
    Excel 2007
    Posts
    230

    Re: Sum Column from one sheet to specific cell on another (sheets get deleted every month)

    If you name the range of cells that you want to add (for example: "CellsToAdd"), then you could just write a formula that says =SUM(CellsToAdd)

  3. #3
    Registered User
    Join Date
    01-23-2010
    Location
    Moscow
    MS-Off Ver
    Excel 2007
    Posts
    27

    Re: Sum Column from one sheet to specific cell on another (sheets get deleted every month)

    Here is my solution. Try it. Book1.xlsm

  4. #4
    Registered User
    Join Date
    02-20-2013
    Location
    Indianapolis, Indiana
    MS-Off Ver
    Excel 2007
    Posts
    28

    Re: Sum Column from one sheet to specific cell on another (sheets get deleted every month)

    Thank you IgorSharov, but it doesn't seem to be taking the sum of the numbers. The data set I have now currently totals ~$975,000 and your macro is returning a value in excess of ~$20 billion.

    Sorry for the delayed response, traveling for work.

+ 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