Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bgpereira
 
Posts: n/a
Default In Excell-2000, database how do you extract unique records

From a database of columns A to K, how do you "extract" unique records from
column C and corresponding lowest value from column K. A sample spreadsheet
would he helpful and appreciated. - Brian
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pete
 
Posts: n/a
Default In Excell-2000, database how do you extract unique records

You can extract unique records by using advanced filter - you have the
option of filtering in place or copying the extracted records to
another location. If you want to find the lowest value in column K use
the =MIN( ) function.

Pete

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bgpereira
 
Posts: n/a
Default In Excell-2000, database how do you extract unique records

Hi Pete:

I am using advanced filter. What do I put in Cell C4 in the CRIETERIA range
to Extract unique records from Column C ; the corresponding lowest value
database formula in Crieteria Range Cell E4 would be =DMIN(DATA,5,A3:E4)

CRIETETRIA Range A3:E4
DATA range A8:E190
EXTRACT range A195:E195

Thanks
Brian Pereira


"Pete" wrote:

You can extract unique records by using advanced filter - you have the
option of filtering in place or copying the extracted records to
another location. If you want to find the lowest value in column K use
the =MIN( ) function.

Pete


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bgpereira
 
Posts: n/a
Default In Excell-2000, database how do you extract unique records

Hi Pete:

I am using advanced filter. What do I put in Cell C4 in the CRIETERIA range
to Extract unique records from Column C ; the corresponding lowest value
database formula in Crieteria Range Cell E4 would be =DMIN(DATA,5,A3:E4)

CRIETETRIA Range A3:E4
DATA range A8:E190
EXTRACT range A195:E195

Thanks
Brian Pereira





"Pete" wrote:

You can extract unique records by using advanced filter - you have the
option of filtering in place or copying the extracted records to
another location. If you want to find the lowest value in column K use
the =MIN( ) function.

Pete


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom
 
Posts: n/a
Default In Excell-2000, database how do you extract unique records

Leave out any headers in the criteria range, in C4 use

=COUNTIF($C$9:$C$190,C9)<=1

assuming C87 is a header and C9 is the first data cell, leave D blank and in
E4 put

=E9=MIN($E$9:$E$195)


then use $C$3:$E$4 as criteria



--
Regards,

Peo Sjoblom

(No private emails please)


"bgpereira" wrote in message
...
Hi Pete:

I am using advanced filter. What do I put in Cell C4 in the CRIETERIA
range
to Extract unique records from Column C ; the corresponding lowest value
database formula in Crieteria Range Cell E4 would be =DMIN(DATA,5,A3:E4)

CRIETETRIA Range A3:E4
DATA range A8:E190
EXTRACT range A195:E195

Thanks
Brian Pereira





"Pete" wrote:

You can extract unique records by using advanced filter - you have the
option of filtering in place or copying the extracted records to
another location. If you want to find the lowest value in column K use
the =MIN( ) function.

Pete





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom
 
Posts: n/a
Default In Excell-2000, database how do you extract unique records

Oops! the MIN formula range should of course be E9:E190

--
Regards,

Peo Sjoblom

(No private emails please)


"Peo Sjoblom" wrote in message
...
Leave out any headers in the criteria range, in C4 use

=COUNTIF($C$9:$C$190,C9)<=1

assuming C87 is a header and C9 is the first data cell, leave D blank and
in E4 put

=E9=MIN($E$9:$E$195)


then use $C$3:$E$4 as criteria



--
Regards,

Peo Sjoblom

(No private emails please)


"bgpereira" wrote in message
...
Hi Pete:

I am using advanced filter. What do I put in Cell C4 in the CRIETERIA
range
to Extract unique records from Column C ; the corresponding lowest value
database formula in Crieteria Range Cell E4 would be =DMIN(DATA,5,A3:E4)

CRIETETRIA Range A3:E4
DATA range A8:E190
EXTRACT range A195:E195

Thanks
Brian Pereira





"Pete" wrote:

You can extract unique records by using advanced filter - you have the
option of filtering in place or copying the extracted records to
another location. If you want to find the lowest value in column K use
the =MIN( ) function.

Pete




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
Extract Unique Records from two lists MarkN Excel Worksheet Functions 3 November 11th 05 01:07 PM
Counting unique records with additional criteria [email protected] Excel Worksheet Functions 4 September 27th 05 06:53 PM
filtering for unique records KG Excel Discussion (Misc queries) 7 August 13th 05 06:07 PM
Extract Unique Values, Then Extract Again to Remove Suffixes Karl Burrows Excel Discussion (Misc queries) 23 June 25th 05 10:37 PM
Deleting specific records [email protected] Excel Discussion (Misc queries) 6 June 22nd 05 11:35 PM


All times are GMT +1. The time now is 10:51 PM.

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"