Results 1 to 6 of 6

Summing across multiple sheets by specific name, VLOOKUP?

Threaded View

polyrhythm Summing across multiple... 07-07-2014, 03:55 PM
mikeTRON Re: Summing across multiple... 07-07-2014, 03:58 PM
polyrhythm Re: Summing across multiple... 07-07-2014, 04:12 PM
mikeTRON Re: Summing across multiple... 07-07-2014, 05:53 PM
polyrhythm Re: Summing across multiple... 07-07-2014, 06:48 PM
polyrhythm Re: Summing across multiple... 07-08-2014, 08:43 AM
  1. #6
    Registered User
    Join Date
    07-07-2014
    Location
    Hanover, New Hampshire
    MS-Off Ver
    Mac 2011
    Posts
    8

    Re: Summing across multiple sheets by specific name, VLOOKUP?

    After tinkering most of last evening, I've successfully implemented the second half of what I was trying to do...

    "Then, after I have a list of all teams that participated throughout the month in column A
    ...I want 'Cumulative' sheet, Column B to look at the corresponding row name in column A...
    ... find that name in 'Week 1' sheet, and...
    ... copy the corresponding column I value from the row in the Week 1 sheet in which that name appears to 'Cumulative' sheet column B.

    Then repeat for column C in Cumulative sheet, for Week 2. Then column D for Week 3, etc...
    I haven't tinkered with macros before, so that would be an adventure for me. But if it's the only way, I'll have to learn how to I suppose. Thanks again."


    Some variation of... =IF(ISERROR(VLOOKUP(A2,Week1!$A2:$I26,9,FALSE)),"-",VLOOKUP(A2,Week1!$A1:$I25,9,FALSE))
    ...for each cell in the 'Cumulative Sheet'. So as it stands now, if I type in any of the team names from column A of the previous sheets, the cells in 'Cumulative' sheet automatically fill in the corresponding scores.

    The only other thing I'd like to implement, is the first part... "Ideally, I'd like column A in 'Cumulative' sheet to look at previous column A's in Weeks 1 through 5, and add the name to this column if it doesn't already appear."

    I think I've figured out how to do it if I was only looking at an array from a single sheet, using something similar to =INDEX($A$2:$A$20, MATCH(0, COUNTIF($B$1:B1, $A$2:$A$20), 0))

    I'm having difficulty figuring out how to look at A2:A26 from sheets Week1 through Week5, to perform the INDEX function and only return unique entries. Any suggestions on that one?
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Summing across multiple sheets.
    By Calugasi in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-28-2014, 05:45 PM
  2. Summing across multiple sheets
    By markvdh in forum Excel General
    Replies: 19
    Last Post: 02-16-2011, 10:34 AM
  3. Summing Across Multiple Sheets
    By nawas in forum Excel General
    Replies: 2
    Last Post: 12-01-2009, 08:17 AM
  4. [SOLVED] Summing Across Multiple Sheets
    By Liam in forum Tips and Tutorials
    Replies: 3
    Last Post: 01-15-2007, 05:30 PM
  5. Summing across multiple sheets with a twist
    By hillmic in forum Excel Formulas & Functions
    Replies: 49
    Last Post: 09-06-2005, 12:05 PM

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