- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I know that formulas in families are very limited to mathematical numbers and only adopts text when there's an If/Then condition. However is it possible to have both an If/Then condition and If/And condition in the same formula?
I have a family with 4 Yes/No tick boxes. Currently I have a If/Then formula that states:
if(Box1, "AA", if(Box2, "BB", if(Box3, "CC", if(Box4, "DD", ""))))
But I want to make it something like this:
if(Box1, "AA", if(Box2, "BB", if(Box3, "CC", if(Box4, "DD", if(And(Box4, Box 1, "DDAA", if(And(Box3, Box 2, "CCBB", ""))))))
so that if the user ticks 2 boxes it combines their value into 1 text field.
Is something like this possible in the formulas or is there a work around this?
Thanks!
Solved! Go to Solution.