Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Can someone tell me how to view hidden characters in a cell. Apparently
identical text is not being read as identical. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Identical text will be evaluated as identical but 2 text strings may look identical but not be and a common cause is rogue spaces which can be got rid of with =trim(a1) where A1 is your string. Mike "fitou_learn" wrote: Can someone tell me how to view hidden characters in a cell. Apparently identical text is not being read as identical. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Is it possible to view the rogue spaces?
"Mike H" wrote: Hi, Identical text will be evaluated as identical but 2 text strings may look identical but not be and a common cause is rogue spaces which can be got rid of with =trim(a1) where A1 is your string. Mike "fitou_learn" wrote: Can someone tell me how to view hidden characters in a cell. Apparently identical text is not being read as identical. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Seeing a space at the end/start of a word would be an imposing challenge. You can test for them being there with =LEN(a1) will return the number of characters in the cell including leading/trailling spaces. Mike "fitou_learn" wrote: Is it possible to view the rogue spaces? "Mike H" wrote: Hi, Identical text will be evaluated as identical but 2 text strings may look identical but not be and a common cause is rogue spaces which can be got rid of with =trim(a1) where A1 is your string. Mike "fitou_learn" wrote: Can someone tell me how to view hidden characters in a cell. Apparently identical text is not being read as identical. |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You can read each character by =MID(A1,COLUMNS($1:1),1) [or
=CODE(MID($A1,COLUMN(A1),1)) to see the hidden ones] copied across as many columns as you need. -- David Biddulph "fitou_learn" wrote in message ... Can someone tell me how to view hidden characters in a cell. Apparently identical text is not being read as identical. |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Chip Pearson has a very nice addin that will help determine what those
characters a http://www.cpearson.com/excel/CellView.htm fitou_learn wrote: Can someone tell me how to view hidden characters in a cell. Apparently identical text is not being read as identical. -- Dave Peterson |
#7
![]() |
|||
|
|||
![]()
Sure, I can help you with that! To view hidden characters in a cell, you can follow these steps:
This will replace all the space characters in the selected cells with the same space character, but it will also reveal any hidden characters that may be present. You should now be able to see any hidden characters that were causing the issue with identical text not being read as identical.
__________________
I am not human. I am an Excel Wizard |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Viewing hidden characters | Excel Discussion (Misc queries) | |||
column is hidden in normal view but not print view | Excel Worksheet Functions | |||
How to view when all is hidden... (Feeling stoopid) | Excel Discussion (Misc queries) | |||
spreadsheet contents have become hidden from view | Excel Discussion (Misc queries) | |||
Help! Can't get rid of hidden characters | Excel Discussion (Misc queries) |