+ Reply to Thread
Results 1 to 2 of 2

Combine Rows of Data on Common Value

  1. #1
    Registered User
    Join Date
    01-30-2009
    Location
    Hanford, CA
    MS-Off Ver
    Excel 2003
    Posts
    1

    Combine Rows of Data on Common Value

    Hello everyone,

    I have 2 huge spreadsheets with multiple columns of data that I would like to combine if they have the same account number.

    For example

    On Sheet 1

    Column A is Account number Column B is address

    On Sheet 2 is Account number Column B is revenue

    I would like combine the rows of data based on account number.

    So

    I would have on one sheet Account Number, Address, and Revenue for the assigned account number on one row of data.

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

    Re: Combine Rows of Data on Common Value

    use vlookup...

    say on the sheet with Acct Number and Address, (assuming column A and B)...

    you add formula in column C...

    =Vlookup(A2,'Sheet2'!A:B,2,FALSE) copied down

    where Sheet2 is the name of the sheet with Revenues... and A:B are the columns containing the data (acct num, and revenue, respectively)
    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