DBlake
New Member
- Joined
- Sep 27, 2016
- Messages
- 20
Hi folks,
I have a spreadsheet with multiple customers and account numbers with revenue.
I am trying to sum the revenue for multiple instances of the same brand name by using VLOOKUP
Review table (on Sheet 1):
[TABLE="class: grid, width: 200"]
<tbody>[TR]
[TD]Brand Name[/TD]
[TD]Total Revenue[/TD]
[/TR]
[TR]
[TD]Alfa Romeo[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Porsche[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]BMW[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Mercedes[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Audi[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Source Table (on Sheet 2):
[TABLE="class: grid, width: 300"]
<tbody>[TR]
[TD]Brand Name[/TD]
[TD]Account #[/TD]
[TD]Revenue[/TD]
[/TR]
[TR]
[TD]Alfa Romeo[/TD]
[TD]853687[/TD]
[TD]125000[/TD]
[/TR]
[TR]
[TD]Porsche[/TD]
[TD]985632[/TD]
[TD]85000[/TD]
[/TR]
[TR]
[TD]BMW[/TD]
[TD]789456[/TD]
[TD]105000[/TD]
[/TR]
[TR]
[TD]Audi[/TD]
[TD]125478[/TD]
[TD]95000[/TD]
[/TR]
[TR]
[TD]Mercedes[/TD]
[TD]875421[/TD]
[TD]130000[/TD]
[/TR]
[TR]
[TD]Audi[/TD]
[TD]852147[/TD]
[TD]110000[/TD]
[/TR]
[TR]
[TD]Porsche[/TD]
[TD]147852[/TD]
[TD]150000[/TD]
[/TR]
[TR]
[TD]Alfa Romeo[/TD]
[TD]654123[/TD]
[TD]120000[/TD]
[/TR]
[TR]
[TD]BMW[/TD]
[TD]451278[/TD]
[TD]90000[/TD]
[/TR]
[TR]
[TD]Porsche[/TD]
[TD]978645[/TD]
[TD]80000[/TD]
[/TR]
[TR]
[TD]BMW[/TD]
[TD]258147[/TD]
[TD]110000[/TD]
[/TR]
[TR]
[TD]Audi[/TD]
[TD]349943[/TD]
[TD]950000[/TD]
[/TR]
[TR]
[TD]Porsche[/TD]
[TD]875634[/TD]
[TD]150000[/TD]
[/TR]
[TR]
[TD]BMW[/TD]
[TD]567890[/TD]
[TD]80000[/TD]
[/TR]
</tbody>[/TABLE]
Is it possible use VLOOKUP to sum the revenues based on the multiple same brand names?
For instance- there are 4 instances of Porsche, with a sum result of 465,000. I need that sum populated on my review sheet.
I know a Pivot table would get me the result - but there are other categories and data on my review sheet, so I need this in a regular cell format.
Thank you in advance for the support!
I have a spreadsheet with multiple customers and account numbers with revenue.
I am trying to sum the revenue for multiple instances of the same brand name by using VLOOKUP
Review table (on Sheet 1):
[TABLE="class: grid, width: 200"]
<tbody>[TR]
[TD]Brand Name[/TD]
[TD]Total Revenue[/TD]
[/TR]
[TR]
[TD]Alfa Romeo[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Porsche[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]BMW[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Mercedes[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Audi[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Source Table (on Sheet 2):
[TABLE="class: grid, width: 300"]
<tbody>[TR]
[TD]Brand Name[/TD]
[TD]Account #[/TD]
[TD]Revenue[/TD]
[/TR]
[TR]
[TD]Alfa Romeo[/TD]
[TD]853687[/TD]
[TD]125000[/TD]
[/TR]
[TR]
[TD]Porsche[/TD]
[TD]985632[/TD]
[TD]85000[/TD]
[/TR]
[TR]
[TD]BMW[/TD]
[TD]789456[/TD]
[TD]105000[/TD]
[/TR]
[TR]
[TD]Audi[/TD]
[TD]125478[/TD]
[TD]95000[/TD]
[/TR]
[TR]
[TD]Mercedes[/TD]
[TD]875421[/TD]
[TD]130000[/TD]
[/TR]
[TR]
[TD]Audi[/TD]
[TD]852147[/TD]
[TD]110000[/TD]
[/TR]
[TR]
[TD]Porsche[/TD]
[TD]147852[/TD]
[TD]150000[/TD]
[/TR]
[TR]
[TD]Alfa Romeo[/TD]
[TD]654123[/TD]
[TD]120000[/TD]
[/TR]
[TR]
[TD]BMW[/TD]
[TD]451278[/TD]
[TD]90000[/TD]
[/TR]
[TR]
[TD]Porsche[/TD]
[TD]978645[/TD]
[TD]80000[/TD]
[/TR]
[TR]
[TD]BMW[/TD]
[TD]258147[/TD]
[TD]110000[/TD]
[/TR]
[TR]
[TD]Audi[/TD]
[TD]349943[/TD]
[TD]950000[/TD]
[/TR]
[TR]
[TD]Porsche[/TD]
[TD]875634[/TD]
[TD]150000[/TD]
[/TR]
[TR]
[TD]BMW[/TD]
[TD]567890[/TD]
[TD]80000[/TD]
[/TR]
</tbody>[/TABLE]
Is it possible use VLOOKUP to sum the revenues based on the multiple same brand names?
For instance- there are 4 instances of Porsche, with a sum result of 465,000. I need that sum populated on my review sheet.
I know a Pivot table would get me the result - but there are other categories and data on my review sheet, so I need this in a regular cell format.
Thank you in advance for the support!