Are there any in-built functions in Excel that could analyse the content of a cell, and check for 1 or more instances of punctuation characters, such as full stop, comma, question mark, exclamation mark, semi-colon, colon, ellipsis, brackets, hyphen, speech marks, apostrophe, quotation marks etc (there may be more).
General use case is if we were checking cell A2, the function/formula would return either "no punctuation characters found in cell A2", or "punctuation characters found in cell A2". I've found similar methods of verifying a cell's value is all comprised of 100% numeric character's, or all all alpha A-Z..a-z characters, but there was nothing obvious I could find regarding punctuation characters. I'm trying to do some data quality checks on an extract of data which doesnt appear to have been subject to much data entry validation in its original source application.