![]() |
#1
|
|||
|
|||
![]()
I have a template in which I want to repeat a value based on a command.
Example There will be an ASK field which will ask if the person is Male or Female. I then need to have several lines where I need to change the text to either 'she or he'. I recall there is a way you can set a value based on the result of the ask field but cannot remember as it's a while - that way I can define the value and use it throughout! Could someone please point me in the right direction |
#2
|
||||
|
||||
![]()
For a single location:
{IF{FILLIN "Gender" \* Caps}= "F*" "she" "he"} or, if you're outputting the result in multiple locations: {SET BkMk {IF{FILLIN "Gender" \* Caps}= "F*" "she" "he"}} then: {REF BkMk} wherever you need the output.
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
Alaska1 | Excel | 3 | 06-18-2024 11:55 PM |
How to hide/delete slides based on keyword in a separate text file based on AND|OR condition? | rupd911 | PowerPoint | 0 | 02-22-2021 08:22 AM |
Converting a Select statement in Excel to an update statement | shabbaranks | Excel Programming | 5 | 10-31-2018 11:47 PM |
Help with IF statement | kevinU | Excel | 0 | 03-15-2017 02:11 PM |
Add a statement | sma | Word | 6 | 03-23-2014 10:30 AM |