Thread: SUMPRODUCT help
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gaurav[_4_] Gaurav[_4_] is offline
external usenet poster
 
Posts: 36
Default SUMPRODUCT help

Column A - name of the person. for example John Smith.
Column B - Primary ID JSMITH
Column C - Secondry ID JSMITH2

Column D needs to look for Primary and Secondry IDs in another workbook
column A and return the sum of the corresponding values in column D.

so other workbook

A1 - JSMITH.
A5 - JSMITH2
D1 - 15
D5 - 25

so i need the formula to return 40.

thanks in advance for any help.