I have the following data in one column. now on the next column, the following shall be met:
- if the cell contains Alpha-Numeric then column B should be valued A;
- if the cell contains numbers only then column B should be valued B
- if the cell starts with BD then column B should be valued C
been using formula and contain but I really couldn't get it right, any help is MUCH appreciated!
| column A |
| ABC1234 |
| 1234 |
| BD1234 |
| 12345 |