Hi All:
How can I get VLOOKUP to account for all items that match it, not just the first one? For example, if a PLU (Product Look Up code) is sold at 2 stores, I'd want to see the total of the 2 stores, not just the first one VLOOKUP found.
I can accomplish this using a SUMPRODUCT formula I have, but the data set (6 tabs with about 60K lines and 6 columns per tab) and report are so large (about 700 data points using vlookup), that what was taking VLOOKUP about 6 seconds to update is taking the SUMPRODUCT formula about 1 minute to update.
Here's a sample of the SUMPRODUCT formula. Week 1 is one of 6 tabs. E2 is the store name, H11 is the PLU.
=SUMPRODUCT(--(week2!$C:$C=$E$2),--(week2!$D:$D=$H11),week2!$F:$F)
Any help is appreciated.
How can I get VLOOKUP to account for all items that match it, not just the first one? For example, if a PLU (Product Look Up code) is sold at 2 stores, I'd want to see the total of the 2 stores, not just the first one VLOOKUP found.
I can accomplish this using a SUMPRODUCT formula I have, but the data set (6 tabs with about 60K lines and 6 columns per tab) and report are so large (about 700 data points using vlookup), that what was taking VLOOKUP about 6 seconds to update is taking the SUMPRODUCT formula about 1 minute to update.
Here's a sample of the SUMPRODUCT formula. Week 1 is one of 6 tabs. E2 is the store name, H11 is the PLU.
=SUMPRODUCT(--(week2!$C:$C=$E$2),--(week2!$D:$D=$H11),week2!$F:$F)
Any help is appreciated.