Hi,
I'm pretty new to Excel and just got stuck on a problem.
I have a formula that gets a part number from a cell and then adds some values from multiple records with the same part number on an another sheet. Works perfectly if I use a direct reference:
=SUMPRODUCT((StykerWIP!A$2:A$563=$B$3)*(StykerWIP!C$2:C$563))
__________________________________^^^
But if I try to use INDIRECT I get a #VALUE error:
=SUMPRODUCT((StykerWIP!A$2:A$563=INDIRECT("B"&(ROW()))*(StykerWIP!C$2:C$563)))
The part number is text - "6939-1-430" - and when I use INDIRECT separately it returns the value just fine.
=INDIRECT("B"&(ROW()))
What am I doing wrong?
TIA,
Bart
Bookmarks