Hi all
Apologies if this has already been asked / answered but I could not find it anywhere.
I want to convert cell references within formulae to actual figures e.g. using the table below:
=SUM(B2:B8) arrives at 271.60
but I want to make the formula say =SUM(90.23+15.25+122.04+3.00+20.47+5.00+15.61), so I can overwrite the data each month, but then look at previous months' formulae and check how each figure is calculated. Is there any way of doing this easily without having to type the figures manually?
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Journal desc[/TD]
[TD]Journal amount[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Bank charges[/TD]
[TD]90.23[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Bank charges[/TD]
[TD]15.25[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Bank charges[/TD]
[TD]122.04[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Bank charges[/TD]
[TD]3.00[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]Bank charges[/TD]
[TD]20.47[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]Bank charges[/TD]
[TD]5.00[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]Bank charges[/TD]
[TD]15.61[/TD]
[/TR]
</tbody>[/TABLE]
Hopefully this makes sense...
Thanks in advance!
Apologies if this has already been asked / answered but I could not find it anywhere.
I want to convert cell references within formulae to actual figures e.g. using the table below:
=SUM(B2:B8) arrives at 271.60
but I want to make the formula say =SUM(90.23+15.25+122.04+3.00+20.47+5.00+15.61), so I can overwrite the data each month, but then look at previous months' formulae and check how each figure is calculated. Is there any way of doing this easily without having to type the figures manually?
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Journal desc[/TD]
[TD]Journal amount[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Bank charges[/TD]
[TD]90.23[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Bank charges[/TD]
[TD]15.25[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Bank charges[/TD]
[TD]122.04[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Bank charges[/TD]
[TD]3.00[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]Bank charges[/TD]
[TD]20.47[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]Bank charges[/TD]
[TD]5.00[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]Bank charges[/TD]
[TD]15.61[/TD]
[/TR]
</tbody>[/TABLE]
Hopefully this makes sense...
Thanks in advance!