+ Reply to Thread
Results 1 to 3 of 3

Formula to Lookup multiple values and Sum them.

  1. #1
    Registered User
    Join Date
    06-16-2014
    Location
    india
    MS-Off Ver
    2007
    Posts
    29

    Formula to Lookup multiple values and Sum them.

    Hi Excel Users,

    Kindly help me with a formula to lookup few values and sum their corresponding values.

    Find the attached sheet for example.

    I want the sum of values of A,B and C together. (Totalling=9)

    Kindly help me.!!
    Attached Files Attached Files

  2. #2
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,940

    Re: Formula to Lookup multiple values and Sum them.

    Try
    =SUMPRODUCT((A3:A7={"A","B","C"})*(B3:B7))
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  3. #3
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,940

    Re: Formula to Lookup multiple values and Sum them.

    or
    =SUM(SUMIF(A3:A7,{"A","B","C"},B3:B7))

+ 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: 4
    Last Post: 05-19-2015, 08:42 PM
  2. Formula/Function to pull in multiple lookup values
    By dantray02 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 08-21-2014, 07:14 AM
  3. Formula to lookup multiple text values in multiple columns
    By karimk in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-04-2013, 05:33 AM
  4. Replies: 4
    Last Post: 04-21-2011, 02:59 PM
  5. Replies: 4
    Last Post: 05-27-2009, 12:29 AM
  6. lookup values from multiple formula table
    By maacmaac in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-04-2009, 11:15 AM
  7. Replies: 3
    Last Post: 10-10-2005, 01: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