Hi there,
I'm trying to use Numbers: Spreadsheet style formula to write a nested IF statement and I keep getting this error: Error parsing response. We got: "<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> Show details. Here is the statement:
If("{{Alpine School District Schools}}"<>"", "{{Alpine School District Schools}}", If ("{{Bonsall Unified School District Schools}}"<>"","{{Bonsall Unified School District Schools}}", "NA")
(As an FYI, when I copy and pasted this here I removed the numbers that precede the fields when copying and pasting {110470936Alpine School District Schools}})
This is stating if the field (which is a picklist) Alpine School District is not blank, add the school selected in this field; if it is blank but Bonsall School district is not blank, add the school selected in the Bonsall School District field, if Bonsall is also blank, add “NA”.
Any guidance on how to write to correctly is welcome.