+ Reply to Thread
Results 1 to 3 of 3

Multiple VLOOKUP In Single Function

  1. #1
    Registered User
    Join Date
    06-10-2010
    Location
    Berkshire, England
    MS-Off Ver
    Excel for Microsoft 365
    Posts
    67

    Multiple VLOOKUP In Single Function

    Hope someone can help me on this

    (Please see attached .xls file)

    I wish to reference and return the sum of a ranking score given against a country name into one, single cell on another excel sheet.

    For example, in the attached file the Netherlands appears 3 times and has ranking sum of 2144. Am I able to return this sum via a vlookup or similar function into a single cell on another sheet?

    Please help!

    Thanks.
    Attached Files Attached Files

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,731

    Re: Multiple VLOOKUP In Single Function

    Try using SUMIF function, i.e.

    =SUMIF(A:A,"Netherlands",B:B)

    You can put the country name in a cell, e.g. D2 then that formula becomes

    =SUMIF(A:A,D2,B:B)
    Audere est facere

  3. #3
    Registered User
    Join Date
    06-02-2010
    Location
    Grand Rapids, Michigan
    MS-Off Ver
    Excel 2003
    Posts
    64

    Re: Multiple VLOOKUP In Single Function

    If you want to do it in another sheet you have to add Sheet1! before A:A and B:B

+ 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