Hi everyone.
Hopefully an easy one...
I am trying to utilize the Vlookup function where some of the lookup values do not exist in the table array. This of course results in #N/A. The values being looked up are then added together. The #N/A's can not be added and thus I have several SUM's that equal #N/A.
I can get the calculations to work by using: IF(ISERROR(Lookup),0,Lookup)
Since I have over 15,000 lookup values and I am searching a table array with 5,000 rows, using this function bogs the workbook down.
Is there a better or more efficient function out there...some magic trick I don't know about yet?
If not, I can deal with it.
Thanks,
Mike
“Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.”-Albert Einstein
Hopefully an easy one...
I am trying to utilize the Vlookup function where some of the lookup values do not exist in the table array. This of course results in #N/A. The values being looked up are then added together. The #N/A's can not be added and thus I have several SUM's that equal #N/A.
I can get the calculations to work by using: IF(ISERROR(Lookup),0,Lookup)
Since I have over 15,000 lookup values and I am searching a table array with 5,000 rows, using this function bogs the workbook down.
Is there a better or more efficient function out there...some magic trick I don't know about yet?
If not, I can deal with it.
Thanks,
Mike
“Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.”-Albert Einstein