Hello, I am looking to see if there is a formula that will give me the values in column C below. What I am looking to do is if the Transaction ID is the same and there is no red step in column B then code all of column c as igo for that transaction ID. I used a vlookup but am potential going to use this data in another system that doesn't us vlookups. The actually data does not have coloring but is indicated by the word NIGO on the Step name.
A | B | C |
Transaction ID | Steps | IGO/NIGO |
1234 | Step 1 | IGO |
1234 | Step 2 | IGO |
1234 | Step 3 | IGO |
5678 | Step 1 | NIGO |
5678 | Step 2 | NIGO |
5678 | Step 3 | NIGO |
5678 | Step 4 | NIGO |
5678 | Step 5 | NIGO |
5678 | Step 6 | NIGO |