View Single Post
 
Old 09-23-2019, 10:08 AM
shawn.low@cox.net shawn.low@cox.net is offline Windows 10 Office 2016
Novice
 
Join Date: May 2019
Location: Aliso Viejo, CA.
Posts: 24
shawn.low@cox.net is on a distinguished road
Default IF Statement Adjustment

I have a Word document that has several "IF" Statements. There are four (4) seperate IF statements as we need a different paragraph to populate based on a specific field.
The challenge I have now is, I need a "standard" paragraph to populate if the value of that field is NOT equal to one of the 4 values used in the previous IF statements.
As an example, the 4 IF statements say

IF <<Field1>> = 1 "Text 1" ""
IF <<Field1>> = 2 "Text 2" ""
IF <<Field1>> = 3 "Text 3" ""
IF <<Field1>> = 4 "text 4" ""


Now I need to add an IF statement that basically says

IF <<Field1>> <> 1,2,3,4 "Text 5" ""


Is this possible?


Thank you,
Shawn
Reply With Quote