sumproduct from another tab

T

taurus99

I have my data on one tab and my formula on a separate tab.

How do I use sumproduct when my info is on another tab. This is the formula
I am using and it's not working. All the data is text.

=SUMPRODUCT(('Aug 2008 Term Data'!R3:R180=S4)*('Aug 2008 Term
Data'!Q3:Q180=T1))

P.S. - I would also like it not to count blanks ...
 
B

Bob Phillips

The separate tabs is not the issue, but the data may be. Try this

=SUMPRODUCT(--('Aug 2008 Term Data'!R3:R180=S4),
--('Aug 2008 Term Data'!Q3:Q180=T1))

What does the data consist of?
 

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

Similar Threads

hyperlink to cell based on formula results 4
Use VLOOKUP in a sumproduct calculation 6
SUMPRODUCT with Date? 3
Sumproduct formula 3
Sumproduct 1
Problem with SUMPRODUCT 6
Help on Sumproduct 2
Weighted Average 7

Top