Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
mrsinnister
 
Posts: n/a
Default Are you kidding me??? Are you telling me I can't sort format: dddd, mmmm dd, yyyy?


*- Well, I am completely stuck. My regional settings are in order.
I place the aforementioned format into my Custom format list, but I
can't find a way to get this column to sort using the Weekday, Month
Day, Year format. Can ANYONE provide any suggestions?? I mean
anyone?? Did I break some kind of code by posting on a similar problem
with someone else that I wasn't aware of. Do you all just not know, or
you think the solution is so simple as to not warrant a response?
Enlighten me. I have thick skin.-*


--
mrsinnister
------------------------------------------------------------------------
mrsinnister's Profile: http://www.excelforum.com/member.php...o&userid=32737
View this thread: http://www.excelforum.com/showthread...hreadid=525764

  #2   Report Post  
Posted to microsoft.public.excel.misc
 
Posts: n/a
Default Are you kidding me??? Are you telling me I can't sort format: dddd, mmmm dd, yyyy?

Hi

Excel stores dates as numbers, so today is 38799.
If you want to sort by bits of the date in a particular order, you'll have
to use helper columns with those 'bits' in - and sort on those.

Andy.

"mrsinnister"
wrote in message
...

*- Well, I am completely stuck. My regional settings are in order.
I place the aforementioned format into my Custom format list, but I
can't find a way to get this column to sort using the Weekday, Month
Day, Year format. Can ANYONE provide any suggestions?? I mean
anyone?? Did I break some kind of code by posting on a similar problem
with someone else that I wasn't aware of. Do you all just not know, or
you think the solution is so simple as to not warrant a response?
Enlighten me. I have thick skin.-*


--
mrsinnister
------------------------------------------------------------------------
mrsinnister's Profile:
http://www.excelforum.com/member.php...o&userid=32737
View this thread: http://www.excelforum.com/showthread...hreadid=525764



  #3   Report Post  
Posted to microsoft.public.excel.misc
dlw
 
Posts: n/a
Default Are you kidding me??? Are you telling me I can't sort format: dddd

not sure what your problem is, I set up the same format in excel, entered
some dates, and they sorted fine.

"mrsinnister" wrote:


*- Well, I am completely stuck. My regional settings are in order.
I place the aforementioned format into my Custom format list, but I
can't find a way to get this column to sort using the Weekday, Month
Day, Year format. Can ANYONE provide any suggestions?? I mean
anyone?? Did I break some kind of code by posting on a similar problem
with someone else that I wasn't aware of. Do you all just not know, or
you think the solution is so simple as to not warrant a response?
Enlighten me. I have thick skin.-*


--
mrsinnister
------------------------------------------------------------------------
mrsinnister's Profile: http://www.excelforum.com/member.php...o&userid=32737
View this thread: http://www.excelforum.com/showthread...hreadid=525764


  #4   Report Post  
Posted to microsoft.public.excel.misc
Ron Rosenfeld
 
Posts: n/a
Default Are you kidding me??? Are you telling me I can't sort format: dddd, mmmm dd, yyyy?

On Thu, 23 Mar 2006 10:59:03 -0600, mrsinnister
wrote:


*- Well, I am completely stuck. My regional settings are in order.
I place the aforementioned format into my Custom format list, but I
can't find a way to get this column to sort using the Weekday, Month
Day, Year format. Can ANYONE provide any suggestions?? I mean
anyone?? Did I break some kind of code by posting on a similar problem
with someone else that I wasn't aware of. Do you all just not know, or
you think the solution is so simple as to not warrant a response?
Enlighten me. I have thick skin.-*


It is not clear to me how you want the output sorted.

If what you are storing is really a date, and not the textual representation of
a date, then the cell format has NO relevance to the sort order.

If you want your values sorted by date, from earliest to latest, you just sort
it ascending. If that doesn't work, then your data is NOT really a date, but a
textual representation of same, and you will have to change it. You can prove
this by executing the formula

=ISTEXT(cell_ref)

where cell_ref is the location of an incorrectly sorted date.

If you want to have your output grouped by days of the week, or months, or
something different than sorting in date order, you'll have to post back with
more info.
--ron
  #5   Report Post  
Posted to microsoft.public.excel.misc
mrsinnister
 
Posts: n/a
Default Are you kidding me??? Are you telling me I can't sort format: dddd, mmmm dd, yyyy?


Ron Rosenfeld Wrote:
On Thu, 23 Mar 2006 10:59:03 -0600, mrsinnister
wrote:


