View Single Post
  #2   Report Post  
swatsp0p
 
Posts: n/a
Default Ignore #REF! when adding columns?


Of course you could edit each of your formulas with an IF statement to
check for error codes and, if exist, return "" (this would be a lot of
work, I'm thinking).

=IF(ISERROR(yourlinkhere),"",yourlinkhere)

However, this works for me and is only one cell to change:

=SUMIF(yourrange,"=0")+SUMIF(yourrange,"<0")

enter cell references to tally in place of 'yourrange'

This should ignore all cells with errors, text and the like.

Good Luck


--
swatsp0p


------------------------------------------------------------------------
swatsp0p's Profile: http://www.excelforum.com/member.php...o&userid=15101
View this thread: http://www.excelforum.com/showthread...hreadid=480138