S
S
sound9012018-11-08 14:35:57
Visual Basic
sound901, 2018-11-08 14:35:57

How to display all hidden characters in excel?

There is a line and you need to see what characters it includes (such as a paragraph mark) and whether they are included at all, tell me how to implement it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Pychev Anatoly, 2018-11-08
@saund901

displaying encodings in cells for each character
On the sheet, write any text in cell A2
in cell B2, add this formula -

=IF(DLSTR($A$2)>ROW(A2)-ROW($A$2),MID($A$2,ROW(A2)-ROW($A$2)+1,1),"")

In cell C2 add this formula -
=CODE(B2)

drag the contents of B2 and C2 down a few lines
5be42d47f1e88051510225.jpeg

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question