Sumproduct with indirect

Copper Contributor
Hello Friends,
I have two file, one file is having the companywise production, production cost, fule and power cost in different sheet and another file is the summary file with is a summary of company wise details, I am using sumproduct formula to fetch data in summary sheet.
My question is how can I use indirect function with sumproduct to fetch data from different sheets from the mainsheet file.
And also how can I automate row no D54 to D57 instead of putting formula manually in the summary file.
Please Help.
1 Reply
Here a small examble & info for your Task.

=SUMPRODUCT((INDIRECT("H2:H"&D2)=R63)*(INDIRECT("K2:K"&D2)=R63))
Can I use INDIRECT within SUMPRODUCT?
https://stackoverflow.com/questions/18705321/can-i-use-indirect-within-sumproduct

Nikolino
I know I don't know anything (Socrates)