Having trouble nesting my formulae. Let’s say I want to figure out something to the effect of:
IF ({Summer Camp Participant}="Minor",'N/A', ELSE [do math to calculate age])
I don’t need help with the math formula, I just need to get the syntax correct for "if the first argument fails, then run this formula instead of print this value. Hope that makes sense.
I understand the normal route – IF ARGUMENT IS TRUE,VALUE,ELSE OTHER VALUE. But in this case I’m not after an ELSE OTHER VALUE but an ELSE RUN FORMULA to get a different value.
