Hey folks, I'm hoping you can help me solve a mystery. I have about 30 sheet summary fields all using the same formula, which counts two types of responses in each column. I copied and pasted the basic formula in every sheet summary field, then changed to the appropriate column name (the column names are spelled correctly). The mystery is, every time I save and exit the sheet, the brackets around the column names for 2 sets of the summary fields disappear, and then those formulas are #unparseable. Here are some screenshots and my formulas: Screenshot one: taken upon a reload of the sheet, the brackets around the Industry Agreement column name have disappeared. Screenshot two: shows the brackets around the Occupation Agreement column name have NOT disappeared.
Here are the two formulas I use before saving the sheet:
Industry: =COUNTIF([Industry Agreement]:[Industry Agreement], "Agree") + (COUNTIF([Industry Agreement]:[Industry Agreement], "Can live with"))
Occupation: =COUNTIF([Occupation Agreement]:[Occupation Agreement], "Agree") + (COUNTIF([Occupation Agreement]:[Occupation Agreement], "Can live with it"))
This is also happening to our column about Disability data, which is titled "Disability Agreement". I can't figure out why the terms Industry and Disability are related to the brackets disappearing... Thanks in advance!