Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
ecn1942 ecn1942 is offline
external usenet poster
 
Posts: 2
Default Using the field NUMWORDS in QuickParts Field

I'm taking a class in short fiction and one of the requirements is that the
first page header include the story's word count. I tried inserting
QuickParts Field NUMWORDS which gave me almost what I wanted. Problem is
that the required number is NOT to include the story title and author's name
which appear on the first page. How do I insert a number that is equal to
NUMWORDS minus the word count for my title and name? I tried putting the
number to subtract in the document properties then inserting Field Formula
=NUMWORDS-6 but that didn't work. Can this be done so I don't have to
change the heading every time I edit my document?
--
The Islander
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Jay Freedman Jay Freedman is offline
external usenet poster
 
Posts: 9,854
Default Using the field NUMWORDS in QuickParts Field


You got it almost right. The NUMWORDS has to be a field embedded
inside the Formula field. Click on the Formula field and press
Shift+F9 (or right-click it and choose Toggle Field Codes) to display
the code. Select the keyword NUMWORDS and press Ctrl+F9 to enclose it
in field braces. It should now look like this:

{ = {NUMWORDS} - 6 }

Press F9 to update the field and get the number you want.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.

On Sat, 23 Jan 2010 12:17:01 -0800, ecn1942
wrote:

I'm taking a class in short fiction and one of the requirements is that the
first page header include the story's word count. I tried inserting
QuickParts Field NUMWORDS which gave me almost what I wanted. Problem is
that the required number is NOT to include the story title and author's name
which appear on the first page. How do I insert a number that is equal to
NUMWORDS minus the word count for my title and name? I tried putting the
number to subtract in the document properties then inserting Field Formula
=NUMWORDS-6 but that didn't work. Can this be done so I don't have to
change the heading every time I edit my document?

  #3   Report Post  
Posted to microsoft.public.word.docmanagement
Jay Freedman Jay Freedman is offline
external usenet poster
 
Posts: 9,854
Default Using the field NUMWORDS in QuickParts Field


You got it almost right. The NUMWORDS has to be a field embedded
inside the Formula field. Click on the Formula field and press
Shift+F9 (or right-click it and choose Toggle Field Codes) to display
the code. Select the keyword NUMWORDS and press Ctrl+F9 to enclose it
in field braces. It should now look like this:

{ = {NUMWORDS} - 6 }

Press F9 to update the field and get the number you want.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.

On Sat, 23 Jan 2010 12:17:01 -0800, ecn1942
wrote:

I'm taking a class in short fiction and one of the requirements is that the
first page header include the story's word count. I tried inserting
QuickParts Field NUMWORDS which gave me almost what I wanted. Problem is
that the required number is NOT to include the story title and author's name
which appear on the first page. How do I insert a number that is equal to
NUMWORDS minus the word count for my title and name? I tried putting the
number to subtract in the document properties then inserting Field Formula
=NUMWORDS-6 but that didn't work. Can this be done so I don't have to
change the heading every time I edit my document?

  #4   Report Post  
Posted to microsoft.public.word.docmanagement
macropod[_2_] macropod[_2_] is offline
external usenet poster
 
Posts: 2,059
Default Using the field NUMWORDS in QuickParts Field

Note too that the NUMWORDS field counts itself as another word after the first update ...

--
Cheers
macropod
[Microsoft MVP - Word]


"Jay Freedman" wrote in message ...

You got it almost right. The NUMWORDS has to be a field embedded
inside the Formula field. Click on the Formula field and press
Shift+F9 (or right-click it and choose Toggle Field Codes) to display
the code. Select the keyword NUMWORDS and press Ctrl+F9 to enclose it
in field braces. It should now look like this:

{ = {NUMWORDS} - 6 }

Press F9 to update the field and get the number you want.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.

On Sat, 23 Jan 2010 12:17:01 -0800, ecn1942
wrote:

I'm taking a class in short fiction and one of the requirements is that the
first page header include the story's word count. I tried inserting
QuickParts Field NUMWORDS which gave me almost what I wanted. Problem is
that the required number is NOT to include the story title and author's name
which appear on the first page. How do I insert a number that is equal to
NUMWORDS minus the word count for my title and name? I tried putting the
number to subtract in the document properties then inserting Field Formula
=NUMWORDS-6 but that didn't work. Can this be done so I don't have to
change the heading every time I edit my document?

  #5   Report Post  
