I have the data in the following format with same Inv numbers and their corresponding values in P settings.
I need to get the unique value where P Settings AA 01 or ZA01. Sometimes the tool is picking "-", How can control this.
Also in cases where there are more then 1 value, in this case AA 01 and ZA01, can i pick the first one AA01.
Here is the data
Record ID | Inv Number | P Settings | |
1 | 1234 | AA O1 | |
2 | 1234 | - | |
3 | 1234 | - | |
4 | 1234 | - | |
5 | 1234 | ZA O1 | |
6 | 1234 | - | |
7 | 1234 | - | |