Hello, I have some issues on presenting certain data from a file in a specific way.I have two columns in my file that look like columns A and B. Based on column B, I would like column A to state specific data as the example below. Please consider that my data comprise of multiple rows.
Column A (as is now) | Column B(as is now) | Column C (as I want it to be) |
ALL SUBTYPES | - | ALL SUBTYPES |
ALL SUBTYPES | APPLE | KIWI |
ALL SUBTYPES | - | ALL SUBTYPES |
ALL SUBTYPES | - | ALL SUBTYPES |
ALL SUBTYPES | APPLE-NEGATIVE | KIWI |
ALL SUBTYPES | - | ALL SUBTYPES |
ALL SUBTYPES | ONE BANANA | KIWI |
ORANGE | ORANGE | ORANGE |
PINEAPPLE | PINEAPPLE | PINEAPPLE |
Thank you!