SUMIF function for multiple worksheets

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top