Hi,
i read and googled about this topic and still i'm not clear yet nesting formula syntax and usage of INDIRECT with some others formulas using multiples range and/o criterias. For example :
I need to have cell reference using INDIRECT with SUMPRODUCT after added my result cell display #REF! Error
and i don't really know where is the mistake.
the problem is that i need to nest this cell reference function to others formula as INDEX/MATCH/ ROW and UNIQUE and I see it more complicated..
please any help??
Thanks in advance !
Andy
i read and googled about this topic and still i'm not clear yet nesting formula syntax and usage of INDIRECT with some others formulas using multiples range and/o criterias. For example :
I need to have cell reference using INDIRECT with SUMPRODUCT after added my result cell display #REF! Error
and i don't really know where is the mistake.
the problem is that i need to nest this cell reference function to others formula as INDEX/MATCH/ ROW and UNIQUE and I see it more complicated..
please any help??
Code:
'my working formula
=SUMPRODUCT(--($Q37:$U137&$K37:$O137=O4&M4))
'the new Formula with INDIRECT display #REF! Error
=SUMPRODUCT(--(INDIRECT("$Q37:$U137")&INDIRECT("$K37:$O137"),INDIRECT("=O4&M4")))
Thanks in advance !
Andy