I need to build a formula which is applied to multiple fields in a list. The logic is as follows:
If alternative "a" in choice field "b" is selected, then make input value in field "c" mandatory.
I need to repeat this logic for multiple input fields (as "c"), where selection "a" in choice field "b" remains a constant condition.
Let's say I have 5 fields that needs to be mandatory when "a" in choice field "b" is selected.
How do I build this into one formula?
I don't have much programming experience besides simple logic statements in Excel and SQL.