Posted to microsoft.public.word.docmanagement
macropod[_2_] macropod[_2_] is offline
external usenet poster
 
Posts: 2,059
Default Using the field NUMWORDS in QuickParts Field

Note too that the NUMWORDS field counts itself as another word after the first update ...

--
Cheers
macropod
[Microsoft MVP - Word]


"Jay Freedman" wrote in message ...

You got it almost right. The NUMWORDS has to be a field embedded
inside the Formula field. Click on the Formula field and press
Shift+F9 (or right-click it and choose Toggle Field Codes) to display
the code. Select the keyword NUMWORDS and press Ctrl+F9 to enclose it
in field braces. It should now look like this:

{ = {NUMWORDS} - 6 }

Press F9 to update the field and get the number you want.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.

On Sat, 23 Jan 2010 12:17:01 -0800, ecn1942
wrote:

I'm taking a class in short fiction and one of the requirements is that the
first page header include the story's word count. I tried inserting
QuickParts Field NUMWORDS which gave me almost what I wanted. Problem is
that the required number is NOT to include the story title and author's name
which appear on the first page. How do I insert a number that is equal to
NUMWORDS minus the word count for my title and name? I tried putting the
number to subtract in the document properties then inserting Field Formula
=NUMWORDS-6 but that didn't work. Can this be done so I don't have to
change the heading every time I edit my document?



  #6   Report Post  
Posted to microsoft.public.word.docmanagement
Jay Freedman Jay Freedman is offline
external usenet poster
 
Posts: 9,854
Default Using the field NUMWORDS in QuickParts Field

But not if it's in a header -- it only counts the main text.

On Sun, 24 Jan 2010 13:53:00 +1100, "macropod"
wrote:

Note too that the NUMWORDS field counts itself as another word after the first update ...

--
Cheers
macropod
[Microsoft MVP - Word]


"Jay Freedman" wrote in message ...

You got it almost right. The NUMWORDS has to be a field embedded
inside the Formula field. Click on the Formula field and press
Shift+F9 (or right-click it and choose Toggle Field Codes) to display
the code. Select the keyword NUMWORDS and press Ctrl+F9 to enclose it
in field braces. It should now look like this:

{ = {NUMWORDS} - 6 }

Press F9 to update the field and get the number you want.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.

On Sat, 23 Jan 2010 12:17:01 -0800, ecn1942
wrote:

I'm taking a class in short fiction and one of the requirements is that the
first page header include the story's word count. I tried inserting
QuickParts Field NUMWORDS which gave me almost what I wanted. Problem is
that the required number is NOT to include the story title and author's name
which appear on the first page. How do I insert a number that is equal to
NUMWORDS minus the word count for my title and name? I tried putting the
number to subtract in the document properties then inserting Field Formula
=NUMWORDS-6 but that didn't work. Can this be done so I don't have to
change the heading every time I edit my document?

  #7   Report Post  
Posted to microsoft.public.word.docmanagement
Jay Freedman Jay Freedman is offline
external usenet poster
 
Posts: 9,854
Default Using the field NUMWORDS in QuickParts Field

But not if it's in a header -- it only counts the main text.

On Sun, 24 Jan 2010 13:53:00 +1100, "macropod"
wrote:

Note too that the NUMWORDS field counts itself as another word after the first update ...

--
Cheers
macropod
[Microsoft MVP - Word]


"Jay Freedman" wrote in message ...

You got it almost right. The NUMWORDS has to be a field embedded
inside the Formula field. Click on the Formula field and press
Shift+F9 (or right-click it and choose Toggle Field Codes) to display
the code. Select the keyword NUMWORDS and press Ctrl+F9 to enclose it
in field braces. It should now look like this:

{ = {NUMWORDS} - 6 }

Press F9 to update the field and get the number you want.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.

On Sat, 23 Jan 2010 12:17:01 -0800, ecn1942
wrote:

