How do I sum cells containing formulas ?

N

Norman Jones

Hi Deekabee,

In exactly the same way as you would were you dealing with simplr numeric
values, e.g.:

= A1 +B1 + C1
=Sum(A1:C1)
 
B

Bob Phillips

If the formula returns a numeric result, it will add ok

=A1+B1

--
HTH

Bob Phillips

DEEKABEE said:
I want to add a cell containg a formula to another cell containg a
formula.
 
Top