I am working with one Spreadsheet that contains two worksheets. I am attempting to match two columns in spreadsheet one to two columns in spreadsheet two. A respective number would then be inserted as the output from Column C
Spreadsheet 1
Column A Column B
Location Item Number
Spreadsheet 2
Column A Column B Column C
Location Item Number Activity Qty
I have tried a few formulas but no success.
=SUMPRODUCT(--($A$2:$A$2500='Spreadsheet 2'!$A$2:$A$2500), (--$B$2:$B$2500='Spreadsheet 2'!$B$2:$B$2500), --('Spreadsheet 2'!C2))
Any help would be GREATLY appreciated.
Thanks in advance,
J