I have some text in cells A3:A6.
The text is:
Testing1
Testing2
Testing3
I have a Sum(Countifs( formula in cell B7.
The formula is:
=Sum(Countifs(CriteriaRange1,{"Testing1","Testing2","Testing3"},CriteriaRange2, Criteria2, etc. etc.))
I would like to reference the cells in my array instead of having to type out the text.
The text in the cells can change from time to time and having to change the formula each time is a nuisance and a waste of time.
Simply changing the text in the cells would be much simplier.
Something like:
=Sum(Countifs(CriteriaRange1,{$A$3,$A$4,$A$5},CriteriaRange2, Criteria2, etc. etc.))
Is that possible?
I have tried and only getter a message saying that I have input my formula incorrectly.
Thoughts? Ideas?
Maybe I should use SumProduct?????
-Spydey
The text is:
Testing1
Testing2
Testing3
I have a Sum(Countifs( formula in cell B7.
The formula is:
=Sum(Countifs(CriteriaRange1,{"Testing1","Testing2","Testing3"},CriteriaRange2, Criteria2, etc. etc.))
I would like to reference the cells in my array instead of having to type out the text.
The text in the cells can change from time to time and having to change the formula each time is a nuisance and a waste of time.
Simply changing the text in the cells would be much simplier.
Something like:
=Sum(Countifs(CriteriaRange1,{$A$3,$A$4,$A$5},CriteriaRange2, Criteria2, etc. etc.))
Is that possible?
I have tried and only getter a message saying that I have input my formula incorrectly.
Thoughts? Ideas?
Maybe I should use SumProduct?????
-Spydey
Last edited: