C
Craig
Hi, I'm using the sumproduct function to extract data from a large data file
that was imported.
Works great, except for when I run the my macro to import the file all the
sumproduct functions display #REF!
Heres the before and after function
=IF('ScanShark Data'!$A$2="","",SUMPRODUCT(--('ScanShark
Data'!$A$2:$A$4000=3),'ScanShark Data'!$F$2:$F$4000,'ScanShark
Data'!$E$2:$E$4000,'ScanShark Data'!$D$2:$D$4000))
=IF('ScanShark Data'!#REF!="","",SUMPRODUCT(--('ScanShark
Data'!#REF!=A5),--('ScanShark Data'!#REF!=B5),'ScanShark
Data'!#REF!,'ScanShark Data'!#REF!,'ScanShark Data'!#REF!))
Is there a way to stop this from happening? As my data will be imported a
few time a day with different data.
Thanks Once Again!
Craig
that was imported.
Works great, except for when I run the my macro to import the file all the
sumproduct functions display #REF!
Heres the before and after function
=IF('ScanShark Data'!$A$2="","",SUMPRODUCT(--('ScanShark
Data'!$A$2:$A$4000=3),'ScanShark Data'!$F$2:$F$4000,'ScanShark
Data'!$E$2:$E$4000,'ScanShark Data'!$D$2:$D$4000))
=IF('ScanShark Data'!#REF!="","",SUMPRODUCT(--('ScanShark
Data'!#REF!=A5),--('ScanShark Data'!#REF!=B5),'ScanShark
Data'!#REF!,'ScanShark Data'!#REF!,'ScanShark Data'!#REF!))
Is there a way to stop this from happening? As my data will be imported a
few time a day with different data.
Thanks Once Again!
Craig