View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.charting
David David is offline
external usenet poster
 
Posts: 1,560
Default Sum the column with the error cells

I am trying to add the total for one column in which some cells have the
#REF! sign. My formula is:
=SUMIF(Data!A1:Data!A100,"<#VALUE!")
but the output is still #REF! and cannot display the value total. Does my
formula miss any?