Steve=True
Well-known Member
- Joined
- May 27, 2011
- Messages
- 993
I am looking for non-printable characters where char(<32) or <CHAR(32)AND characters special>Char(>126)
I have this formula
=SUMPRODUCT((ISNUMBER(FIND("~",A1:A4)))*ROW(A1:A4))
That finds one piece of text in a range, but i would like to find other characters where Char(<32) without having to write 32 different formulas.
Also, i can't use macros or VBA.
Any thoughts would be great.
Thanks!
I have this formula
=SUMPRODUCT((ISNUMBER(FIND("~",A1:A4)))*ROW(A1:A4))
That finds one piece of text in a range, but i would like to find other characters where Char(<32) without having to write 32 different formulas.
Also, i can't use macros or VBA.
Any thoughts would be great.
Thanks!
Last edited: