Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 74
Default filter of column problem


Good Evening Group,

I´am stuck with a problem that seems to be above my level.
From a column with text as below I´am trying to extract the
one with the "highest" number to the most right. Would be fine if
I can get some hints.

table: looking for this extract:

01-001:1 01-001:2
01-001:2 52-001:3
52-001:1 53-001:1
52-001:2 53-002:2
52-001:3 53-003:1
53-001:1
53-002:1
53-002:2
53-003:1
etc

Brgds

CG Rosén



  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,290
Default filter of column problem

CG Rosén,

If all of the data has the same number of characters and the same format
displayed in your example then...
1. sort the list.
2. loop thru the range looking at the first two characters in each cell.
3. whenever the two characters are not the same as the cell below,
extract the cell value to an adjoining blank column.

Regards,
Jim Cone
San Francisco, USA


"CG Rosén"
wrote in message

Good Evening Group,
I´am stuck with a problem that seems to be above my level.
From a column with text as below I´am trying to extract the
one with the "highest" number to the most right. Would be fine if
I can get some hints.

table: looking for this extract:

01-001:1 01-001:2
01-001:2 52-001:3
52-001:1 53-001:1
52-001:2 53-002:2
52-001:3 53-003:1
53-001:1
53-002:1
53-002:2
53-003:1
etc

Brgds
CG Rosén

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
Filter problem Ray[_7_] Excel Worksheet Functions 1 June 22nd 11 01:15 AM
Filter problem Ray[_7_] New Users to Excel 1 June 22nd 11 12:25 AM
How do I count nonblanks in column A when I filter by column B RP3 Excel Worksheet Functions 5 January 13th 09 05:05 PM
problem with filter Pascale Excel Discussion (Misc queries) 5 June 5th 07 04:28 PM
Filter problem [email protected] Excel Worksheet Functions 1 November 28th 05 09:10 PM


All times are GMT +1. The time now is 12:32 PM.

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"