You need to find any values of the 'Customer Name' column that have "é" in any position.
Enter the following SQL query:
SELECT * FROM T1 WHERE 'Customer Name' LIKE "%é%" |
LIKE "a%" - Finds any values that start with "a" |
You can use FORMATWIKI function for the purposes of cell formatting. |
|