+ Reply to Thread
Results 1 to 5 of 5

Summing from different sheets...

  1. #1
    Registered User
    Join Date
    01-27-2004
    Posts
    7

    Summing from different sheets...

    I am trying to do something relatively simple, but hard to explain. Here goes:

    I have 13 sheets: 1 for each month and then a total sheet. This is for our church. We are tracking the giving of each individual in the church for the whole year. We want to keep a running total of how much each person is giving on sheet 13 (the "Total Giving" sheet). How can I program the workbook so that each time "John Doe" is in column A that the amount he gives (in the adjacent column B cell) is added to his total on sheet 13?

    I hope this makes sense...

    Thanks in advance for any help!
    floyd605

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Summing from different sheets...

    Assuming the sheets are named with some consecutively numbered pattern, like Sheet1, Sheet2, ect... or Week1, Week2, etc...

    Then try something like:

    Please Login or Register  to view this content.
    Replace "Sheet" with your sheeetname prefix...

    INDIRECT(1&":"&13)
    represents sheet 1 to sheet 13....

    A2:A1000 and B2:B1000 would be the size of your databases in each sheet.. adjust as necessary... to accomodate also for new entries... making sure you have at least covered the largest sheet database.

    And A2 represents first name on summary sheet to search for

    Formula can be copied down.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    01-27-2004
    Posts
    7

    Re: Summing from different sheets...

    I get this error:

    #REF!

  4. #4
    Registered User
    Join Date
    01-27-2004
    Posts
    7

    Re: Summing from different sheets...

    The sheets are named like this:

    Jan10,Feb10,Mar10,etc.
    The total sheet is named GivingReport

  5. #5
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Summing from different sheets...

    Try:

    Please Login or Register  to view this content.
    which assumes you have sheets Jan10 to Dec10. If not, change 12 to coincident ending month number...

    If you want to be a bit more dynamic about the number of sheets, then you can use something like:

    Please Login or Register  to view this content.
    Where J1 would contain a number representing the last month number to account for in the sheet numbering..

    furthermore, if J1 were to contain an ending date to correspond to sheets... then

    Please Login or Register  to view this content.
    Last edited by NBVC; 04-13-2010 at 02:52 PM.

+ 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