copy newest entry to new row and add value to current balance

goooodrico

New Member
Joined
Apr 28, 2016
Messages
5
I would like to copy the entries from D-F into columns A-C, but combine those entries summing the Awards given into a total balance. So if an $5 is given to Name1 then the new balance would be $35. Also, if Name3 is given an award would need to add the new name to the balance sheet. Then, I have a sheet "AllOrders" that tracks orders. If name 1 places an order, would need to subtract that order out of his balance. Any help appreciated.

[TABLE="width: 500"]
<tbody>[TR]
[TD]Date[/TD]
[TD]Name[/TD]
[TD]Balance[/TD]
[TD]Date[/TD]
[TD]Name[/TD]
[TD]Award[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]name1[/TD]
[TD]$30[/TD]
[TD][/TD]
[TD]name1[/TD]
[TD]$20[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]name2[/TD]
[TD]$5[/TD]
[TD][/TD]
[TD]Name2[/TD]
[TD]$5[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]name1[/TD]
[TD]$10[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
Why not have three tabs? One being the list of names/dates and then create two tabs for orders and contributions. You can then use the sumif/sumifs function to track the net balance.
 
Upvote 0
Why not have three tabs? One being the list of names/dates and then create two tabs for orders and contributions. You can then use the sumif/sumifs function to track the net balance.

I don't want a list of 1,000+ names with no balance. I only want the ones with the contributions to be listed.
 
Upvote 0
Now another issue. I have code that protects all sheets. How do i correct this to not protect this one sheet. I get an error with the pivot table because of the protected sheet
 
Upvote 0

Forum statistics

Threads
1,223,164
Messages
6,170,444
Members
452,326
Latest member
johnshaji

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top