Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi. I need to match 2 different variables (text), in this case a product
brand and a product category. I know how to use vlookup to match 1 variable, but what formula do I use to match 2 different values. Example Category Brand nbr of skus Printer HP 3 Printer Canon 4 Printer Brother 2 I want to return number of SKUs if both category & brand matches. /Freddie |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
let's say your information is in colum,n A,B and C and in D1 you enter your category, in E1 the brand and in F1 you want to get the Sku, so here enter =SUMPRODUCT(--(A:A=D1),--(B:B=E1),C:C) if you are not using excel 2007 use =SUMPRODUCT(--($A$1:$A$1000=D1),--($B$1:$B$1000=E1),$C$1:$C$1000) if this helps please click yes, thanks "Freddie" wrote: Hi. I need to match 2 different variables (text), in this case a product brand and a product category. I know how to use vlookup to match 1 variable, but what formula do I use to match 2 different values. Example Category Brand nbr of skus Printer HP 3 Printer Canon 4 Printer Brother 2 I want to return number of SKUs if both category & brand matches. /Freddie |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try
=SUMPRODUCT((A2:A20="Printer")*(B2:B20="Canon")*(C 2:C20)) Mike "Freddie" wrote: Hi. I need to match 2 different variables (text), in this case a product brand and a product category. I know how to use vlookup to match 1 variable, but what formula do I use to match 2 different values. Example Category Brand nbr of skus Printer HP 3 Printer Canon 4 Printer Brother 2 I want to return number of SKUs if both category & brand matches. /Freddie |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I don't seem to gewt any of these formulas to work.
Anyother ideas? "Mike H" wrote: Try =SUMPRODUCT((A2:A20="Printer")*(B2:B20="Canon")*(C 2:C20)) Mike "Freddie" wrote: Hi. I need to match 2 different variables (text), in this case a product brand and a product category. I know how to use vlookup to match 1 variable, but what formula do I use to match 2 different values. Example Category Brand nbr of skus Printer HP 3 Printer Canon 4 Printer Brother 2 I want to return number of SKUs if both category & brand matches. /Freddie |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Freddie,
The formula is working for me be sure that the description you enter in cells D1 and E1 is exactly the same as in columns A and B, check for blanks "Freddie" wrote: I don't seem to gewt any of these formulas to work. Anyother ideas? "Mike H" wrote: Try =SUMPRODUCT((A2:A20="Printer")*(B2:B20="Canon")*(C 2:C20)) Mike "Freddie" wrote: Hi. I need to match 2 different variables (text), in this case a product brand and a product category. I know how to use vlookup to match 1 variable, but what formula do I use to match 2 different values. Example Category Brand nbr of skus Printer HP 3 Printer Canon 4 Printer Brother 2 I want to return number of SKUs if both category & brand matches. /Freddie |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
vlookup and sum of colums | Excel Discussion (Misc queries) | |||
Vlookup Fixed reference but move on colums Ref# | Excel Worksheet Functions | |||
VLOOKUP for multiple colums | Excel Worksheet Functions | |||
Get matching values and formulas from ajoining colums of dropdown | Excel Discussion (Misc queries) | |||
match to colums vlookup | Excel Discussion (Misc queries) |