Hi there,
I have looked for a solution for this elsewhere but has been unable to find anything.
The problem: users must paste in data sets of varying size, anything from 200 to 5000 rows of data. I'm looking to run a conditional sum formula that can accommodate these varying ranges.
The following results in an #N/A error due to empty cells:
{=SUM(IF('Sheet1'!$D$2:$D$5000=A2;'Sheet1'!$I$2:$I$5000;0))}
I assume something can be built on to fix this issue. Question is just what.
Solutions appreciated.
M/W
Bookmarks