Summing multiple tab using sumproduct function

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to use the following formula but I am getting the #VALUE! error:

=SUMPRODUCT(INDIRECT("'"&F1:F4&"'!a"&3))

Cells F1 to F4 contains the names Amarillo, Advanced Med, Augusta, Bham
which represent tab names within the worksheet. There are about 20 tabs but
I only want to sum the ones that are in F1 to F4.

Am I going about this wrong? Thanks.
 
Try...

=SUMPRODUCT(N(INDIRECT("'"&$F$1:$F$4&"'!A3")))

Hope this helps!
 

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

Back
Top