powerpackinduo
Board Regular
- Joined
- Jul 28, 2005
- Messages
- 128
I have the following formula that counts distinct alphanumeric records (Sheet2 column A) based on a store (store is column B).
The formula works correctly but because there are so many records it takes forever to process. Is there a more efficient/faster way to do this?
The formula works correctly but because there are so many records it takes forever to process. Is there a more efficient/faster way to do this?
Code:
=SUMPRODUCT((Sheet2!$A2:$A40000<>"")/COUNTIF(Sheet2!$A2:$A40000,Sheet1!$A2:$A40000&""),--(Sheet2!$B2:$B40000=Sheet1!B2))