Array Formulas

J

John Telly

I have a workbook with several worksheets. They are to
pull data from a single worksheet (in the same workbook)
via the formula: {=sum(if($B$4=Hour Data!$F$3:$F$53,Hour
Data!M$3:M$53)))}.
This formulas seems to be somewhat'moody" in that some
worksheets pull the data OK and others don't. I even try
to invoke the array through F2 Ctrl Shift Enter to no
avail.
fyi, I have the spreadsheet on manual calculation. But
the problem is still there even after I recalculate.
Many Thank,
John
 
J

JMay

The Sumproduct() formula seems more popular for such. Try:
=SUMPRODUCT(('Hour Data'!$F$3:$F$53='Hour Data'!$B$4)*('Hour
Data'!$M$3:$M$53))
HTH
 

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