I've seen a few of the forums in here with similar requests - how to take a column of data and where there's matches, total the sum of those cells. The consensus seems to be to use SUMIF instead, but I do think I need to use VLOOKUP.
My goal is to analyze the data, and output a tallied set of results. Here's an example:
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]Person 1[/TD]
[TD]$500[/TD]
[TD]Product 1[/TD]
[/TR]
[TR]
[TD]Person 2[/TD]
[TD]$500[/TD]
[TD]Product 2[/TD]
[/TR]
[TR]
[TD]Person 3[/TD]
[TD]$500[/TD]
[TD]Product 3[/TD]
[/TR]
[TR]
[TD]Person 1[/TD]
[TD]$500[/TD]
[TD]Product 2[/TD]
[/TR]
[TR]
[TD]Person 3[/TD]
[TD]$500[/TD]
[TD]Product 2[/TD]
[/TR]
[TR]
[TD]Person 1[/TD]
[TD]$500[/TD]
[TD]Product 1[/TD]
[/TR]
</tbody>[/TABLE]
I have hundreds of people in column A, Column B is the total value I'd like to sum up, and Column C is the various Products. I have about 10 products that feature.
I'd like to use a formula that then takes the table data and outputs a summary (by total of column B, per person)
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]Person 1[/TD]
[TD]$1500[/TD]
[/TR]
[TR]
[TD]Person 2[/TD]
[TD]$500[/TD]
[/TR]
[TR]
[TD]Person 3[/TD]
[TD]$1000[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
And, I'd also like to have a formula that takes the table data and outputs a summary (by total of Product and its summed total of value)
Appreciate any help you can provide!
Thanks.
My goal is to analyze the data, and output a tallied set of results. Here's an example:
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]Person 1[/TD]
[TD]$500[/TD]
[TD]Product 1[/TD]
[/TR]
[TR]
[TD]Person 2[/TD]
[TD]$500[/TD]
[TD]Product 2[/TD]
[/TR]
[TR]
[TD]Person 3[/TD]
[TD]$500[/TD]
[TD]Product 3[/TD]
[/TR]
[TR]
[TD]Person 1[/TD]
[TD]$500[/TD]
[TD]Product 2[/TD]
[/TR]
[TR]
[TD]Person 3[/TD]
[TD]$500[/TD]
[TD]Product 2[/TD]
[/TR]
[TR]
[TD]Person 1[/TD]
[TD]$500[/TD]
[TD]Product 1[/TD]
[/TR]
</tbody>[/TABLE]
I have hundreds of people in column A, Column B is the total value I'd like to sum up, and Column C is the various Products. I have about 10 products that feature.
I'd like to use a formula that then takes the table data and outputs a summary (by total of column B, per person)
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]Person 1[/TD]
[TD]$1500[/TD]
[/TR]
[TR]
[TD]Person 2[/TD]
[TD]$500[/TD]
[/TR]
[TR]
[TD]Person 3[/TD]
[TD]$1000[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
And, I'd also like to have a formula that takes the table data and outputs a summary (by total of Product and its summed total of value)
Appreciate any help you can provide!
Thanks.