Custom auto filter (Dates)

  • Thread starter Thread starter Rum
  • Start date Start date
R

Rum

Hi,

I am trying to filter a column of dates (Ex: 01-FEB-2009) by using custom
auto filter and when I use condition (> or equal to and < or equal to) I do
not get result.

I tried to change the format of the dates by going to format cells but
nothing changes.

One weird thing happens when I double click on a cell and then click outside
the cell. The date (formatted as Ex-01-FEB-2009) changes to (02/01/2009).

I believe the dates in my data set are as text and not as numbers.

Is there a way that I can make excel read the dates and perform the task?

My data set is approximately 410 rows and 50 columns big with dates in all
the cells.

This data set has been exported to MS Excel from SQL.

Please help.

Best
Rum
 
You may need to generate a helper column, and use the formula
=DATEVALUE(A2)
or something similar to convert your text values to numbers, which XL can
then filter on more easily.
 
Thanks Luke.

Best
Rum

Luke M said:
You may need to generate a helper column, and use the formula
=DATEVALUE(A2)
or something similar to convert your text values to numbers, which XL can
then filter on more easily.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Excel 2007 4
Sum amounts based on date field 6
Counting cells with specific month in 7
Seperate date and time 4
Date lists 3
Date Function 14
formula date range 4
Data Validation for dates 5

Back
Top