Hello all,
I am getting a spill error from my formula and I cannot work out how to fix it.
I have a countifs formula which is looking at different criteria. It works in one column for the criteria I had set, but in my 2nd column I need to a Find formula to find certain text to return a count result, but I am getting spill result instead of a number.
I have no idea what I am doing wrong.
In a column specified below in the report tab are titles which a 3 letter code at the end, so I have a list of codes and need to do a count based on another criteria, which I have not put in this post, but I tried the Isnumber approach in the formula, but I get the same result of spill. I used start at number and no joy.
So D3 contains the 3 letter code to search on which is ACO.
=COUNTIF('Report QA'!$K$126:$K$156,isnumber(SEARCH(D3,'Report QA'!$K$126:$K$156)))
Any suggestions would be helpful.
I am getting a spill error from my formula and I cannot work out how to fix it.
I have a countifs formula which is looking at different criteria. It works in one column for the criteria I had set, but in my 2nd column I need to a Find formula to find certain text to return a count result, but I am getting spill result instead of a number.
I have no idea what I am doing wrong.
In a column specified below in the report tab are titles which a 3 letter code at the end, so I have a list of codes and need to do a count based on another criteria, which I have not put in this post, but I tried the Isnumber approach in the formula, but I get the same result of spill. I used start at number and no joy.
So D3 contains the 3 letter code to search on which is ACO.
=COUNTIF('Report QA'!$K$126:$K$156,isnumber(SEARCH(D3,'Report QA'!$K$126:$K$156)))
Any suggestions would be helpful.