Sample Data
This data shows three text strings in column A with different letter cases. Column B contains single letters to find within the text strings.
| Cell | Value |
|---|---|
| A1 | Hello World |
| A2 | hello world |
| A3 | HELLO WORLD |
| B1 | o |
| B2 | O |
| B3 | W |
This data shows three text strings in column A with different letter cases. Column B contains single letters to find within the text strings.
| Cell | Value |
|---|---|
| A1 | Hello World |
| A2 | hello world |
| A3 | HELLO WORLD |
| B1 | o |
| B2 | O |
| B3 | W |
=FIND(B1, A1)A B 1 | Hello World | o | 2 | hello world | O | 3 | HELLO WORLD | W |
A B C 1 | Hello World | o | 5 | 2 | hello world | O | | 3 | HELLO WORLD | W | |