A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

sorting



 
 
Thread Tools Display Modes
  #1  
Old May 15th, 2009, 05:36 PM posted to microsoft.public.excel.worksheet.functions
teh_chucksta
external usenet poster
 
Posts: 15
Default sorting

how can i sort a column with numbers and text, in descending order, where the
text falls to the bottom and not the top?

thanks,
charlie
  #2  
Old May 15th, 2009, 05:50 PM posted to microsoft.public.excel.worksheet.functions
[email protected]
external usenet poster
 
Posts: 13
Default sorting

Say your data is in A2:101. Create an auxiliary column with the
following formula:

=IF(ISNUMBER(A2),"ZZZ"&TEXT(F3,REPT("0",LOG(MAX($A $2:$A$101))+1)),F3)

Sort descending by the aux column.

HTH
Kostis Vezerides

On May 15, 7:36*pm, teh_chucksta
wrote:
how can i sort a column with numbers and text, in descending order, where the
text falls to the bottom and not the top?

thanks,
charlie


  #3  
Old May 16th, 2009, 05:13 AM posted to microsoft.public.excel.worksheet.functions
Ashish Mathur[_2_]
external usenet poster
 
Posts: 1,764
Default sorting

Hi,

That happens by default. I tested it. In a column, I input text and
numeric values. When I sort that column, text values appear at the bottom

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"teh_chucksta" wrote in message
...
how can i sort a column with numbers and text, in descending order, where
the
text falls to the bottom and not the top?

thanks,
charlie


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 08:37 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.