Hi,
Can someone please help me with this?
I have this raw data:
How can I eliminate these prefix values (1, 3, 4) that come from the raw data? Is it in Power Query?. The idea is to have clean data such as:
Thanks!
Andres
Can someone please help me with this?
I have this raw data:
PRODUCT | SALES REP |
A | 1 David |
B | 3 Jim |
C | 4 Jean |
D | Maria |
A | Paul |
B | George |
How can I eliminate these prefix values (1, 3, 4) that come from the raw data? Is it in Power Query?. The idea is to have clean data such as:
SALES REP |
David |
Jim |
Jean |
Maria |
Paul |
George |
Thanks!
Andres