Sumproduct versus sum with indirect

dicken

Active Member
Joined
Feb 12, 2022
Messages
283
Office Version
  1. 365
Platform
  1. Windows
Hi,

I have asked this question on MS website ;

Redirecting

If I have a an array from indirect ;

Excel Formula:
  INDIRECT({"Sheet1","Sheet2","Sheet3"}&"!"&"A1",TRUE) ,

which returns a spill of "#VALUES" but if F9'd will show ; = {2,3,4} , which is correct,

my question is why can I wrap this in SUM but not SUMPRODUCT which just returns a zero? ,

if I were to write = SUMPRODUCT( {2,3,4} ) , the correct answer would be returned, yet that {2,3,4} is exactly what the indirect is returning?

Richard.
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
SUMPRODUCT doesn't work with 3D references, unlike SUM.
 
Upvote 1
Solution
You're still getting a 3D reference, which is why it won't spill.
 
Upvote 0

Forum statistics

Threads
1,215,091
Messages
6,123,062
Members
449,089
Latest member
ikke

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