+ Reply to Thread
Results 1 to 2 of 2

Helping extract data from Lists

  1. #1
    Registered User
    Join Date
    04-28-2009
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    9

    Helping extract data from Lists

    Hi,

    I have an array of data like this

    Company Lead Area Value
    A John ghij 3453
    B James klm 345
    B Matthew nop 452345
    C Mark qrs 345
    E Luke tuv 345
    D Tom wxt 345

    I want to extract the data so that when the Company column = B then I can move along and extract the correspondng value from the value column and the values.

    For example I would look for company B and get the value out of 345+452345 = Whatever.

    Then Company C I would get the value 345.

    I need it to work so that I can change the company name in the Company column and it will still search the Value column and add all values that correspond to the company.

    Hope that explains it!!!

    Cheers.
    Last edited by pimpger; 04-28-2009 at 11:53 AM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Helping extract data from Lists

    Try Sumif()

    =Sumif(B:B,X1,C:C)

    where X1 contains your company selection and B:C are the column to search and sum.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

+ 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