+ Reply to Thread
Results 1 to 4 of 4

Can I use Vlookup to sum same reference number

  1. #1
    Registered User
    Join Date
    08-18-2009
    Location
    aus
    MS-Off Ver
    Excel 2003
    Posts
    2

    Can I use Vlookup to sum same reference number

    I am working on a data with a range of same customer number but different sales figure.

    If there any way I can search for a duplicate cusomer number and then summing up the sales? I tried to use vlookup but it only recognise the first reference number.

    I have attached the excel for your reference.

    Please help. Thanks in advance.


    Regards

    lekku
    Attached Files Attached Files
    Last edited by lekku; 02-03-2010 at 08:11 PM.

  2. #2
    Forum Expert
    Join Date
    12-29-2004
    Location
    Michigan, USA
    MS-Off Ver
    2013
    Posts
    2,208

    Re: Can I use Vlookup to sum same reference number

    Try SUMPRODUCT. Use in F2 and copy down:

    =SUMPRODUCT(('2009 total Sales'!$A$2:$A$1076=B2)*('2009 total Sales'!$B$2:$B$1076))

    HTH,
    Jason

  3. #3
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885

    Re: Can I use Vlookup to sum same reference number

    Hi Lekku, welcome to the forum.

    Try:

    =SUMIF('2009 total Sales'!A:A,B2,'2009 total Sales'!B:B)

  4. #4
    Registered User
    Join Date
    08-18-2009
    Location
    aus
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Can I use Vlookup to sum same reference number

    Thanks alot for all your help. It works.

+ 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