Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 80
Default filtering dates in order

Please help me. I have created a schedule that I would like to filter by
date. Is there a way to filter the dates in order? I can filter by the
month, date or week... for example if I filter by the month of May, all of my
May dates are returned, however, they are not in order...

I've tried to do a sort, but I believe because I've used formulas for the
date, that won't work.
--
dawn
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,836
Default filtering dates in order

Make sure the dates are actual dates, and not just text that appears to be
dates.
=istext()
=isnumber()

isnumber should return 'TRUE' if the date is an actual date.

As long as the dates are real dates, maybe you can use a helper column, and
use a function such as =day(). Reference the cells with the dates, and look
at the results. If these appear to be correct, sort by THIS column. You can
do other things after you get this all set up, such as hiding the helper
column, making the text in the helper column white so it appears 'invisible'
in the Sheet, etc.


Regards,
Ryan---

--
RyGuy


"Dawn" wrote:

Please help me. I have created a schedule that I would like to filter by
date. Is there a way to filter the dates in order? I can filter by the
month, date or week... for example if I filter by the month of May, all of my
May dates are returned, however, they are not in order...

I've tried to do a sort, but I believe because I've used formulas for the
date, that won't work.
--
dawn

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 80
Default filtering dates in order

I did the test and the dates came back as real.
Unfortunately, I don't know what helper rows are... I typed in the =day()
function, which returned the DAY of the month, but it still didn't filter in
order! I think I might be in way over my head on this one..
thanks again
--
dawn


"ryguy7272" wrote:

Make sure the dates are actual dates, and not just text that appears to be
dates.
=istext()
=isnumber()

isnumber should return 'TRUE' if the date is an actual date.

As long as the dates are real dates, maybe you can use a helper column, and
use a function such as =day(). Reference the cells with the dates, and look
at the results. If these appear to be correct, sort by THIS column. You can
do other things after you get this all set up, such as hiding the helper
column, making the text in the helper column white so it appears 'invisible'
in the Sheet, etc.


Regards,
Ryan---

--
RyGuy


"Dawn" wrote:

Please help me. I have created a schedule that I would like to filter by
date. Is there a way to filter the dates in order? I can filter by the
month, date or week... for example if I filter by the month of May, all of my
May dates are returned, however, they are not in order...

I've tried to do a sort, but I believe because I've used formulas for the
date, that won't work.
--
dawn

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 103
Default filtering dates in order

Suppose your date in column B1, put this formula in C1(=day(cell) copy this
formula at the end of your data. then sort this column i.e C1. from the
toolbar A†“Z

Your date will be sort automatically in B1

Hopefully now you will find your answer

Cherrs
Hardeep kanwar
"Dawn" wrote:

I did the test and the dates came back as real.
Unfortunately, I don't know what helper rows are... I typed in the =day()
function, which returned the DAY of the month, but it still didn't filter in
order! I think I might be in way over my head on this one..
thanks again
--
dawn


"ryguy7272" wrote:

Make sure the dates are actual dates, and not just text that appears to be
dates.
=istext()
=isnumber()

isnumber should return 'TRUE' if the date is an actual date.

As long as the dates are real dates, maybe you can use a helper column, and
use a function such as =day(). Reference the cells with the dates, and look
at the results. If these appear to be correct, sort by THIS column. You can
do other things after you get this all set up, such as hiding the helper
column, making the text in the helper column white so it appears 'invisible'
in the Sheet, etc.


Regards,
Ryan---

--
RyGuy


"Dawn" wrote:

Please help me. I have created a schedule that I would like to filter by
date. Is there a way to filter the dates in order? I can filter by the
month, date or week... for example if I filter by the month of May, all of my
May dates are returned, however, they are not in order...

I've tried to do a sort, but I believe because I've used formulas for the
date, that won't work.
--
dawn

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
filtering dates Dawn Excel Worksheet Functions 4 May 20th 08 03:50 PM
Filtering The Dates [email protected] New Users to Excel 4 April 25th 07 12:14 AM
filtering dates mindy Excel Discussion (Misc queries) 3 September 9th 05 09:20 PM
filtering dates [email protected] Excel Worksheet Functions 3 June 20th 05 05:53 PM
Filtering with dates T Excel Discussion (Misc queries) 1 December 29th 04 07:01 PM


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