Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Comparing Spreadshhet data

I am new to Advanced Excel functions and appreciate any need help with a
project. I have 2 sheets that need to be compared. Both sheets only consist
of 2 columns labeled ISBN and COST. Some data will be unique to each sheet,
while other ISBN data is not. When a match of the ISBN (column 1) is found
in both sheets, I need to then compare the COST of that ISBN on each sheet
and I would like the cheaper COST's row deleted. I could also have the
output onto a new sheet of the unique ISBN and its COST, without duplicates.
Ive been studying for days on creating a complicated function and am just
not getting anywhere, even though I have learned some other useful functions.
TIA .
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Comparing Spreadshhet data

My current 2 sheets have the following sample;
Sheet1
ISBN PRICE
9876543210 4.5 Matches on other sheet, but lower, I dont want
this price, outputted to sheet3
8976563524 4.0 <-unique to sheet1, would like it ouput to sheet3
7562547362 5.25 <-unique to sheet1, would like it ouput to sheet3

sheet2
ISBN PRICE
1234567890 5.35 <-unique to sheet2, would like it ouput to sheet3
9876543210 4.6 <-this matches but is higher so I would like
this output to sheet3

Thanks
Denim

"Denim" wrote:

I am new to Advanced Excel functions and appreciate any need help with a
project. I have 2 sheets that need to be compared. Both sheets only consist
of 2 columns labeled ISBN and COST. Some data will be unique to each sheet,
while other ISBN data is not. When a match of the ISBN (column 1) is found
in both sheets, I need to then compare the COST of that ISBN on each sheet
and I would like the cheaper COST's row deleted. I could also have the
output onto a new sheet of the unique ISBN and its COST, without duplicates.
Ive been studying for days on creating a complicated function and am just
not getting anywhere, even though I have learned some other useful functions.
TIA .

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Comparing Spreadshhet data

You could join the ISBN list from Sheet2 to the list from Sheet1 and
put this in Sheet3 - there you could use Advanced Filter to get rid of
the duplicates (Debra Dalgleish shows how he

http://www.contextures.com/xladvfilter01.html

under the section Filter Unique Records).

Assuming your unique records are in column A of Sheet3, then in B2 of
Sheet3 you would have a formula like this:

=MAX(IF(ISNA(MATCH(A2,Sheet1!A:A,0)),0,VLOOKUP(A2, Sheet1!A:B,
2,0)),IF(ISNA(MATCH(A2,Sheet2!A:A,0)),0,VLOOKUP(A2 ,Sheet2!A:B,2,0)))

and copy this down for as many rows as are used in column A. This
should give you what you want.

Hope this helps.

Pete

On Feb 25, 10:16 pm, Denim wrote:
My current 2 sheets have the following sample;
Sheet1
ISBN PRICE
9876543210 4.5 Matches on other sheet, but lower, I dont want
this price, outputted to sheet3
8976563524 4.0 <-unique to sheet1, would like it ouput to sheet3
7562547362 5.25 <-unique to sheet1, would like it ouput to sheet3

sheet2
ISBN PRICE
1234567890 5.35 <-unique to sheet2, would like it ouput to sheet3
9876543210 4.6 <-this matches but is higher so I would like
this output to sheet3

Thanks
Denim



"Denim" wrote:
I am new to Advanced Excel functions and appreciate any need help with a
project. I have 2 sheets that need to be compared. Both sheets only consist
of 2 columns labeled ISBN and COST. Some data will be unique to each sheet,
while other ISBN data is not. When a match of the ISBN (column 1) is found
in both sheets, I need to then compare the COST of that ISBN on each sheet
and I would like the cheaper COST's row deleted. I could also have the
output onto a new sheet of the unique ISBN and it's COST, without duplicates.
I've been studying for days on creating a complicated function and am just
not getting anywhere, even though I have learned some other useful functions.
TIA .- Hide quoted text -


- Show quoted text -


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
excel spreadshhet takes long time to open in excel 2007 Joeb Setting up and Configuration of Excel 0 November 8th 07 05:41 PM
need to edit excel spreadshhet [email protected] New Users to Excel 3 May 24th 06 11:58 AM
help comparing two sets od data to find the odd data matsgullis Excel Worksheet Functions 2 January 12th 06 01:52 AM
how do i retrive the spreadshhet i deleted? Kate New Users to Excel 1 November 15th 05 01:59 PM
comparing lists of data to remove duplicate data Tom Excel Discussion (Misc queries) 2 October 13th 05 06:16 PM


All times are GMT +1. The time now is 11:23 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"