Kaiser Khan
New Member
- Joined
- Dec 19, 2013
- Messages
- 12
Hi All
I have cells with numbers. for example:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]2[/TD]
[/TR]
[TR]
[TD]3[/TD]
[/TR]
[TR]
[TD]4[/TD]
[/TR]
[TR]
[TD]5[/TD]
[/TR]
</tbody>[/TABLE]
I would like to learn a formula that would add these all but show as below
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]14[/TD]
[/TR]
</tbody>[/TABLE]
when I go a click on this cell I want to see the value separately as below:
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]=2+3+4+5[/TD]
[/TR]
</tbody>[/TABLE]
Any Ideas please.
Thanks
I have cells with numbers. for example:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]2[/TD]
[/TR]
[TR]
[TD]3[/TD]
[/TR]
[TR]
[TD]4[/TD]
[/TR]
[TR]
[TD]5[/TD]
[/TR]
</tbody>[/TABLE]
I would like to learn a formula that would add these all but show as below
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]14[/TD]
[/TR]
</tbody>[/TABLE]
when I go a click on this cell I want to see the value separately as below:
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]=2+3+4+5[/TD]
[/TR]
</tbody>[/TABLE]
Any Ideas please.
Thanks