![]() |
#11
|
||||
|
||||
![]()
Sure. If the displayed output is 001, 002, etc., and you want to multiply that by something, you could use a field code like:
{={REF Dropdown1}*5 \# 0} Unless your dropdown only ever displays numbers, though, you might want something like: {IF{REF Dropdown1}<> "Select an item" {={REF Dropdown1}*5 \# 0}} where 'Select an item' is the default text' or, if some of the selections might not be numeric: {IF{REF Dropdown1}={=0+{REF Dropdown1} \# 0} {={REF Dropdown1}*5 \# 0}}
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
Tags |
calculating values, expanding table, form fields |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Macro to keep formatted form fields after mail merge or replace text with formatted form fields | jer85 | Word VBA | 2 | 04-05-2015 10:00 PM |
![]() |
step10 | Word | 18 | 11-12-2013 02:27 PM |
Enable editing in expanding fields | marweste | Word | 11 | 10-21-2013 07:41 AM |
How to prevent Tables from expanding | HappyFingers | Word | 1 | 11-29-2010 01:54 PM |
Calculating Form Fields in Microsoft Word | wubba80 | Word | 1 | 06-25-2010 12:42 AM |