Thread: [Solved] IF Statement in Word
View Single Post
 
Old 02-23-2018, 07:43 AM
gmayor's Avatar
gmayor gmayor is offline Windows 10 Office 2016
Expert
 
Join Date: Aug 2014
Posts: 4,106
gmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud of
Default

You can insert a series of conditional fields (noting the reference to MERGEFIELD
{IF { MERGEFIELD "Request_Staff_Person" } = "Minnie Mouse" "Mickey Mouse"}{IF { MERGEFIELD "Request_Staff_Person" } = "Donald Duck" "Another Mouse"}etc
Use CTRL+F9 for each bracket pair { } and no spaces between the items; but frankly it might be better if you modified the data source to include the appropriate bosses.
__________________
Graham Mayor - MS MVP (Word) (2002-2019)
Visit my web site for more programming tips and ready made processes www.gmayor.com
Reply With Quote