LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 92
Default How to sort AlphaNumeric Data sequentially with spaces

Hello,

Tom already gave you a VBA solution.

An approach with worksheet functions:
Write into B1:
=IF(ISERROR(MATCH("D"&TEXT(ROW(),"00000"),$A$1:$A
$9999,)),"",VLOOKUP("D"&TEXT(ROW(),"00000"),$A$1:$ A$9999,1,))

and copy down.

Regards,
Bernd

 
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
How to sort AlphaNumeric Data sequentially with spaces Dave09 Excel Discussion (Misc queries) 4 February 1st 07 11:25 PM
alphanumeric sort JLW Excel Discussion (Misc queries) 2 May 26th 06 06:03 PM
sort alphanumeric data yip New Users to Excel 2 November 18th 05 10:31 PM
Sort - alphanumeric. Brad New Users to Excel 2 October 31st 05 10:11 PM
Alphanumeric Sort Arturo Excel Discussion (Misc queries) 3 March 2nd 05 06:19 PM


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