+ Reply to Thread
Results 1 to 3 of 3

Totaling multiple values - VLOOKUP

Hybrid View

  1. #1
    Registered User
    Join Date
    06-19-2007
    Location
    Sydney, Australia
    MS-Off Ver
    2013
    Posts
    72

    Totaling multiple values - VLOOKUP

    Hey everybody

    Hopefully somebody can help with this problem:

    I have a large list of Invoices and amounts that I need to total by customer. Is there a way to use VLOOKUP or something similar to search for a customer name and return a total of all of their invoices. I have attached a small example of the spreadsheet that I am drawing the data from.

    Thanks in advance.

    Mark
    Attached Files Attached Files

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    Try SUMIF

    To sum all invoice amounts in column E for customer aaa in column A

    =SUMIF(A$4:A$6,"aaa",E$4:E$6)

    If you put customer name in a cell, e.g. Y2 put this formula in Z2

    =SUMIF(A$4:A$6,Y2,E$4:E$6)

    and copy down for additional customer in Y3,Y4 etc.

  3. #3
    Registered User
    Join Date
    06-19-2007
    Location
    Sydney, Australia
    MS-Off Ver
    2013
    Posts
    72
    Awesome mate -- I completely forgot about sumif -- feel mildly silly now

    Thankyou very much as always

    Mark

+ 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