Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
This is my spreadsheet: A B C 1 ID Type Number ___________________________ 2 10 Green 12 3 10 Red 11 4 10 Blue 10 5 10 White 19 6 20 Green 33 7 20 Red 27 8 20 Blue 15 9 20 White 10 How do I find the value in column C for: ID 10 in combination with Type white? Have tried with Index and Match but have not succeeded. =INDEX(A2:C9,MATCH("10"&"White",A2:A9 & B2:B9,0),3) Using Excel 2007 Hope someone can help. Best regards, Kaj Pedersen --- Denne e-mail er fri for virus og malware fordi avast! Antivirus beskyttelse er aktiveret. http://www.avast.com |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Sunday, October 27, 2013 9:20:46 AM UTC-7, wrote:
Hi, This is my spreadsheet: A B C 1 ID Type Number ___________________________ 2 10 Green 12 3 10 Red 11 4 10 Blue 10 5 10 White 19 6 20 Green 33 7 20 Red 27 8 20 Blue 15 9 20 White 10 How do I find the value in column C for: ID 10 in combination with Type white? Have tried with Index and Match but have not succeeded. =INDEX(A2:C9,MATCH("10"&"White",A2:A9 & B2:B9,0),3) Using Excel 2007 Hope someone can help. Best regards, Kaj Pedersen --- Denne e-mail er fri for virus og malware fordi avast! Antivirus beskyttelse er aktiveret. http://www.avast.com Try =SUMPRODUCT((A2:A10=D1)*(B2:B10=E1)*(C2:C10)) Where D1 is an ID and E1 is a Type. Regards, Howard |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Howard,
Thank you very much for your suggestion. It works to my fully satisfaction. Regards, Kaj Pedersen --- Denne e-mail er fri for virus og malware fordi avast! Antivirus beskyttelse er aktiveret. http://www.avast.com |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Trying to lookup based on a condition of two values | Excel Worksheet Functions | |||
Lookup based on matrix values | Excel Discussion (Misc queries) | |||
Lookup value based on 2 cell values | Excel Worksheet Functions | |||
Lookup Based on 4 values | Excel Discussion (Misc queries) | |||
Search/Filter to find values in another range based on two cell values | Excel Programming |