A
ArthurN
I love array formulas (though, I’m not expert at them). My favorite is:
{=sum(if(sheet2!a1:a100=a3;if(sheet2!b1:b100=b3;sheet2!c1:c100)))}
Which will find the appropriate number in sheet2!c1:c100.
To my great disappointment, I’ve discovered today that it will display the
expected result if the range c1:c100 contains numeric data only and it won’t
display it if there’s text data.
So, I got stuck here. Is there a way to find cells containing text data the
same way?
Thanx,
ArthurN
{=sum(if(sheet2!a1:a100=a3;if(sheet2!b1:b100=b3;sheet2!c1:c100)))}
Which will find the appropriate number in sheet2!c1:c100.
To my great disappointment, I’ve discovered today that it will display the
expected result if the range c1:c100 contains numeric data only and it won’t
display it if there’s text data.
So, I got stuck here. Is there a way to find cells containing text data the
same way?
Thanx,
ArthurN