
Originally Posted by
JohnGault82
I just changed all the Defined Names so that the hyphen has been removed. And I used the indirect and it is coming up with #value!.
If you received #VALUE! rather than #REF! with:
=SUMIFS(INDIRECT(D6), Evaluation_Metric, B$9, Calculation, C$9)
then the implication is that the above ranges are not of the same dimension rather than defined name as set in D6 being dynamic, to test:
=ROWS(INDIRECT(D6))
=ROWS(Evaluation_Metric)
=ROWS(Calculation)
should all be the same - if they are repeat the above but with COLUMNS
It might be worth posting back with the RefersTo constructs of your Defined Names and/or better yet with a sample file - I suspect you can avoid the INDIRECT requirement altogether.
Bookmarks