#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
AFA AFA is offline
external usenet poster
 
Posts: 16
Default Double Lookups

Hi

Country Product Value
Germany Car 1,500.00
Germany Bike 200.00
Japan Bike 300.00
Japan Van 2,500.00
Japan Car 10,000.00

Based on the above data,i need a formula that can find "Germany" & " Bike"
and provide me the value of 200.00.
Please help?

regards

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Double Lookups

One way:
=SUMPRODUCT((A2:A6="Germany")*(B2:B6="Bike"),C2:C6 )

Should there be more than 1 instance of Germany & Bike in the same row
within the range, the expression will return the sum of values.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"AFA" wrote:
Hi

Country Product Value
Germany Car 1,500.00
Germany Bike 200.00
Japan Bike 300.00
Japan Van 2,500.00
Japan Car 10,000.00

Based on the above data,i need a formula that can find "Germany" & " Bike"
and provide me the value of 200.00.
Please help?

regards

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
AFA AFA is offline
external usenet poster
 
Posts: 16
Default Double Lookups

Hi Max,
thanks for the answer.

"Max" wrote:

One way:
=SUMPRODUCT((A2:A6="Germany")*(B2:B6="Bike"),C2:C6 )

Should there be more than 1 instance of Germany & Bike in the same row
within the range, the expression will return the sum of values.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"AFA" wrote:
Hi

Country Product Value
Germany Car 1,500.00
Germany Bike 200.00
Japan Bike 300.00
Japan Van 2,500.00
Japan Car 10,000.00

Based on the above data,i need a formula that can find "Germany" & " Bike"
and provide me the value of 200.00.
Please help?

regards

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Double Lookups

welcome, AFA.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"AFA" wrote in message
...
Hi Max,
thanks for the answer.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
double axis, double problem (i hope only to me) kitcho Charts and Charting in Excel 1 December 30th 06 12:52 AM
LOOKUPS - Creating LOOKUPs where two different values must BOTH be satisfied. Mr Wiffy Excel Worksheet Functions 2 May 16th 05 04:29 AM
Lookups Mike O'Donnell, Columbia MD Excel Discussion (Misc queries) 1 May 14th 05 02:17 AM
2 way lookups ah Excel Worksheet Functions 3 January 18th 05 12:13 AM
Double Lookups Philippe L. Balmanno Excel Worksheet Functions 11 November 11th 04 10:33 PM


All times are GMT +1. The time now is 03:00 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"