Word add-in - multi cell condition

Last updated Aug 18 2019

Our Table cell condition is great - it allows you to hide and show the value of a certain cell or change the value in that cell - all based on the condition you set.
Like this:
If condition==true
Then value 1
Else value 2


In this version we’ve added a more powerful way to affect the content of the cell by setting multiple conditions - this is called “Multi-cell condition” and it can enable you to do something like this:
if condition1 == true
THEN value 1
if condition2 == true
THEN value 2
if condition3 == true
THEN value 3
ELSE value 4

* Many thanks, Neta G. :-)



Enjoy!


CommentsLogin Required
Didn’t find what you were looking for?
Try the following for assistance or Use the Search box.