Dear All,
I have a formula like this =SUMPRODUCT(--(TRIM(LEFT('Feb 2013'!A:A,14))=B3),'Feb 2013'!B:B) it takes lot of time to process since I have huge data set which takes ages if I need to do any changes or additions to the data.
The above formula trims the data that is present in the Feb 2013 sheet in column A and then and then looks whether the result matches with Cell B3 and sums up all the cells in Feb 2013 column B which matches the condition.
The source data sheet cannot be changed or altered (Feb 2013 sheet) meaning I do not want to add any columns in the source sheet. This is because this gets circulated across - The user will only copy data from the database paste it in the source sheet so that automatically the result sheet gets updated.
Is there anyway to use other formula to do the same job.
Thanks in advance for your kind support in this regard.
Bookmarks