+ Reply to Thread
Results 1 to 3 of 3

Consolidation of dulpicate rows of data.

Hybrid View

Guest Consolidation of dulpicate... 08-15-2006, 02:15 PM
Guest RE: Consolidation of... 08-15-2006, 02:20 PM
Guest RE: Consolidation of... 08-15-2006, 03:40 PM
  1. #1
    Help Please
    Guest

    Consolidation of dulpicate rows of data.

    I have a simple list of 30K mutual funds (by name) and their associated asset
    values. I would like to be able to pull this data into another workbook via
    vlookup. However, in my list of funds, some funds are listed more than one
    time. How can I manipulate my list of funds such that each fund that appears
    multiple times is consolidated into one row and the asset value associated
    with that fund is the consolidated total of all the asset values for that
    funds occurrance, prior to consolidation?

  2. #2
    Barb Reinhardt
    Guest

    RE: Consolidation of dulpicate rows of data.

    You could use the SUMPRODUCT function for this.

    Let's say the mutual funds are in column A (rows 1-100 for this example) and
    the asset values are in column B.

    =SUMPRODUCT(--(A$1:A$100="Fund1"),(B$1:B$100))

    You can replace "Fund1" with a cell address if you have the fund names
    already on a sheet.

    "Help Please" wrote:

    > I have a simple list of 30K mutual funds (by name) and their associated asset
    > values. I would like to be able to pull this data into another workbook via
    > vlookup. However, in my list of funds, some funds are listed more than one
    > time. How can I manipulate my list of funds such that each fund that appears
    > multiple times is consolidated into one row and the asset value associated
    > with that fund is the consolidated total of all the asset values for that
    > funds occurrance, prior to consolidation?


  3. #3
    David Bird
    Guest

    RE: Consolidation of dulpicate rows of data.



    "Help Please" wrote:

    > I have a simple list of 30K mutual funds (by name) and their associated asset
    > values. I would like to be able to pull this data into another workbook via
    > vlookup. However, in my list of funds, some funds are listed more than one
    > time. How can I manipulate my list of funds such that each fund that appears
    > multiple times is consolidated into one row and the asset value associated
    > with that fund is the consolidated total of all the asset values for that
    > funds occurrance, prior to consolidation?


    You could try using a PivotTable. In the PivotTable layout put the fund name
    in the row and the fund value in the data. The PivotTable will then
    consolidate the data for you.

+ 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