WORD 2013 - Referencing sum total in table

klynshoe

Board Regular
Joined
Jun 17, 2010
Messages
176
Hello,

I am using MS WORD 2013. I have a table with a sum formula that I would like referenced elsewhere in my document. I only want the amount of the sum referenced, not another table created. When I insert a cross-reference, it wants to insert a new table rather than just the amount of the sum formula.
[TABLE="width: 75%, align: center"]
[TR]
[TD]TOTAL DISTRIBUTION
[/TD]
[/TR]
[TR]
[TD]3,551,835.00
[/TD]
[/TR]
[TR]
[TD]50,000.00
[/TD]
[/TR]
[TR]
[TD]145,003.00
[/TD]
[/TR]
[TR]
[TD]$3,746,838.00
[/TD]
[/TR]
[/TABLE]


Any help would be greatly appreciated.

Many thanks,
Kelly
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
1. Bookmark the table (e.g. Tbl)
2. Where you want the result to appear, insert a field coded as:
{=SUM(Tbl A4)}
where 'Tbl' is the bookmark name and A4 is the cell you want to reference.

Note: The field brace pairs (i.e. '{ }') for the above example are all created in the document itself, via Ctrl-F9 (Cmd-F9 on a Mac); you can't simply type them or copy & paste them from this message. Nor is it practical to add them via any of the standard Word dialogues.

To see how to do a wide range of calculations in Word, check out my Microsoft Word Field Maths Tutorial, available at:
Microsoft Word Field Maths Tutorial | Windows Secrets Lounge
or:
Graham Mayor - Downloads
 
Upvote 0

Forum statistics

Threads
1,223,798
Messages
6,174,667
Members
452,576
Latest member
AlexG_UK

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top