View Single Post
  #2   Report Post  
BenjieLop
 
Posts: n/a
Default


Guy Wates Wrote:
Hi all

Is there anyway when doing a vlookup to tell excel if the value you are
looking up does not exsist to give 0 instead of just getting a #N/A ref,
to enable you still to sum the column.
Guy


Try this ...

=IF(ISNA(YOUR_VLOOKUP_FORMULA),0,YOUR_VLOOKUP_FORM ULA)

Regards.


--
BenjieLop


------------------------------------------------------------------------
BenjieLop's Profile: http://www.excelforum.com/member.php...o&userid=11019
View this thread: http://www.excelforum.com/showthread...hreadid=476221