+ Reply to Thread
Results 1 to 3 of 3

Looking up values using a range name and then adding the values to find the sum.

  1. #1
    Registered User
    Join Date
    11-18-2012
    Location
    Omaha, NE
    MS-Off Ver
    Excel 2007
    Posts
    1

    Looking up values using a range name and then adding the values to find the sum.

    I use to know how to do this but now I cannot figure it out. I am trying to find the sum of the accounts listed under range name Sales in Tab3 by pulling the information from TAB2. The sum of accounts 4100, 4200, 4500 should be $1,100.00. This is just a sample of a large amount of data I have. I am not sure if I should be using a vlookup or what kind of formula to get to the answer. Any help would be appreciated. Thanks.

    TAB1 - Statement

    Sales $?
    Refunds


    TAB 2 - Account Numbers and Amounts
    Account Amount
    4100 $100.00
    4150 $200.00
    4200 $300.00
    4250 $400.00
    4300 $500.00
    4400 $600.00
    4500 $700.00


    Tab 3 - Range Names

    Sales
    4100
    4200
    4500


    Refunds
    4150
    Attached Files Attached Files
    Last edited by Biff5690; 11-18-2012 at 10:50 PM. Reason: Attached file

  2. #2
    Forum Contributor Steve N.'s Avatar
    Join Date
    12-22-2011
    Location
    USA
    MS-Off Ver
    Excel 2007, 2010
    Posts
    298

    Re: Looking up values using a range name and then adding the values to find the sum.

    A sample file will speed experts to your aide...

  3. #3
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: Looking up values using a range name and then adding the values to find the sum.

    try sumproduct

    =SUMPRODUCT(SUMIF('Trial Balance'!A:A,Sales,'Trial Balance'!B:B))
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

+ 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