Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 175
Default Find Unique Changes

I have a very large spreadsheet with only 2 columns, looks like this below:
The first column is the part #
The second column is the manufact.
I want to make a third column to identify every part# that has more than one
manufacturer, in this case it would be Part #D317001 because it has Jet004 &
Let001 as vendors for the same part. Sounds easy but i cannot get this to
work.
I setup a pivot table but the list is 40,000 lines long.
, please help if you can.

#DNV DNV001
#DNV DNV001
#D317001 JET004
#D317001 LET001
#D317001 LET001
#D317001 JET004
EB184 TIM006
EB184 TIM006
EB185 TIM006

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,549
Default Find Unique Changes


Data in b5:c18 and formula in column d...
=IF(SUMPRODUCT(--($B$5:$B$18=B5),--($C$5:$C$18<C5))0,B5,"")
--
Jim Cone
Portland, Oregon USA
http://www.realezsites.com/bus/primitivesoftware
(Excel Add-ins / Excel Programming)



"Francis"
wrote in message
I have a very large spreadsheet with only 2 columns, looks like this below:
The first column is the part #
The second column is the manufact.
I want to make a third column to identify every part# that has more than one
manufacturer, in this case it would be Part #D317001 because it has Jet004 &
Let001 as vendors for the same part. Sounds easy but i cannot get this to
work.
I setup a pivot table but the list is 40,000 lines long.
, please help if you can.

#DNV DNV001
#DNV DNV001
#D317001 JET004
#D317001 LET001
#D317001 LET001
#D317001 JET004
EB184 TIM006
EB184 TIM006
EB185 TIM006

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 175
Default Find Unique Changes

Works great. Thank you.

"Jim Cone" wrote:


Data in b5:c18 and formula in column d...
=IF(SUMPRODUCT(--($B$5:$B$18=B5),--($C$5:$C$18<C5))0,B5,"")
--
Jim Cone
Portland, Oregon USA
http://www.realezsites.com/bus/primitivesoftware
(Excel Add-ins / Excel Programming)



"Francis"
wrote in message
I have a very large spreadsheet with only 2 columns, looks like this below:
The first column is the part #
The second column is the manufact.
I want to make a third column to identify every part# that has more than one
manufacturer, in this case it would be Part #D317001 because it has Jet004 &
Let001 as vendors for the same part. Sounds easy but i cannot get this to
work.
I setup a pivot table but the list is 40,000 lines long.
, please help if you can.

#DNV DNV001
#DNV DNV001
#D317001 JET004
#D317001 LET001
#D317001 LET001
#D317001 JET004
EB184 TIM006
EB184 TIM006
EB185 TIM006


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
Find unique data by row Exanimo96 Excel Worksheet Functions 1 January 23rd 08 01:23 AM
Find unique value in list (TIME), not working Mikael Lindqvist Excel Worksheet Functions 2 November 9th 07 07:23 PM
Find top date for unique fields jhicsupt Excel Discussion (Misc queries) 1 April 14th 07 10:36 AM
Find Unique Sean Timmons Excel Discussion (Misc queries) 6 December 26th 06 11:27 PM
find Unique number Hitesh Pandya Excel Discussion (Misc queries) 1 November 23rd 06 04:13 AM


All times are GMT +1. The time now is 01:00 AM.

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

About Us

"It's about Microsoft Excel"