I have boxes that will appear if the input of another box is any variation of "yes". Is there an easier way to have all variations of "yes" in an If statement?
This is a sample of my code that I am using:
If('Text Box'.Text="YES",true,'Text Box'.Text="Yes",true,'Text Box'.Text="yes",true)


Report
All responses (
Answers (