I'm taking a class in short fiction and one of the requirements is that the
first page header include the story's word count. I tried inserting
QuickParts Field NUMWORDS which gave me almost what I wanted. Problem is
that the required number is NOT to include the story title and author's name
which appear on the first page. How do I insert a number that is equal to
NUMWORDS minus the word count for my title and name? I tried putting the
number to subtract in the document properties then inserting Field Formula
=NUMWORDS-6 but that didn't work. Can this be done so I don't have to
change the heading every time I edit my document?

  #8   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Using the field NUMWORDS in QuickParts Field

Then if the stuff to be excluded was in the first page header, it wouldn't
need excluding from the count?

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



"Jay Freedman" wrote in message
...
But not if it's in a header -- it only counts the main text.

On Sun, 24 Jan 2010 13:53:00 +1100, "macropod"
wrote:

Note too that the NUMWORDS field counts itself as another word after the
first update ...

--
Cheers
macropod
[Microsoft MVP - Word]


"Jay Freedman" wrote in message
. ..

You got it almost right. The NUMWORDS has to be a field embedded
inside the Formula field. Click on the Formula field and press
Shift+F9 (or right-click it and choose Toggle Field Codes) to display
the code. Select the keyword NUMWORDS and press Ctrl+F9 to enclose it
in field braces. It should now look like this:

{ = {NUMWORDS} - 6 }

Press F9 to update the field and get the number you want.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.

On Sat, 23 Jan 2010 12:17:01 -0800, ecn1942
wrote:

I'm taking a class in short fiction and one of the requirements is that
the
first page header include the story's word count. I tried inserting
QuickParts Field NUMWORDS which gave me almost what I wanted.
Problem is
that the required number is NOT to include the story title and author's
name
which appear on the first page. How do I insert a number that is equal
to
NUMWORDS minus the word count for my title and name? I tried putting
the
number to subtract in the document properties then inserting Field
Formula
=NUMWORDS-6 but that didn't work. Can this be done so I don't have to
change the heading every time I edit my document?



  #9   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Using the field NUMWORDS in QuickParts Field

Then if the stuff to be excluded was in the first page header, it wouldn't
need excluding from the count?

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



"Jay Freedman" wrote in message
...
But not if it's in a header -- it only counts the main text.

On Sun, 24 Jan 2010 13:53:00 +1100, "macropod"
wrote:

Note too that the NUMWORDS field counts itself as another word after the
first update ...

--
Cheers
macropod
[Microsoft MVP - Word]


"Jay Freedman" wrote in message
. ..

You got it almost right. The NUMWORDS has to be a field embedded
inside the Formula field. Click on the Formula field and press
Shift+F9 (or right-click it and choose Toggle Field Codes) to display
the code. Select the keyword NUMWORDS and press Ctrl+F9 to enclose it
in field braces. It should now look like this:

{ = {NUMWORDS} - 6 }

Press F9 to update the field and get the number you want.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.

On Sat, 23 Jan 2010 12:17:01 -0800, ecn1942
wrote:

I'm taking a class in short fiction and one of the requirements is that
the
first page header include the story's word count. I tried inserting
QuickParts Field NUMWORDS which gave me almost what I wanted.
Problem is
that the required number is NOT to include the story title and author's
name
which appear on the first page. How do I insert a number that is equal
to
NUMWORDS minus the word count for my title and name? I tried putting
the
number to subtract in the document properties then inserting Field
Formula
=NUMWORDS-6 but that didn't work. Can this be done so I don't have to
change the heading every time I edit my document?



  #10   Report Post  
Posted to microsoft.public.word.docmanagement
Jay Freedman Jay Freedman is offline
external usenet poster
 
Posts: 9,854
Default Using the field NUMWORDS in QuickParts Field

Yes, that's correct. You could put the title and author's name in the
first page header along with the NUMWORDS field (by itself, not in a
formula field), and the count would be correct.

If the course instructor has such stringent requirements, though, this
strategy might be "against the rules". I never cease to be amazed at
the picayune garbage that's forced on students.

--
Jay

On Sun, 24 Jan 2010 08:18:50 +0200, "Graham Mayor"
wrote:

Then if the stuff to be excluded was in the first page header, it wouldn't
need excluding from the count?

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



"Jay Freedman" wrote in message
.. .
But not if it's in a header -- it only counts the main text.

On Sun, 24 Jan 2010 13:53:00 +1100, "macropod"
wrote:

Note too that the NUMWORDS field counts itself as another word after the
first update ...

