Hello Everyone,
I have this formula that works well for what I need it to do. Which is ignore duplicates, and extract unique records based on multiple ciriteria.
{=SUM(--(FREQUENCY(IF((EXTRACTED!$G$4:$G$3000=$B10)*(EXTRACTED!$H$4:$H$3000<>"")*(EXTRACTED!$I$4:$I$3000=$CP$8),MATCH(EXTRACTED!$D$4:$D$3000,EXTRACTED!$D$4:$D$3000,0)),ROW(INDIRECT("1:"&ROWS(EXTRACTED!$D$4:$D$3000))))>0))}
Here in lies the problem. I have this formula in a bout 400 plus cells, but because it has the INDIRECT portion the calculations get slowed down considerably. Is there anything that I can do to update the formula, to have it calculate faster, I'm willing to change the formula if needed.
-Thanks
I have this formula that works well for what I need it to do. Which is ignore duplicates, and extract unique records based on multiple ciriteria.
{=SUM(--(FREQUENCY(IF((EXTRACTED!$G$4:$G$3000=$B10)*(EXTRACTED!$H$4:$H$3000<>"")*(EXTRACTED!$I$4:$I$3000=$CP$8),MATCH(EXTRACTED!$D$4:$D$3000,EXTRACTED!$D$4:$D$3000,0)),ROW(INDIRECT("1:"&ROWS(EXTRACTED!$D$4:$D$3000))))>0))}
Here in lies the problem. I have this formula in a bout 400 plus cells, but because it has the INDIRECT portion the calculations get slowed down considerably. Is there anything that I can do to update the formula, to have it calculate faster, I'm willing to change the formula if needed.
-Thanks