Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
GH GH is offline
external usenet poster
 
Posts: 8
Default how can i enter a formula to tabulate the sum of drop down menu r.

I am creating a checklist to rate proposals and am using dropdown menus with
values of one through four. I would like to be able to "sum" the responses
at the bottom of each section. Is this possible?
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Doug Robbins - Word MVP Doug Robbins - Word MVP is offline
external usenet poster
 
Posts: 8,832
Default how can i enter a formula to tabulate the sum of drop down menu r.

If you have another formfield in which you want the sum to be displayed, run
the following macro on exit from each of the dropdowns

With ActiveDocument
.FormFields("Sum").Result = .FormFields("Dropdown1").Result +
..FormFields("DropDown2").Result _
+ .FormFields("Dropdown3").Result + .FormFields("DropDown4").Result
End With
--
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, originally posted via msnews.microsoft.com

"gh" wrote in message
...
I am creating a checklist to rate proposals and am using dropdown menus
with
values of one through four. I would like to be able to "sum" the
responses
at the bottom of each section. Is this possible?


  #3   Report Post  
Posted to microsoft.public.word.docmanagement
Doug Robbins - Word MVP Doug Robbins - Word MVP is offline
external usenet poster
 
Posts: 8,832
Default how can i enter a formula to tabulate the sum of drop down menu r.

If you have another formfield in which you want the sum to be displayed, run
the following macro on exit from each of the dropdowns

With ActiveDocument
.FormFields("Sum").Result = .FormFields("Dropdown1").Result +
..FormFields("DropDown2").Result _
+ .FormFields("Dropdown3").Result + .FormFields("DropDown4").Result
End With
--
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, originally posted via msnews.microsoft.com

"gh" wrote in message
...
I am creating a checklist to rate proposals and am using dropdown menus
with
values of one through four. I would like to be able to "sum" the
responses
at the bottom of each section. Is this possible?


  #4   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default how can i enter a formula to tabulate the sum of drop down menu r.

Given that each dropdown field has a bookmark name, you can check the
calculate on exit check box of each field and use a formula field to add the
values of the bookmarks eg

{ ={ REF Dropdown1} + { REF Dropdown2 } + { REF Dropdown3 }}

All brackets are entered with CTRL+F9
--

Graham Mayor - Word MVP

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



"gh" wrote in message
...
I am creating a checklist to rate proposals and am using dropdown menus
with
values of one through four. I would like to be able to "sum" the
responses
at the bottom of each section. Is this possible?



  #5   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default how can i enter a formula to tabulate the sum of drop down menu r.

Given that each dropdown field has a bookmark name, you can check the
calculate on exit check box of each field and use a formula field to add the
values of the bookmarks eg

{ ={ REF Dropdown1} + { REF Dropdown2 } + { REF Dropdown3 }}

All brackets are entered with CTRL+F9
--

Graham Mayor - Word MVP

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



"gh" wrote in message
...
I am creating a checklist to rate proposals and am using dropdown menus
with
values of one through four. I would like to be able to "sum" the
responses
at the bottom of each section. Is this possible?





  #6   Report Post  
mlwarthen mlwarthen is offline
Junior Member
 
Posts: 0
Default

Quote:
Originally Posted by Graham Mayor View Post
Given that each dropdown field has a bookmark name, you can check the
calculate on exit check box of each field and use a formula field to add the
values of the bookmarks eg

{ ={ REF Dropdown1} + { REF Dropdown2 } + { REF Dropdown3 }}

All brackets are entered with CTRL+F9
How exactly are brackets entered with CTRL+F9? Holding the keys down at the same time the { is entered?
Thank you.
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
Formula to enter text Jackie010 Tables 8 January 17th 08 08:41 PM
Enter text formula Jackie010 Tables 1 January 16th 08 09:05 PM
How do I enter an if,then,else formula with an embedded sum formul sombera Tables 3 September 26th 06 12:01 PM
How do I enter more than 25 items in a drop down menu box? CJay Microsoft Word Help 1 July 6th 05 08:32 PM
How do I enter a formula in a Word document? Susan Fay Microsoft Word Help 2 March 12th 05 08:35 AM


All times are GMT +1. The time now is 08:33 PM.

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"