Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Excel sort formulas

I have an end user that is looking to have an excel spread sheet sort a
series of #'s with same parent # but with suffixes
IE; 408237
408237A
408237B
408238
408238A
408238B
or
408237
408237.1
408237.2
408238
408238.1
408238.2
ETC.... She's looking to have this done automatically if possible if not
auto then a simple solution for additional end users who are novice at best.

--
Michael Coble
Rosendin Electric Inc
Network Administrator
Desktop Support
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,393
Default Excel sort formulas

It is possible using helper columns.
If the first entry is in A1, then in B1 use =LEFT(A1:A6,6)
and in C1 use =IF(LEN(A1)=6," ",RIGHT(A1:A6,1))
Now sort A1:C10000000 using Column B as first key and Column C as second key
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
www.stfx.ca/people/bliengme
remove caps from email

"Michael" wrote in message
...
I have an end user that is looking to have an excel spread sheet sort a
series of #'s with same parent # but with suffixes
IE; 408237
408237A
408237B
408238
408238A
408238B
or
408237
408237.1
408237.2
408238
408238.1
408238.2
ETC.... She's looking to have this done automatically if possible if not
auto then a simple solution for additional end users who are novice at
best.

--
Michael Coble
Rosendin Electric Inc
Network Administrator
Desktop Support



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
how do i stop sort from modifing formulas in excel Tom & Carol Excel Discussion (Misc queries) 1 May 8th 07 06:14 PM
Sort Formulas? iturnrocks Excel Worksheet Functions 1 August 14th 06 04:36 PM
how do i sort a col of formulas in excel wijimbo Excel Discussion (Misc queries) 3 August 24th 05 08:18 PM
How do I sort a column of formulas in Excel? Gordon Excel Discussion (Misc queries) 2 November 27th 04 01:55 AM
How do I sort a column of formulas in Excel? Gordon Excel Discussion (Misc queries) 0 November 26th 04 03:19 PM


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