A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » Tables
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Linking numbers in Word tables to spelled out Numbers in body of document



 
 
Thread Tools Display Modes
  #1  
Old February 24th, 2008, 09:40 AM
MisterMatt516 MisterMatt516 is offline
Member
 
First recorded activity by OfficeFrustration: Feb 2008
Posts: 1
Default Linking numbers in Word tables to spelled out Numbers in body of document

Does anyone know of a way to link the numbers in a Word table to the corresponding spelled out numbers throughout the text. I am dealing with engineering documents where total repair quantities are tabulated in a summary sheet in the front of a report, then the quantities are repeated several times throughtout the report in spelled out form ( E.G. In the table:213, then 3 pages later: two hundred thirteen). I need a way to link the number to the spelled out number so that I can quickly edit the table and the text will follow suit.

Is this something that could be done by converting the entire document to Excel, setting it up in there with the formula bar, and the converting back to Word? I'm leary of this as things always seem to go kooky when I convert back and forth.

Thanks in advance

Cheers
Matt

Last edited by MisterMatt516 : February 24th, 2008 at 09:41 AM. Reason: grammar, clarity
  #2  
Old February 24th, 2008, 10:23 AM posted to microsoft.public.word.tables
Doug Robbins - Word MVP
external usenet poster
 
Posts: 8,239
Default Linking numbers in Word tables to spelled out Numbers in body of document

If you were to bookmark the numbers in the table, you could then use a cross
reference field to the text of the bookmark and add the

\* cardtext

formatting switch to that field

For example, if you bookmark the number 213 in and give the bookmark the
name Cell1 and then insert the following field

{ REF cell1 \* cardtext }

where the field delimiters { } are inserted by using Ctrl+F9, when you use
Alt+F9 to toggle off the display of the field codes, the field will display

two hundred thirteen




--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"MisterMatt516" wrote in
message .. .

Does anyone know of a way to link the numbers in a Word table to the
corresponding spelled out numbers throughout the text. I am dealing
with engineering documents where total repair quantities are tabulated
in a summary sheet in the front of a report, then the quantities are
repeated several times throughtout the report in spelled out form (
E.G. In the table:213, then 3 pages later: two hundred thirteen). I
need a way to link the number to the spelled out number so that I can
quickly edit the table and the text will follow suit.

Is this something that could be done by converting the entire document
to Excel, setting it up in there with the formula bar, and the
converting back to Word? I'm leary of this as things always seem to go
kooky when I convert back and forth.

Thanks in advance

Cheers
Matt




--
MisterMatt516



  #3  
Old February 24th, 2008, 10:31 AM posted to microsoft.public.word.tables
DeanH
external usenet poster
 
Posts: 1,783
Default Linking numbers in Word tables to spelled out Numbers in body of d

This can be done in Word.
You can create a Bookmark at the cell you wish to repeat.
Then where you want to repeats, Cross Reference the Bookmark, with the
"Insert reference to:" Bookmark text, this is now a field, which probably
look like this (to view right click, toggle field codes): {REF numbertext1
\h} (number1 is the bookmark name). This code needs to be changed to {REF
numbertext1 \* CardText \*caps}.

If the text to be repeated will be changed, ie for different clients,
bookmark probably wont work as this is linked to certain text and if this is
edited the bookmark could be lost due to overtype.

Safer to create a style for this whole Table cell, then use a field with
StyleRef to repeat throughout the document. This style will stay with the
cell, regardless of editing the text.
Insert, Field, StyleRef, Options, Styles, "NumberText1", Add to Field, OK,
Uncheck "Preserve formatting durting updates", Ok.
This field can be copied throughout the document.
{STYLEREF Numbertext1 \*cardtext\*caps}
Hope this helps
DeanH

"MisterMatt516" wrote:


Does anyone know of a way to link the numbers in a Word table to the
corresponding spelled out numbers throughout the text. I am dealing
with engineering documents where total repair quantities are tabulated
in a summary sheet in the front of a report, then the quantities are
repeated several times throughtout the report in spelled out form (
E.G. In the table:213, then 3 pages later: two hundred thirteen). I
need a way to link the number to the spelled out number so that I can
quickly edit the table and the text will follow suit.

Is this something that could be done by converting the entire document
to Excel, setting it up in there with the formula bar, and the
converting back to Word? I'm leary of this as things always seem to go
kooky when I convert back and forth.

Thanks in advance

Cheers
Matt




--
MisterMatt516

  #4  
Old February 24th, 2008, 03:24 PM posted to microsoft.public.word.tables
Suzanne S. Barnhill
external usenet poster
 
Posts: 31,786
Default Linking numbers in Word tables to spelled out Numbers in body of d

