Hi I'm trying to lookup data in the format below. My LOOKUP formula is working but the issue is its only picking up the first record (Product P1). P2 and P3 are ignored as the numbers are the same. While this is counterintuitive, I need to work with data like this as the duplications could be either genuine or in error but the point is to read them "as-is" without second guessing their authenticity. How should one get LOOKUP to work in a situation like this or perhaps I should be using a different formula?
Account | Product | Q1 | Q2 | Q3 | Q4 |
A1 | P1 | 111 | 222 | 333 | 444 |
A1 | P2 | 111 | 222 | 333 | 444 |
A1 | P3 | 111 | 222 | 333 | 444 |
Thanks and regards,
Clarence