Hi,
How can I sort the range B2:B7 to get range C2:C7 as the result ?
As always, I will appreciate minimum Formulas not to mention Helper columns, VBA etc...
If helper column(s) is a must - then the fewer the better.
Thanks, Elm
Hi,
How can I sort the range B2:B7 to get range C2:C7 as the result ?
As always, I will appreciate minimum Formulas not to mention Helper columns, VBA etc...
If helper column(s) is a must - then the fewer the better.
Thanks, Elm
Last edited by ElmerS; 06-08-2010 at 10:15 AM.
=LEFT(A2, FIND("/", A2 & "/") - 1) and sort on that.
Entia non sunt multiplicanda sine necessitate
Using the specifics of the example (and as usual in no way intended as advised)
B2: =SUBSTITUTE(SMALL(0+SUBSTITUTE($A$2:$A$7;"/";",");ROWS(B$2:B2));",";"/")
confirmed with CTRL + SHIFT + ENTER
copied down
(note I used , as decimal separator)
My Recommended Reading:
Volatility
Sumproduct & Arrays
Pivot Intro
Email from XL - VBA & Outlook VBA
Function Dictionary & Function Translations
Dynamic Named Ranges
Try in C2
Fill / Drag down![]()
Please Login or Register to view this content.
Then sort
This can be done with a macro to remove the helper column if you wish.
Hope this helps.
If you need any further information, please feel free to ask further
However
If this takes care of your needs, please click EDIT in your original post, click GO ADVANCED and set the PREFIX box to SOLVED. It helps everybody!
Also
If you are satisfied by any members response to your problem please consider using the scales icon top right of thier post to show your appreciation.
Thanks all three of you,
I will adopt DO suggestion because it sorts the result values - eliminating the need to sort the source values as per the other two formulas.
Elm
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks