View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ashish Mathur[_2_] Ashish Mathur[_2_] is offline
external usenet poster
 
Posts: 1,766
Default multiple sheet looks up and match

Hi,

Confusing question - still not clear about what do you want as an output in
column C of sheet 2. If you want the amount there, then you can use this
formula

=SUMPRODUCT((Sheet1!$A$2:$C$4=Sheet2!A2)*(Sheet1!$ G$2:$G$4=Sheet2!B2)*(Sheet1!$G$2:$G$4))

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"dinesh" wrote in message
...
Sheet1 looks like below

A B C D G

Cust# Date Cust # Date Amount

1256 500

2456 1000

2566 2000



Sheet2

A B C

Cust# Amount Match Function ?

1256 500

2456 1000

2566 2000


I need a formula to match Cust# & $ value of Sheet2 against Sheet1.


Thanks,
Dinesh