+ Reply to Thread
Results 1 to 2 of 2

Counting names across multiple spread sheets (sort of)

  1. #1
    Registered User
    Join Date
    07-10-2015
    Location
    Lima, Ohio
    MS-Off Ver
    2010
    Posts
    1

    Counting names across multiple spread sheets (sort of)

    Here's my issue, I need to count specific names across lots of spread sheets (all the sheets in between sheets 'First:Last'), and also how much they have paid. My issue is that the names are not always in the same row throughout the spreadsheets. The amount that they have paid is always in the same row as the name and always in column I. I need a formula that will find the name and count the paid column (column I). If there is such a formula. Thanks for your time and effort.

  2. #2
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Counting names across multiple spread sheets (sort of)

    Sounds like you want to do a SUMIF across the sheets.

    Let's assume the names are in column A.

    Make a list of the sheet names in a range of cells. Let's assume that list is in the range A1:A10.

    C1 = some name

    Then, this formula:

    =SUMPRODUCT(SUMIF(INDIRECT("'"&A1:A10&"'!A:A"),C1,INDIRECT("'"&A1:A10&"'!I:I")))
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 0
    Last Post: 01-19-2015, 03:31 PM
  2. [SOLVED] sort data across sheets with multiple names per sheet
    By AkaTrouble in forum Excel Programming / VBA / Macros
    Replies: 21
    Last Post: 01-14-2015, 04:33 AM
  3. Combine Multiple Spread Sheets
    By mort.marshall.20 in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 05-08-2014, 09:24 AM
  4. Working across Multiple Spread sheets
    By menor59 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-01-2008, 10:39 AM
  5. [SOLVED] How do I sort entire spread sheet. Names w/data
    By rstampa in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-12-2005, 11:05 PM

Tags for this Thread

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