mrsbrannon
Board Regular
- Joined
- Mar 7, 2018
- Messages
- 61
Hello everyone!
I am in need of two formulas that could possibly be the same/similar. See sample tables below:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Title[/TD]
[TD]Hours[/TD]
[TD]Helper Column?[/TD]
[/TR]
[TR]
[TD]June Carter Cash[/TD]
[TD]Singer[/TD]
[TD]1.33[/TD]
[TD]1.83[/TD]
[/TR]
[TR]
[TD]June Carter Cash[/TD]
[TD]Manager[/TD]
[TD]1.67[/TD]
[TD]1.67[/TD]
[/TR]
[TR]
[TD]Hank Williams[/TD]
[TD]Singer[/TD]
[TD].20[/TD]
[TD].70[/TD]
[/TR]
[TR]
[TD]Hank Williams[/TD]
[TD]Songwriter[/TD]
[TD]1.50[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]June Carter Cash[/TD]
[TD]Singer[/TD]
[TD].50[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Hank Williams[/TD]
[TD]Songwriter[/TD]
[TD]2.5[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
My spreadsheet has many more columns than this and the data is spread throughout it, but this is just for quick use purposes. I need a formula that will do the following:
NEXT
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Title[/TD]
[TD]Billable Amount[/TD]
[TD]Pay Out[/TD]
[TD]Profit[/TD]
[/TR]
[TR]
[TD]June Carter Cash[/TD]
[TD]Singer[/TD]
[TD]$45.00[/TD]
[TD]$120.00[/TD]
[TD]$25.00[/TD]
[/TR]
[TR]
[TD]June Carter Cash[/TD]
[TD]Manager[/TD]
[TD]$100.00[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Hank Williams[/TD]
[TD]Singer[/TD]
[TD]$50.00[/TD]
[TD]$175.00[/TD]
[TD]$75.00[/TD]
[/TR]
[TR]
[TD]Hank Williams[/TD]
[TD]Songwriter[/TD]
[TD]$200.00[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I need the formula to do the following:
All help is greatly appreciated!!
P.S. Please note, this info is on two different spreadsheets and cannot be combined.
I am in need of two formulas that could possibly be the same/similar. See sample tables below:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Title[/TD]
[TD]Hours[/TD]
[TD]Helper Column?[/TD]
[/TR]
[TR]
[TD]June Carter Cash[/TD]
[TD]Singer[/TD]
[TD]1.33[/TD]
[TD]1.83[/TD]
[/TR]
[TR]
[TD]June Carter Cash[/TD]
[TD]Manager[/TD]
[TD]1.67[/TD]
[TD]1.67[/TD]
[/TR]
[TR]
[TD]Hank Williams[/TD]
[TD]Singer[/TD]
[TD].20[/TD]
[TD].70[/TD]
[/TR]
[TR]
[TD]Hank Williams[/TD]
[TD]Songwriter[/TD]
[TD]1.50[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]June Carter Cash[/TD]
[TD]Singer[/TD]
[TD].50[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Hank Williams[/TD]
[TD]Songwriter[/TD]
[TD]2.5[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
My spreadsheet has many more columns than this and the data is spread throughout it, but this is just for quick use purposes. I need a formula that will do the following:
- Find each person
- Find their title(s)
- SUM up the total hours worked PER TITLE, PER PERSON
NEXT
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Title[/TD]
[TD]Billable Amount[/TD]
[TD]Pay Out[/TD]
[TD]Profit[/TD]
[/TR]
[TR]
[TD]June Carter Cash[/TD]
[TD]Singer[/TD]
[TD]$45.00[/TD]
[TD]$120.00[/TD]
[TD]$25.00[/TD]
[/TR]
[TR]
[TD]June Carter Cash[/TD]
[TD]Manager[/TD]
[TD]$100.00[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Hank Williams[/TD]
[TD]Singer[/TD]
[TD]$50.00[/TD]
[TD]$175.00[/TD]
[TD]$75.00[/TD]
[/TR]
[TR]
[TD]Hank Williams[/TD]
[TD]Songwriter[/TD]
[TD]$200.00[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I need the formula to do the following:
- Find the person
- Find the title(s)
- Add up the Billable Amount PER PERSON (include all titles)
- Subtract the Pay-Out
- Return the Profit
All help is greatly appreciated!!
P.S. Please note, this info is on two different spreadsheets and cannot be combined.
Last edited: