View Single Post
 
Old 03-09-2015, 11:48 AM
ciresuark ciresuark is offline Windows 7 32bit Office 2010 32bit
Novice
 
Join Date: Oct 2014
Posts: 7
ciresuark is on a distinguished road
Default Assistance with Word 2010 If formula

I have a document with a combo box. I would like a result on a different line to populate based on the result of the combo box. I am using an IF statement for my result. My combo box has numbers spelled out (Two, Three, Four). When one is selected a number would appear later in the text.

I know
Code:
{ IF {REF One} = "Two" "2" "" }
works; however, I am unsure of how to add the remaining references to "Three" and "Four".

Thoughts.
Reply With Quote