This one has me baffled.
I have added a row to a large sheet. I notice it does not show up in any of my metrics calculations after the add.
In my metrics sheet, I refer two ranges in another sheet: {All Action Items Status1} and {All Action Items Resp Org Map}, which exist as a reference ranges.
My original formula for accessing this data is:
=COUNTIFS({All Action Items Status1}, "New", {All Action Items Resp Org}, CONTAINS("DA", @cell)) and it worked without error
This worked before I had to change the second reference from another old reference {All Action Items Resp Org} to data in a new column in my sheet to {All Action Items Resp Org Map}.
I deleted all references to the old range in my metrics sheet. I have verified there are no references to the orignal range remaining.
I have duplicated the old column in my source sheet to make sure I don't have any weird old references. I reference the new Column range in my new formula:
=COUNTIFS({All Action Items Status1}, "New", {All Action Items Resp Org Map}, CONTAINS("DA", @cell))
Now, since replacing the reference, I get:
#INCORRECT ARGUMENT SET
..for every formula. I don't see what I am missing. Argh.
Thank you so much if you can help.