Hi all
I'm trying to create some graphs for my workshop. No problem for the most, but some referenced cells have brackets in the name, and it seems to be making the formula in these columns unparseable.
For example. This works:
=SUMIFS({SHEET Range 2}, {SHEET Range 1}, [PROBLEM A 1]$1, {SHEET Range 3}, Date@row)
This doesn't
=SUMIFS({SHEET Range 2}, {SHEET Range 1}, [PROBLEM (B) 1]$1, {SHEET Range 3}, Date@row)
It seems the problem lies in the PROBLEM (B) part of the equation. But I can't change this cell information (ie - remove the brackets) as it also feeds many other organisation sheets outside of my sphere.
How do I make this formula parseable?