I'm a noob and am in a quandry.....
I have multiple Yes/No option buttons that I want to be required fields via data validation against multiple checkboxes. If any of four specific checkboxes are "true/checked" I want the option buttons to be required fields for the user.
I tried this first using data validation within the option buttons looking at all four checkboxes, but the multiple OR statements never seem to trigger the requirement for the option buttons :(
I also tried adding an Expression box that would be "false" unless any one of the checkboxes was "true", but had trouble getting the expression formula to work. Any suggestions or help is much appreciated.