Sorry to post such a stupid question but I just can't figure this out. I'm trying to sum sales data based on 2 criteria. Criteria 1: type of car, criteria 2: withing a price range and to make it more complex I have the information on 2 different sheets within 1 workbook. Sheet1 data dump looks like this:
[pre]
[/pre]
I would like total the dollar amount based on vehicle "Class"(ie. Car, Subcompact) and price bucket(ie. 0-14,999). So the formula would need to search for all "Car, Subcompact" then search for the Price between 0-14,999 then total that amount.
It sound so easy in my head but I'm just not skilled enough to figure this out! I've read several posts about Array formulas but they quickly go over my head.
I hope it posts properly. Thanks for your help!
[pre]
Code:
M N O P Q R S T U
Class Certified Deleted Date Status Age Body Color R/W Price
Car, Sport 1/10/2013 29 2D Convertible R $9,000
Car, Compact 1/8/2013 8 4D Sedan R $9,999
Car, Compact 1/19/2013 51 5D Hatchback R $11,000
Car, Subcompact 1/4/2013 8 4D Hatchback R $11,339
Car, Luxury 1/19/2013 17 2D Convertible R $11,500
Sheet2 My table looks like this:
$0-$14,999 $15,000-$19,999 $20,000-$29,999 $30,000-$39,999 $40,000 +
Subcompact $11,339 $0 $20,000 $0 $0
Compact $55,999 $34,000 $22,995 $0 $0
Intermediate $28,305 $83,887 $0 $0 $0
Sport $18,000 $0 $50,499 $0 $0
Luxury
Luxury Sport
Luxury High
I would like total the dollar amount based on vehicle "Class"(ie. Car, Subcompact) and price bucket(ie. 0-14,999). So the formula would need to search for all "Car, Subcompact" then search for the Price between 0-14,999 then total that amount.
It sound so easy in my head but I'm just not skilled enough to figure this out! I've read several posts about Array formulas but they quickly go over my head.
I hope it posts properly. Thanks for your help!