S
Steve
Hi,
I have following formula, that is work with single
worksheet.
=SUMIF(F1:F100,P1,H1:H100)
My intention is to sum cell Hxx when cell Fxx == cell P1
How to do it if my data is in multiple sheets?
The following does not seem to work.
=SUMIF('Sheet1:Sheet2'!F1:F100,P1,'Sheet1:Sheet2'!
H1:H100)
I get the #Value! error
Thanks
I have following formula, that is work with single
worksheet.
=SUMIF(F1:F100,P1,H1:H100)
My intention is to sum cell Hxx when cell Fxx == cell P1
How to do it if my data is in multiple sheets?
The following does not seem to work.
=SUMIF('Sheet1:Sheet2'!F1:F100,P1,'Sheet1:Sheet2'!
H1:H100)
I get the #Value! error
Thanks