Data
| Value |
|---|
| G |
| U |
| A |
| E |
| A |
| O |
| P |
I used match function to find the relative position. However, I want to find all the relative position of "A" and expected to return the following table:
| 3 |
| 5 |
Thanks.
Data
| Value |
|---|
| G |
| U |
| A |
| E |
| A |
| O |
| P |
I used match function to find the relative position. However, I want to find all the relative position of "A" and expected to return the following table:
| 3 |
| 5 |
Thanks.