Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Eggtavius
 
Posts: n/a
Default Sorting Data by multiple criteria

I need help understanding a way to sort through a list of records such as the
following:

ID Date Updated Notes/History
200G 02/05/2005 Client considering quote
200G 03/04/2005 Client received quote
200E 14/04/2005 Awaiting Board Approval
200E 23/04/2005 Manager not available to discuss
200E 03/02/2005 Client received quote
2001 03/04/2005 Client received quote

What I need is to be able to hide or filter out the oldest records to be
left with only the most recent activity for each ID.

In the example above, I would only want to show the records as follows:

ID Date Updated Notes/History
200G 02/05/2005 Client considering quote
200E 23/04/2005 Manager not available to discuss
2001 03/04/2005 Client received quote

(Note: Dates above are DD/MM/YYYY)


--
Many Tahnks
EGGcel
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default Sorting Data by multiple criteria

Add this formula to D2

=B2=MAX(IF($A$2:$A$200=A2,$B$2:$B$200))

as an array formula, so commit with Ctrl-Shift-Enter, and then copy down

Then just filter column D for TRUE values

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"Eggtavius" wrote in message
...
I need help understanding a way to sort through a list of records such as

the
following:

ID Date Updated Notes/History
200G 02/05/2005 Client considering quote
200G 03/04/2005 Client received quote
200E 14/04/2005 Awaiting Board Approval
200E 23/04/2005 Manager not available to discuss
200E 03/02/2005 Client received quote
2001 03/04/2005 Client received quote

What I need is to be able to hide or filter out the oldest records to be
left with only the most recent activity for each ID.

In the example above, I would only want to show the records as follows:

ID Date Updated Notes/History
200G 02/05/2005 Client considering quote
200E 23/04/2005 Manager not available to discuss
2001 03/04/2005 Client received quote

(Note: Dates above are DD/MM/YYYY)


--
Many Tahnks
EGGcel



  #3   Report Post  
Posted to microsoft.public.excel.misc
Eggtavius
 
Posts: n/a
Default Sorting Data by multiple criteria

Excellent - thanks Bob


Many Thanks
EGGcel


"Bob Phillips" wrote:

Add this formula to D2

=B2=MAX(IF($A$2:$A$200=A2,$B$2:$B$200))

as an array formula, so commit with Ctrl-Shift-Enter, and then copy down

Then just filter column D for TRUE values

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"Eggtavius" wrote in message
...
I need help understanding a way to sort through a list of records such as

the
following:

ID Date Updated Notes/History
200G 02/05/2005 Client considering quote
200G 03/04/2005 Client received quote
200E 14/04/2005 Awaiting Board Approval
200E 23/04/2005 Manager not available to discuss
200E 03/02/2005 Client received quote
2001 03/04/2005 Client received quote

What I need is to be able to hide or filter out the oldest records to be
left with only the most recent activity for each ID.

In the example above, I would only want to show the records as follows:

ID Date Updated Notes/History
200G 02/05/2005 Client considering quote
200E 23/04/2005 Manager not available to discuss
2001 03/04/2005 Client received quote

(Note: Dates above are DD/MM/YYYY)


--
Many Tahnks
EGGcel




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
Help PLEASE! Not sure what answer is: Match? Index? Other? baz Excel Worksheet Functions 7 September 3rd 05 03:47 PM
Combining Data multiple tabs zero760 Excel Discussion (Misc queries) 2 August 30th 05 11:00 PM
Select rows of data in a worksheet on one criteria in multiple co MrSkoot99 Excel Worksheet Functions 5 July 11th 05 01:48 PM
how do you prevent data from changing values when sorting linked . Cassie Excel Discussion (Misc queries) 0 March 4th 05 10:45 AM
Pulling data from 1 sheet to another Dave1155 Excel Worksheet Functions 1 January 12th 05 05:55 PM


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