*- Well, I am completely stuck. My regional settings are in

order.
I place the aforementioned format into my Custom format list, but I
can't find a way to get this column to sort using the Weekday, Month
Day, Year format. Can ANYONE provide any suggestions?? I mean
anyone?? Did I break some kind of code by posting on a similar

problem
with someone else that I wasn't aware of. Do you all just not know,

or
you think the solution is so simple as to not warrant a response?
Enlighten me. I have thick skin.-*


It is not clear to me how you want the output sorted.

If what you are storing is really a date, and not the textual
representation of
a date, then the cell format has NO relevance to the sort order.

If you want your values sorted by date, from earliest to latest, you
just sort
it ascending. If that doesn't work, then your data is NOT really a
date, but a
textual representation of same, and you will have to change it. You
can prove
this by executing the formula

=ISTEXT(cell_ref)

where cell_ref is the location of an incorrectly sorted date.

If you want to have your output grouped by days of the week, or months,
or
something different than sorting in date order, you'll have to post
back with
more info.
--ron

*-Ron, you were correct. It was a textual representation of the dates
in the format aforementioned. I had to manually go in to input all as
abbreviated "numeric" dates in order to sort as planned. I just
thought that Excel automatically recognized this text as dates since I
did have it listed in my regional settings as the long date format.
Once that didn't occur, I would assume that since that was the output
desired when I placed the format as my custom number, it would convert
it to numeric as well. None of those worked so I wasted 5 hours
sorting that junk out, then recoding the text. Excel sucks.-*


--
mrsinnister
------------------------------------------------------------------------
mrsinnister's Profile: http://www.excelforum.com/member.php...o&userid=32737
View this thread: http://www.excelforum.com/showthread...hreadid=525764



  #6   Report Post  
Posted to microsoft.public.excel.misc
Ron Rosenfeld
 
Posts: n/a
Default Are you kidding me??? Are you telling me I can't sort format: dddd, mmmm dd, yyyy?

On Thu, 23 Mar 2006 12:56:25 -0600, mrsinnister
wrote:


Ron Rosenfeld Wrote:
On Thu, 23 Mar 2006 10:59:03 -0600, mrsinnister
wrote:


*- Well, I am completely stuck. My regional settings are in

order.
I place the aforementioned format into my Custom format list, but I
can't find a way to get this column to sort using the Weekday, Month
Day, Year format. Can ANYONE provide any suggestions?? I mean
anyone?? Did I break some kind of code by posting on a similar

problem
with someone else that I wasn't aware of. Do you all just not know,

or
you think the solution is so simple as to not warrant a response?
Enlighten me. I have thick skin.-*


It is not clear to me how you want the output sorted.

If what you are storing is really a date, and not the textual
representation of
a date, then the cell format has NO relevance to the sort order.

If you want your values sorted by date, from earliest to latest, you
just sort
it ascending. If that doesn't work, then your data is NOT really a
date, but a
textual representation of same, and you will have to change it. You
can prove
this by executing the formula

=ISTEXT(cell_ref)

where cell_ref is the location of an incorrectly sorted date.

If you want to have your output grouped by days of the week, or months,
or
something different than sorting in date order, you'll have to post
back with
more info.
--ron

*-Ron, you were correct. It was a textual representation of the dates
in the format aforementioned. I had to manually go in to input all as
abbreviated "numeric" dates in order to sort as planned. I just
thought that Excel automatically recognized this text as dates since I
did have it listed in my regional settings as the long date format.
Once that didn't occur, I would assume that since that was the output
desired when I placed the format as my custom number, it would convert
it to numeric as well. None of those worked so I wasted 5 hours
sorting that junk out, then recoding the text. Excel sucks.-*


Well, the good news is that your understanding of how Excel handles data input
has now improved.

There are methods to automatically change the data from text to dates without
rekeying it all in manually, but it sounds as if you are past that now.
--ron
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
sorting data on protected worksheet Sue Excel Discussion (Misc queries) 20 November 7th 06 07:31 PM
Currency format in sort Ricki Miles Excel Discussion (Misc queries) 1 November 28th 05 06:31 PM
How do I sort data by Month on the date format like (02/04/97)? Winnie Excel Discussion (Misc queries) 5 October 14th 05 07:16 PM
EXCEL - Please add a date format - yyyy mmm dd (mmm being letters I don't know but probably Lorraine O'Del Excel Worksheet Functions 4 July 9th 05 11:34 PM
Sort of format Question o5prey Excel Worksheet Functions 1 June 3rd 05 07:35 PM


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