Hello
I am trying to find a formula to do the following;
• If {CLASS LEVEL} contains “Beginner” return 360
• If {CLASS LEVEL} contains “Level” return 400
• If {CLASS LEVEL} is blank do nothing
This is what I tried:
IF({CLASS LEVEL}="",“blanktest”,
I...