TimClayton
New Member
- Joined
- Oct 17, 2018
- Messages
- 11
Hi all
I'm not sure how to sum up the nature of my problem, sorry if the heading is confusing. I'll try to keep it as clear as possible.
After some processes, I end up with several tables of data in a sheet in the following format:
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Billy[/TD]
[TD]STAFF MEMBER[/TD]
[/TR]
[TR]
[TD]
STOCK NUMBER[/TD]
[TD]
PRICE[/TD]
[/TR]
[TR]
[TD]1111[/TD]
[TD]£100[/TD]
[/TR]
[TR]
[TD]2222[/TD]
[TD]£200[/TD]
[/TR]
[TR]
[TD]
TOTAL[/TD]
[TD]
£300[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Billy[/TD]
[TD]STAFF MEMBER[/TD]
[/TR]
[TR]
[TD]
STOCK NUMBER[/TD]
[TD]
PRICE[/TD]
[/TR]
[TR]
[TD]3333[/TD]
[TD]£300[/TD]
[/TR]
[TR]
[TD]4444[/TD]
[TD]£400[/TD]
[/TR]
[TR]
[TD]
TOTAL[/TD]
[TD]
£700[/TD]
[/TR]
</tbody>[/TABLE]
This would carry on down and include 6 other salespeople and their sales.
What I want is a formula that looks for all the "Billy"s and sums all the "Total Price"s. Then I could just copy the formula and change the name to "Linda" and it would show all the sales for her. In my head this would be something like:
Search column A for "SPECIFIC SALESPERSON NAME", then sum all values that are offset by 1,4 from each "SPECIFIC SALESPERSON NAME" found
I just have no idea how to do that... Any help would be greatly appreciated!
I'm not sure how to sum up the nature of my problem, sorry if the heading is confusing. I'll try to keep it as clear as possible.
After some processes, I end up with several tables of data in a sheet in the following format:
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Billy[/TD]
[TD]STAFF MEMBER[/TD]
[/TR]
[TR]
[TD]
STOCK NUMBER[/TD]
[TD]
PRICE[/TD]
[/TR]
[TR]
[TD]1111[/TD]
[TD]£100[/TD]
[/TR]
[TR]
[TD]2222[/TD]
[TD]£200[/TD]
[/TR]
[TR]
[TD]
TOTAL[/TD]
[TD]
£300[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Billy[/TD]
[TD]STAFF MEMBER[/TD]
[/TR]
[TR]
[TD]
STOCK NUMBER[/TD]
[TD]
PRICE[/TD]
[/TR]
[TR]
[TD]3333[/TD]
[TD]£300[/TD]
[/TR]
[TR]
[TD]4444[/TD]
[TD]£400[/TD]
[/TR]
[TR]
[TD]
TOTAL[/TD]
[TD]
£700[/TD]
[/TR]
</tbody>[/TABLE]
This would carry on down and include 6 other salespeople and their sales.
What I want is a formula that looks for all the "Billy"s and sums all the "Total Price"s. Then I could just copy the formula and change the name to "Linda" and it would show all the sales for her. In my head this would be something like:
Search column A for "SPECIFIC SALESPERSON NAME", then sum all values that are offset by 1,4 from each "SPECIFIC SALESPERSON NAME" found
I just have no idea how to do that... Any help would be greatly appreciated!