Hello Excel experts,
I need some help with following problem that I have been struggling with for days. I am trying to count how many orders have Part numbers A and B on the same order. If order 123 has part number A and B on it then return true or else false. I think Match and array might be a way to go but I am still not able to come up with the result that I need. Can you guys help????????????
Here's how the Data looks like:
Order Part numbers
123 A
123 B
123 C
123 D
234 A
234 B
234 E
346 A
346 C
Answer for above would be 2 orders that have A and B part numbers on the same order.
Thanks in advance,
MP
Bookmarks