Filter Customize date

A

Achim

I created a table with "date" and "name" being some of its columns.
Unfortunetly when I filter it by name and want to customize a filter for the
dates afterwards it doesn't work. For example if I want to see all rows for
July by customizing the filter with the greater respectively with the less
than criteria, then it doesn't show me a single row from July. What might be
the reason for that?
 
F

Fred Smith

One reason could be that you don't have real dates in your column -- you
have text. Try using =isnumber to find out.

Post back with examples if you need more help.

Regards,
Fred.
 
R

ryguy7272

Are the dates on the left hand of the cell, or the right hand of the cell?
Text is left justified and numbers are right justified. As Fred said,
confirm with =isnumber() and istext(). Adjust your data as necessary, and it
will work as you expect it to.

Regards,
Ryan--
 
A

Achim

Thanks. I fixed the problem. Was connected to different language code for
date appearance on windows and excel level.
 

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

Top