Hi All,
Luke M gave me a better and working formula to count quotes used in a range
=SUMPRODUCT((ISNUMBER(FIND("""",A1:A4)))*ROW(A1:A4))
Is there anyway to make this look for all special characters below Char(32) without VBA?
Basically looking to see and report if the data that a client wants to upload into a database has any non-allowed characters.
Luke M gave me a better and working formula to count quotes used in a range
=SUMPRODUCT((ISNUMBER(FIND("""",A1:A4)))*ROW(A1:A4))
Is there anyway to make this look for all special characters below Char(32) without VBA?
Basically looking to see and report if the data that a client wants to upload into a database has any non-allowed characters.