+ Reply to Thread
Results 1 to 6 of 6

Filter does not show a value which is there in a column

  1. #1
    Registered User
    Join Date
    03-30-2012
    Location
    Hungary
    MS-Off Ver
    Excel 2003
    Posts
    3

    Filter does not show a value which is there in a column

    Fact:
    In the column A I have a lot of Printer model names. Among the values there is the “Lexmark X950” as well.

    Problem:
    If I turn on the Filter, I cannot see this value in the filter window’s list. So if I did’nt know that I have this value in the list the Filter could fool me. This is very strange.
    Furthermore, if I search for this value (ctrl+f) it does not find the cell with this value either!!! If I search for a part of this value eg “X950” it will find the cell.

    In fact, if I delete the content of the cell and type this value manually, the problem does not persist any more. But I can't do this check for all values. The content of this sheet is filled by a macro anyway.

    Did anyone of you meet sth like this? Can you, please, give me some tips what is the cause?

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Filter does not show a value which is there in a column

    Is that space between Lexmark and X950 a true space or is it another hidden character.....

    Enter this formula in an empty cell, subbing A1 for the cell reference that string is in....

    =CODE(MID(A1,8,1))

    what do you get?
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    03-30-2012
    Location
    Hungary
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Filter does not show a value which is there in a column

    I got 160.

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Filter does not show a value which is there in a column

    A quick way to clean it up is use a formula in a free column

    =SUBSTITUTE(A2,CHAR(160)," ")

    copied down where A2 is top cell in the column of interest.

    Then copy that column and paste special >> values over the original and delete the formula column.

    You should be better off now...

  5. #5
    Registered User
    Join Date
    03-30-2012
    Location
    Hungary
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Filter does not show a value which is there in a column

    wow. Thank you! So regular space is char 32? What is this char 160 for then???

  6. #6
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Filter does not show a value which is there in a column


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1