+ Reply to Thread
Results 1 to 4 of 4

Vlookup and SUM

  1. #1
    Registered User
    Join Date
    03-26-2006
    Posts
    2

    Vlookup and SUM

    hi, i am wanting to use vlookup and sum funtion together but dont know how, i am using a table for transactions (employee names and prices). what i want to do is search the transactions and add up the total sales per person.
    thanks

  2. #2
    Biff
    Guest

    Re: Vlookup and SUM

    Hi!

    See if this is what you're after:

    Column A = names
    Column B = price

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

    Biff

    "minxy11" <[email protected]> wrote in
    message news:[email protected]...
    >
    > hi, i am wanting to use vlookup and sum funtion together but dont know
    > how, i am using a table for transactions (employee names and prices).
    > what i want to do is search the transactions and add up the total sales
    > per person.
    > thanks
    >
    >
    > --
    > minxy11
    > ------------------------------------------------------------------------
    > minxy11's Profile:
    > http://www.excelforum.com/member.php...o&userid=32848
    > View this thread: http://www.excelforum.com/showthread...hreadid=526631
    >




  3. #3
    Sridhar V
    Guest

    RE: Vlookup and SUM

    Hi,

    You can try this

    Name Sales
    (Column A) (Column B)
    A 100
    B 200
    C 300
    A 1000
    B 2000
    C 3000

    SUMIF(range,criteria,[sum_range])
    =SUMIF(A:A,"B",B:B)

    I Hope this will help you.

    Sridhar

    "minxy11" wrote:

    >
    > hi, i am wanting to use vlookup and sum funtion together but dont know
    > how, i am using a table for transactions (employee names and prices).
    > what i want to do is search the transactions and add up the total sales
    > per person.
    > thanks
    >
    >
    > --
    > minxy11
    > ------------------------------------------------------------------------
    > minxy11's Profile: http://www.excelforum.com/member.php...o&userid=32848
    > View this thread: http://www.excelforum.com/showthread...hreadid=526631
    >
    >


  4. #4
    CarlosAntenna
    Guest

    Re: Vlookup and SUM

    With a Pivot Table you could sum up the sales for all your people at once.
    I do this all the time for our sales force. I also sum up sales by
    customer. It's really fast and easy.

    --
    Carlos

    "minxy11" <[email protected]> wrote in
    message news:[email protected]...
    >
    > hi, i am wanting to use vlookup and sum funtion together but dont know
    > how, i am using a table for transactions (employee names and prices).
    > what i want to do is search the transactions and add up the total sales
    > per person.
    > thanks
    >
    >
    > --
    > minxy11
    > ------------------------------------------------------------------------
    > minxy11's Profile:

    http://www.excelforum.com/member.php...o&userid=32848
    > View this thread: http://www.excelforum.com/showthread...hreadid=526631
    >




+ 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