Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Trying to combine 2 Worksheets

Hi,
I am stumped.
In Excel 2007, I am trying to combine 2 reasonably large worksheets
(thousands of columns) into a seperate third worksheet by comparing the 2
worksheets by say the first Column or "key" of each (lets call it Product
Code) which is found on both spreadsheets.
The first spreadsheet is my "master" and original spreadsheet containing all
the important product codes.
The second spreadsheet contains updating pricing for those specific "Product
Codes" plus a whole lot more rows/ or "Product codes" that I do not use.

What I want to do is take the first spreadsheet "Product codes" and compare
and combine the same "Product codes" from the newer spreadsheet - into the
brand new created sheet (so that importantly the prices from the original
sheet are updated) - and are shows as a single row/ or line on the new sheet.

I am pretty sure this can be done somehow with some formula or feature in
Excel, but are not sure how to do it! I have even tried the new
"Consolidate" Button feature of Excel, but this does not seem to work either
and no luck trying to use the normal help files..

Any help would be appreciated

thanks

Bob
--
kiwis can fly
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Trying to combine 2 Worksheets

I'm not sure why you'd need that 3rd worksheet.

I'd insert a couple of columns near the existing price column.

Then I'd use either =vlookup() or =index(match()) to retrieve the newer price
from the other worksheet in one of those columns.

And I'd use the second new column as an indicator:

=if(b2=c2,"Same","different")

Then I could filter by this column to find and review the differences.

Debra Dalgleish has lots of notes on =vlookup() and =index(match()) he
http://www.contextures.com/xlFunctions02.html (for =vlookup())
and
http://www.contextures.com/xlFunctions03.html (for =index(match()))
and
http://contextures.com/xlFunctions02.html#Trouble

kiwibobz wrote:

Hi,
I am stumped.
In Excel 2007, I am trying to combine 2 reasonably large worksheets
(thousands of columns) into a seperate third worksheet by comparing the 2
worksheets by say the first Column or "key" of each (lets call it Product
Code) which is found on both spreadsheets.
The first spreadsheet is my "master" and original spreadsheet containing all
the important product codes.
The second spreadsheet contains updating pricing for those specific "Product
Codes" plus a whole lot more rows/ or "Product codes" that I do not use.

What I want to do is take the first spreadsheet "Product codes" and compare
and combine the same "Product codes" from the newer spreadsheet - into the
brand new created sheet (so that importantly the prices from the original
sheet are updated) - and are shows as a single row/ or line on the new sheet.

I am pretty sure this can be done somehow with some formula or feature in
Excel, but are not sure how to do it! I have even tried the new
"Consolidate" Button feature of Excel, but this does not seem to work either
and no luck trying to use the normal help files..

Any help would be appreciated

thanks

Bob
--
kiwis can fly


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I combine worksheets Teric506 Excel Worksheet Functions 2 November 21st 07 04:40 PM
Combine Worksheets - help with Code! CherylH Excel Discussion (Misc queries) 1 September 13th 07 03:45 PM
combine worksheets Scrambled Excel Discussion (Misc queries) 3 July 23rd 07 11:50 PM
Combine Worksheets William@Target Excel Worksheet Functions 2 March 8th 07 09:19 PM
How to combine several worksheets Mark D. Brown, MSW Setting up and Configuration of Excel 1 January 4th 06 05:05 PM


All times are GMT +1. The time now is 07:53 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"