I have written IF Then Statements that said if a specific answer was selected, then take the following steps. But, how would I write an If Then Statement to state if any answer above 25 (so 26, 27, 28, 29, and so on) is given, then take the following steps?
The answer would always be a number or a range of numbers. Sometimes they will be 21 or another times 22-23, while another time a 27. If the number is above the number 25 then certain steps need to be taken and I want to create an if then statement to cover that.
Also, I want to create a dialog box that will warn the user they cannot combine 23-24. So, if they enter 23-24, I want a dialog box to pop-up and let them know they cannot use that number combination.
The answer would always be a number or a range of numbers. Sometimes they will be 21 or another times 22-23, while another time a 27. If the number is above the number 25 then certain steps need to be taken and I want to create an if then statement to cover that.
Also, I want to create a dialog box that will warn the user they cannot combine 23-24. So, if they enter 23-24, I want a dialog box to pop-up and let them know they cannot use that number combination.