I want to treat two columns as one and compare rows.
I need to look for duplicates but they are dependent on two columns.. I'll try to give a visual example.
As you can see Number "123" and Stage "Red" appeared twice so they will be highlighted. Notice there are other similar Numbers and Stages but both don't match simultaneously. So my goal is to make this happen preferably with a conditional formatting formula.
I need to look for duplicates but they are dependent on two columns.. I'll try to give a visual example.
Number | Stage | Desc | State | OP | Date |
123 | Red | Hey! | ... | ... | ... |
123 | Orange | Hey | ... | ... | ... |
456 | Green | Cats | ... | ... | ... |
876 | Blue | Dogs | ... | ... | ... |
123 | Red | Hey! | ... | ... | ... |
As you can see Number "123" and Stage "Red" appeared twice so they will be highlighted. Notice there are other similar Numbers and Stages but both don't match simultaneously. So my goal is to make this happen preferably with a conditional formatting formula.