+ Reply to Thread
Results 1 to 10 of 10

Formula to Sum values of specific people from multiple sheets into a single sheet

  1. #1
    Registered User
    Join Date
    10-24-2014
    Location
    Miami
    MS-Off Ver
    Office 365
    Posts
    4

    Smile Formula to Sum values of specific people from multiple sheets into a single sheet

    Hi.

    In the example attached, I have 4 Sheets: 2013, 2014, 2015 and RESULTS.

    I want to sumarize the data from 2013, 2014 and 2015 into RESULTS.

    The Drivers are always listed on B2 onwards... and I want to add the values in C2, D2 etc for that specific driver. Example, column C will be the sum of that driver races, column D will be the sum of that driver starts etc... (disregard that the sum of Average data will be wrong, I will deal with that later).

    The Drivers may have raced in one season or multiple season, I don´t know if this matters.

    Do I use sumproduct for this ?

    Thank you!
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    08-16-2015
    Location
    Antwerpen, Belgium
    MS-Off Ver
    2007-2016
    Posts
    2,380

    Re: Formula to Sum values of specific people from multiple sheets into a single sheet

    most columns are ok, only the total there is a use of . and ,



    Kind regards
    Leo
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    10-24-2014
    Location
    Miami
    MS-Off Ver
    Office 365
    Posts
    4

    Re: Formula to Sum values of specific people from multiple sheets into a single sheet

    Quote Originally Posted by LeoTaxi View Post
    most columns are ok, only the total there is a use of . and ,



    Kind regards
    Leo
    Leo, thanks for the help. However, I noticed that only the drivers that Raced in 2013 are accounted for. 2014 and 2015 there were new drivers. Is there a way to list all the drivers from all the years?

    Thank you !

  4. #4
    Forum Expert
    Join Date
    08-16-2015
    Location
    Antwerpen, Belgium
    MS-Off Ver
    2007-2016
    Posts
    2,380

    Re: Formula to Sum values of specific people from multiple sheets into a single sheet

    yes you can copy the formula down and put more drivers
    i think the formulas are there til row 20 but there is no limit (yes the row limit from excel )


    kind regards
    Leo

  5. #5
    Forum Expert
    Join Date
    08-16-2015
    Location
    Antwerpen, Belgium
    MS-Off Ver
    2007-2016
    Posts
    2,380

    Re: Formula to Sum values of specific people from multiple sheets into a single sheet

    so here all drivers, only Karl-Günther Bechem[5], (2 times in 2015 with other results)
    only 1 tme in result


    Kind regards
    Leo
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    10-24-2014
    Location
    Miami
    MS-Off Ver
    Office 365
    Posts
    4

    Re: Formula to Sum values of specific people from multiple sheets into a single sheet

    Quote Originally Posted by LeoTaxi View Post
    so here all drivers, only Karl-Günther Bechem[5], (2 times in 2015 with other results)
    only 1 tme in result


    Kind regards
    Leo
    Thank You kind sir. Is there any way to populate the drivers list in "results" automatically? Let's suppose I add a line in 2015 with a new driver, since the year hasn't finished it yet. Just to make things easier.

    Thank you again.

  7. #7
    Forum Expert
    Join Date
    08-16-2015
    Location
    Antwerpen, Belgium
    MS-Off Ver
    2007-2016
    Posts
    2,380

    Re: Formula to Sum values of specific people from multiple sheets into a single sheet

    so is don in this one , not only for 2015 but for all sheets
    as long as the sheetname is different as RESULTS


    Kind regards
    Leo
    Attached Files Attached Files

  8. #8
    Registered User
    Join Date
    10-24-2014
    Location
    Miami
    MS-Off Ver
    Office 365
    Posts
    4

    Re: Formula to Sum values of specific people from multiple sheets into a single sheet

    Quote Originally Posted by LeoTaxi View Post
    so is don in this one , not only for 2015 but for all sheets
    as long as the sheetname is different as RESULTS


    Kind regards
    Leo
    Leo,

    It is working, If I enter the name manually on the 2013 or 2014 or 2015 list... I usually PASTE from another file... and it´s not working when I paste. Only if I type in manually.. or select the pasted name and select it and press enter. The volume is kinda big to do this manually.

    Another question.. if I create a 2016 later... I just add the red part?

    =IFERROR(VLOOKUP($B2;'2013'!$B:$U;COLUMN()-1;FALSE);0)+IFERROR(VLOOKUP($B2;'2014'!$B:$U;COLUMN()-1;FALSE);0)+IFERROR(VLOOKUP($B2;'2015'!$B:$U;COLUMN()-1;FALSE);0)+IFERROR(VLOOKUP($B2;'2016'!$B:$U;COLUMN()-1;FALSE);0)

    Thank you !

  9. #9
    Forum Expert
    Join Date
    08-16-2015
    Location
    Antwerpen, Belgium
    MS-Off Ver
    2007-2016
    Posts
    2,380

    Re: Formula to Sum values of specific people from multiple sheets into a single sheet

    that is right for most columns, a few columns the formula is longer

    I see for a code that handle the names if u paste, later this day.

    Kind regards

  10. #10
    Forum Expert
    Join Date
    08-16-2015
    Location
    Antwerpen, Belgium
    MS-Off Ver
    2007-2016
    Posts
    2,380

    Re: Formula to Sum values of specific people from multiple sheets into a single sheet

    Hello,

    not sure if this is the right result, but see after paste, run de code
    and let me know


    Kind regards
    Leo
    Attached Files Attached Files

+ 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. Merge multiple sheets into single sheet
    By jocl1 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-28-2015, 04:41 PM
  2. [SOLVED] Lookup and sum multiple values based on a single criteria in multiple sheets.
    By paulsanett in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-17-2014, 12:18 PM
  3. [SOLVED] Get a single sheet name from multiple sheets.
    By keyantkarthi in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 11-07-2012, 12:51 AM
  4. Replies: 2
    Last Post: 07-10-2012, 05:00 PM
  5. distribute data in single sheet to multiple sheets
    By maacmaac in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 09-23-2009, 08:33 PM
  6. Replies: 3
    Last Post: 11-18-2008, 09:22 PM
  7. [SOLVED] Multiple sheets as data for a single sheet
    By Newbie1092 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-19-2005, 01:25 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