--
Cheers
macropod
[Microsoft MVP - Word]


"Jay Freedman" wrote in message
...

You got it almost right. The NUMWORDS has to be a field embedded
inside the Formula field. Click on the Formula field and press
Shift+F9 (or right-click it and choose Toggle Field Codes) to display
the code. Select the keyword NUMWORDS and press Ctrl+F9 to enclose it
in field braces. It should now look like this:

{ = {NUMWORDS} - 6 }

Press F9 to update the field and get the number you want.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.

On Sat, 23 Jan 2010 12:17:01 -0800, ecn1942
wrote:

I'm taking a class in short fiction and one of the requirements is that
the
first page header include the story's word count. I tried inserting
QuickParts Field NUMWORDS which gave me almost what I wanted.
Problem is
that the required number is NOT to include the story title and author's
name
which appear on the first page. How do I insert a number that is equal
to
NUMWORDS minus the word count for my title and name? I tried putting
the
number to subtract in the document properties then inserting Field
Formula
=NUMWORDS-6 but that didn't work. Can this be done so I don't have to
change the heading every time I edit my document?




  #11   Report Post  
Posted to microsoft.public.word.docmanagement
Jay Freedman Jay Freedman is offline
external usenet poster
 
Posts: 9,854
Default Using the field NUMWORDS in QuickParts Field

Yes, that's correct. You could put the title and author's name in the
first page header along with the NUMWORDS field (by itself, not in a
formula field), and the count would be correct.

If the course instructor has such stringent requirements, though, this
strategy might be "against the rules". I never cease to be amazed at
the picayune garbage that's forced on students.

--
Jay

On Sun, 24 Jan 2010 08:18:50 +0200, "Graham Mayor"
wrote:

Then if the stuff to be excluded was in the first page header, it wouldn't
need excluding from the count?

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



"Jay Freedman" wrote in message
.. .
But not if it's in a header -- it only counts the main text.

On Sun, 24 Jan 2010 13:53:00 +1100, "macropod"
wrote:

Note too that the NUMWORDS field counts itself as another word after the
first update ...

--
Cheers
macropod
[Microsoft MVP - Word]


"Jay Freedman" wrote in message
...

You got it almost right. The NUMWORDS has to be a field embedded
inside the Formula field. Click on the Formula field and press
Shift+F9 (or right-click it and choose Toggle Field Codes) to display
the code. Select the keyword NUMWORDS and press Ctrl+F9 to enclose it
in field braces. It should now look like this:

{ = {NUMWORDS} - 6 }

Press F9 to update the field and get the number you want.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.

On Sat, 23 Jan 2010 12:17:01 -0800, ecn1942
wrote:

I'm taking a class in short fiction and one of the requirements is that
the
first page header include the story's word count. I tried inserting
QuickParts Field NUMWORDS which gave me almost what I wanted.
Problem is
that the required number is NOT to include the story title and author's
name
which appear on the first page. How do I insert a number that is equal
to
NUMWORDS minus the word count for my title and name? I tried putting
the
number to subtract in the document properties then inserting Field
Formula
=NUMWORDS-6 but that didn't work. Can this be done so I don't have to
change the heading every time I edit my document?


  #12   Report Post  
Posted to microsoft.public.word.docmanagement
macropod[_2_] macropod[_2_] is offline
external usenet poster
 
Posts: 2,059
Default Using the field NUMWORDS in QuickParts Field

The NUMWORDS field also doesn't count text in footnotes, endnotes or shapes. The last of these gives the OP yet another option - put
the 'reserved' text into a textbox.

--
Cheers
macropod
[Microsoft MVP - Word]


"Jay Freedman" wrote in message ...
Yes, that's correct. You could put the title and author's name in the
first page header along with the NUMWORDS field (by itself, not in a
formula field), and the count would be correct.

If the course instructor has such stringent requirements, though, this
strategy might be "against the rules". I never cease to be amazed at
the picayune garbage that's forced on students.

--
Jay

On Sun, 24 Jan 2010 08:18:50 +0200, "Graham Mayor"
wrote:

Then if the stuff to be excluded was in the first page header, it wouldn't
need excluding from the count?

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



"Jay Freedman" wrote in message
. ..
But not if it's in a header -- it only counts the main text.

