I have a large Excel Table. I am working in xl2007 but solution must work in 2003. I want to identify the records where a "document_number" relates to more than one "Service".
My current formula is based on sumproduct which, with 60,000 rows, not suprisingly takes too long. Is there a better solution? I am adding to the bottom of the table each month and the values in "Service" may change for all records.
I can't post the precise formula as the vba that applies it is still doing its work However it is of the form:
=sumproduct(--(document_number=Thisdocument_number),--(Service<>=ThisService))>0
All ideas welcomed!
Gavin
My current formula is based on sumproduct which, with 60,000 rows, not suprisingly takes too long. Is there a better solution? I am adding to the bottom of the table each month and the values in "Service" may change for all records.
I can't post the precise formula as the vba that applies it is still doing its work However it is of the form:
=sumproduct(--(document_number=Thisdocument_number),--(Service<>=ThisService))>0
All ideas welcomed!
Gavin