Thread: Formula help
View Single Post
  #2   Report Post  
Ragdyer
 
Posts: n/a
Default

Just add the 2 cells together.
Same as if they contained simple numeric data.

=SUM(B2,B4)
=B2+B4

--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"DEEKABEE" wrote in message
...
I want to sum a cell that contains a formula with another cell that

contains
a formula. How do I write a formula that will show the rersult?