Sumproduct & Indirect returning 0 or incorrect

moose79

New Member
Joined
Apr 17, 2022
Messages
6
Office Version
  1. 365
Platform
  1. MacOS
Hi all,
Hoping someone can help me with this formula:

{=SUMPRODUCT(INDIRECT("'"&"2010_Sold.xlsx"&"'!"&{"January","February","March"}&"["&"Current Price"&"]"))}

Which is returning 0

Or, =SUMPRODUCT(SUM(INDIRECT("'"&"2010_Sold.xlsx"&"'!"&{"January","February","March"}&"["&"Current Price"&"]")))

Returns the incorrect answer

I know =SUM(INDIRECT("'"&"2010_Sold.xlsx"&"'!January"&"["&"Current Price"&"]")) gives me the right answer for just the January table.

January,February,March are tables in the 2010_sold workbook. Current Price is a column in those tables.

Reason I'm doing it like this is because I'd like to divide it by a similar function of countif to get the average across different tables.

Im aware I can write a long formula, with the sums of all months and then a sum count of each table. Its just very long. Hoping to do it this way.
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.

Forum statistics

Threads
1,215,053
Messages
6,122,882
Members
449,097
Latest member
dbomb1414

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top