View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Bernard Liengme[_3_] Bernard Liengme[_3_] is offline
external usenet poster
 
Posts: 1,104
Default dynamic summation

This formula (its an array formula, so enter it with SHIFT+CTRL+ENTER) will
ignore all the errors like #VALUE!
=SUM(IF(ISNUMBER(A1:A6),A1:A6))


--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email


"Jase" wrote in message
...
I have a range of cells that I am summing but that range sometimes change
to
either "#value" which throws off my summation or i dont want to summ
duplicates. Basically I want to be able to control my range source as i
could
with a graph range. Any ideas?

thanks,

Jase