Why the \* caps switch? The example Matt gives is lowercase ("two hundred
thirteen").

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

"DeanH" wrote in message
...
This can be done in Word.
You can create a Bookmark at the cell you wish to repeat.
Then where you want to repeats, Cross Reference the Bookmark, with the
"Insert reference to:" Bookmark text, this is now a field, which probably
look like this (to view right click, toggle field codes): {REF numbertext1
\h} (number1 is the bookmark name). This code needs to be changed to {REF
numbertext1 \* CardText \*caps}.

If the text to be repeated will be changed, ie for different clients,
bookmark probably wont work as this is linked to certain text and if this
is
edited the bookmark could be lost due to overtype.

Safer to create a style for this whole Table cell, then use a field with
StyleRef to repeat throughout the document. This style will stay with the
cell, regardless of editing the text.
Insert, Field, StyleRef, Options, Styles, "NumberText1", Add to Field, OK,
Uncheck "Preserve formatting durting updates", Ok.
This field can be copied throughout the document.
{STYLEREF Numbertext1 \*cardtext\*caps}
Hope this helps
DeanH

"MisterMatt516" wrote:


Does anyone know of a way to link the numbers in a Word table to the
corresponding spelled out numbers throughout the text. I am dealing
with engineering documents where total repair quantities are tabulated
in a summary sheet in the front of a report, then the quantities are
repeated several times throughtout the report in spelled out form (
E.G. In the table:213, then 3 pages later: two hundred thirteen). I
need a way to link the number to the spelled out number so that I can
quickly edit the table and the text will follow suit.

Is this something that could be done by converting the entire document
to Excel, setting it up in there with the formula bar, and the
converting back to Word? I'm leary of this as things always seem to go
kooky when I convert back and forth.

Thanks in advance

Cheers
Matt




--
MisterMatt516




  #5  
Old February 25th, 2008, 07:31 AM posted to microsoft.public.word.tables
DeanH
external usenet poster
 
Posts: 1,783
Default Linking numbers in Word tables to spelled out Numbers in body

I copied it from a document of mine and I thought Matt may like to know that
this option is available. ;-)


"Suzanne S. Barnhill" wrote:

Why the \* caps switch? The example Matt gives is lowercase ("two hundred
thirteen").

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

"DeanH" wrote in message
...
This can be done in Word.
You can create a Bookmark at the cell you wish to repeat.
Then where you want to repeats, Cross Reference the Bookmark, with the
"Insert reference to:" Bookmark text, this is now a field, which probably
look like this (to view right click, toggle field codes): {REF numbertext1
\h} (number1 is the bookmark name). This code needs to be changed to {REF
numbertext1 \* CardText \*caps}.

If the text to be repeated will be changed, ie for different clients,
bookmark probably wont work as this is linked to certain text and if this
is
edited the bookmark could be lost due to overtype.

Safer to create a style for this whole Table cell, then use a field with
StyleRef to repeat throughout the document. This style will stay with the
cell, regardless of editing the text.
Insert, Field, StyleRef, Options, Styles, "NumberText1", Add to Field, OK,
Uncheck "Preserve formatting durting updates", Ok.
This field can be copied throughout the document.
{STYLEREF Numbertext1 \*cardtext\*caps}
Hope this helps
DeanH

"MisterMatt516" wrote:


Does anyone know of a way to link the numbers in a Word table to the
corresponding spelled out numbers throughout the text. I am dealing
with engineering documents where total repair quantities are tabulated
in a summary sheet in the front of a report, then the quantities are
repeated several times throughtout the report in spelled out form (
E.G. In the table:213, then 3 pages later: two hundred thirteen). I
need a way to link the number to the spelled out number so that I can
quickly edit the table and the text will follow suit.

Is this something that could be done by converting the entire document
to Excel, setting it up in there with the formula bar, and the
converting back to Word? I'm leary of this as things always seem to go
kooky when I convert back and forth.

Thanks in advance

Cheers
Matt




--
MisterMatt516





  #6  
Old February 25th, 2008, 02:37 PM posted to microsoft.public.word.tables
Suzanne S. Barnhill
external usenet poster
 
Posts: 31,786
Default Linking numbers in Word tables to spelled out Numbers in body

Riiiight!

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

"DeanH" wrote in message
...
I copied it from a document of mine and I thought Matt may like to know
that
this option is available. ;-)


"Suzanne S. Barnhill" wrote:

Why the \* caps switch? The example Matt gives is lowercase ("two hundred
thirteen").

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

"DeanH" wrote in message
...
This can be done in Word.
You can create a Bookmark at the cell you wish to repeat.
Then where you want to repeats, Cross Reference the Bookmark, with the
"Insert reference to:" Bookmark text, this is now a field, which
probably
look like this (to view right click, toggle field codes): {REF
numbertext1
\h} (number1 is the bookmark name). This code needs to be changed to
{REF
numbertext1 \* CardText \*caps}.

If the text to be repeated will be changed, ie for different clients,
bookmark probably wont work as this is linked to certain text and if
this
is
edited the bookmark could be lost due to overtype.

Safer to create a style for this whole Table cell, then use a field
with
StyleRef to repeat throughout the document. This style will stay with
the
cell, regardless of editing the text.
Insert, Field, StyleRef, Options, Styles, "NumberText1", Add to Field,
OK,
Uncheck "Preserve formatting durting updates", Ok.
This field can be copied throughout the document.
{STYLEREF Numbertext1 \*cardtext\*caps}
Hope this helps
DeanH

"MisterMatt516" wrote:


Does anyone know of a way to link the numbers in a Word table to the
corresponding spelled out numbers throughout the text. I am dealing
with engineering documents where total repair quantities are tabulated
in a summary sheet in the front of a report, then the quantities are
repeated several times throughtout the report in spelled out form (
E.G. In the table:213, then 3 pages later: two hundred thirteen). I
need a way to link the number to the spelled out number so that I can
quickly edit the table and the text will follow suit.

Is this something that could be done by converting the entire document
to Excel, setting it up in there with the formula bar, and the
converting back to Word? I'm leary of this as things always seem to
go
kooky when I convert back and forth.

Thanks in advance

Cheers
Matt




--
MisterMatt516








 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 01:03 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.