Good Day Everyone
I have a sample data such as
PO# Setting
1234 0
1234 0
1234 0
1234 0
1234 0
1234 ABCD
1234 ABCD
1234 ABCD
1234 ABCD
1234 ABCD
1234 ABCD
I am using a join tool match the PO# against a set of values to extract the settings. Now i need for format the end result in this format
PO# Setting
1234 ABCD
1234 -
1234 -
1234 -
1234 -
1234 -
1234 -
1234 -
1234 -
1234 -
1234 -