I have a credit card dispute report. I am trying to write a what if formula that if a certain condition is met then to fill in yes for all instances of the order number.
In this example, that if an order has a PRE-ARB, then to put in yes for all instances of the order number that has PRE-ARB. So order 100 has a PRE-ARB, then I want YES (has PRE-ARB) for order 100. Here is the data.
In this example, that if an order has a PRE-ARB, then to put in yes for all instances of the order number that has PRE-ARB. So order 100 has a PRE-ARB, then I want YES (has PRE-ARB) for order 100. Here is the data.
Book1 | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | Order | TYPE | PRE-ARB? | ||
2 | 100 | DISPUTE | YES | ||
3 | 200 | DISPUTE | NO | ||
4 | 100 | REVERSAL | YES | ||
5 | 300 | DISPUTE | NO | ||
6 | 100 | PRE-ARB | YES | ||
7 | 500 | DISPUTE | NO | ||
Sheet1 |