On Sun, 24 Jan 2010 13:53:00 +1100, "macropod"
wrote:

Note too that the NUMWORDS field counts itself as another word after the
first update ...

--
Cheers
macropod
[Microsoft MVP - Word]


"Jay Freedman" wrote in message
m...

You got it almost right. The NUMWORDS has to be a field embedded
inside the Formula field. Click on the Formula field and press
Shift+F9 (or right-click it and choose Toggle Field Codes) to display
the code. Select the keyword NUMWORDS and press Ctrl+F9 to enclose it
in field braces. It should now look like this:

{ = {NUMWORDS} - 6 }

Press F9 to update the field and get the number you want.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.

On Sat, 23 Jan 2010 12:17:01 -0800, ecn1942
wrote:

I'm taking a class in short fiction and one of the requirements is that
the
first page header include the story's word count. I tried inserting
QuickParts Field NUMWORDS which gave me almost what I wanted.
Problem is
that the required number is NOT to include the story title and author's
name
which appear on the first page. How do I insert a number that is equal
to
NUMWORDS minus the word count for my title and name? I tried putting
the
number to subtract in the document properties then inserting Field
Formula
=NUMWORDS-6 but that didn't work. Can this be done so I don't have to
change the heading every time I edit my document?



  #13   Report Post  
Posted to microsoft.public.word.docmanagement
macropod[_2_] macropod[_2_] is offline
external usenet poster
 
Posts: 2,059
Default Using the field NUMWORDS in QuickParts Field

The NUMWORDS field also doesn't count text in footnotes, endnotes or shapes. The last of these gives the OP yet another option - put
the 'reserved' text into a textbox.

--
Cheers
macropod
[Microsoft MVP - Word]


"Jay Freedman" wrote in message ...
Yes, that's correct. You could put the title and author's name in the
first page header along with the NUMWORDS field (by itself, not in a
formula field), and the count would be correct.

If the course instructor has such stringent requirements, though, this
strategy might be "against the rules". I never cease to be amazed at
the picayune garbage that's forced on students.

--
Jay

On Sun, 24 Jan 2010 08:18:50 +0200, "Graham Mayor"
wrote:

Then if the stuff to be excluded was in the first page header, it wouldn't
need excluding from the count?

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



"Jay Freedman" wrote in message
. ..
But not if it's in a header -- it only counts the main text.

On Sun, 24 Jan 2010 13:53:00 +1100, "macropod"
wrote:

Note too that the NUMWORDS field counts itself as another word after the
first update ...

--
Cheers
macropod
[Microsoft MVP - Word]


"Jay Freedman" wrote in message
m...

You got it almost right. The NUMWORDS has to be a field embedded
inside the Formula field. Click on the Formula field and press
Shift+F9 (or right-click it and choose Toggle Field Codes) to display
the code. Select the keyword NUMWORDS and press Ctrl+F9 to enclose it
in field braces. It should now look like this:

{ = {NUMWORDS} - 6 }

Press F9 to update the field and get the number you want.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.

On Sat, 23 Jan 2010 12:17:01 -0800, ecn1942
wrote:

I'm taking a class in short fiction and one of the requirements is that
the
first page header include the story's word count. I tried inserting
QuickParts Field NUMWORDS which gave me almost what I wanted.
Problem is
that the required number is NOT to include the story title and author's
name
which appear on the first page. How do I insert a number that is equal
to
NUMWORDS minus the word count for my title and name? I tried putting
the
number to subtract in the document properties then inserting Field
Formula
=NUMWORDS-6 but that didn't work. Can this be done so I don't have to
change the heading every time I edit my document?



Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't get NUMWORDS working in a formula field Bill Microsoft Word Help 5 April 23rd 09 11:05 AM
NumWords field and Grammar Check discrepencies topher98272 Microsoft Word Help 1 July 8th 06 12:30 AM
Copy portion of text form field , the field is in a table cell otilia Tables 6 January 27th 06 11:52 AM
Help on Mailmerge field (field length) - field getting truncated Blasting Cap Mailmerge 0 September 16th 05 06:57 AM
Numwords Field in a Cell Steve Cann. Tables 3 July 3rd 05 07:39 AM


All times are GMT +1. The time now is 01:47 AM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"