View Single Post
 
Old 06-13-2006, 10:16 AM
adbarnes adbarnes is offline
Novice
 
Join Date: Jan 2006
Posts: 9
adbarnes
Default You could try-

using vlookup with the false option for the range lookup which would give you an N/A if the item is not found. Then wrap it in an if(iserror) function to make the #N/A = to zero.

Reply With Quote