+ Reply to Thread
Results 1 to 7 of 7

How to vlookup the sum of various cells with the same identifier in one column

  1. #1
    Registered User
    Join Date
    03-10-2017
    Location
    Amsterdam
    MS-Off Ver
    2013
    Posts
    3

    How to vlookup the sum of various cells with the same identifier in one column

    Hi guys,

    i am looking for a function that allows me to Vlookup the sum of different values in one column based on the same identifier (ID). Attached yo can find an example of the table and the desired output.

    I know that i can vlookup the sum of different values with =sumproduct(vlookup)... if the values are in a row (horizontally). But how do i do it if those values are in a column?

    Any help is appreciated!
    Thanks so much.


    example.PNG

  2. #2
    Forum Contributor
    Join Date
    07-16-2013
    Location
    India
    MS-Off Ver
    Excel 2013
    Posts
    124

    Re: How to vlookup the sum of various cells with the same identifier in one column

    Hi,

    Welcome

    please check with function SUMIF

  3. #3
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,908

    Re: How to vlookup the sum of various cells with the same identifier in one column

    You can use SUMIF function.

    =SUMIF(col_ID,"1234",col_Sales)

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,724

    Re: How to vlookup the sum of various cells with the same identifier in one column

    You can use this:

    =SUMIF(Sheet1!A:A,C1,Sheet1!B:B)

    where C1 on the sheet with the formula contains the ID 1234.

    Hope this helps.

    Pete

  5. #5
    Registered User
    Join Date
    03-10-2017
    Location
    Amsterdam
    MS-Off Ver
    2013
    Posts
    3

    Re: How to vlookup the sum of various cells with the same identifier in one column

    Hi all,

    thanks for your answers.
    Do you know how to combine the sumif funtion with a vlookup?

    Best,
    Rahel

  6. #6
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,724

    Re: How to vlookup the sum of various cells with the same identifier in one column

    In what way do you want to combine them?

    Pete

  7. #7
    Registered User
    Join Date
    03-10-2017
    Location
    Amsterdam
    MS-Off Ver
    2013
    Posts
    3

    Re: How to vlookup the sum of various cells with the same identifier in one column

    Hi Pete, my thinking mistake. sorry! The sumif is all i need. Thanks a lot guys for your help!!

+ 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: 2
    Last Post: 04-16-2014, 05:13 PM
  2. [SOLVED] Vlookup with concatenated unique identifier
    By Christopher135 in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 11-05-2013, 10:45 PM
  3. [SOLVED] Search for Identifier in Column (different sheet) and Displaying Results in Specific Cells
    By Velocir in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-28-2013, 11:37 AM
  4. [SOLVED] Using A variable as a column identifier
    By lbren979 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-31-2013, 10:32 AM
  5. vlookup with text and number as identifier
    By jcavigli in forum Excel General
    Replies: 2
    Last Post: 11-17-2008, 09:06 PM
  6. Combo column identifier
    By davegb in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 04-25-2005, 04:06 PM
  7. Combine Data Cells with Same Column Identifier
    By mperillo in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-01-2005, 09:37 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