View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
JeffPlax JeffPlax is offline
external usenet poster
 
Posts: 4
Default Sum of non-numeric data on multiple sheets

Yep... thanks for the help... I just figured that out. I was trying to '+'
each reference together, and it was blowing up. SUM(sheet1:Sheet8!A1) works
perfectly! Thanks again,

Jeff

"Pete_UK" wrote:

I put 20 in A1 of Sheet2, "text" in A1 of Sheet3, and 30 in A1 of
Sheet4, and this formula in A1 of Sheet1:

=SUM(Sheet2:Sheet4!A1)

gave me the answer of 50. SUM ignores text entries.

Hope this helps.

Pete


On Jan 13, 3:39 pm, JeffPlax
wrote:
Hello all,
I'm using a 3D-reference to *sum* specific cells on multiple sheets.
Problem is some cells don't have numeric data in them. Is there a way to
skip non-numeric cells so that I don't get the dreaded #VALUE?

TY
Jeff