Sum of profit

Leo2324

New Member
Joined
Dec 4, 2017
Messages
1
Hi
Im trying to set up a spreadsheet where in one column I have each day of the month, against each day I'm putting in my final figure on a betting site, e.g...[TABLE="width: 150"]
<tbody>[TR]
[TD][/TD]
[TD]Start with £20[/TD]
[/TR]
[TR]
[TD]Mon[/TD]
[TD]£25.60[/TD]
[/TR]
[TR]
[TD]Tue[/TD]
[TD]£10.00[/TD]
[/TR]
[TR]
[TD]Weds[/TD]
[TD]£15.00[/TD]
[/TR]
[TR]
[TD]Thurs[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Profit/loss[/TD]
[TD]-£5[/TD]
[/TR]
</tbody>[/TABLE]
So on Monday for eg. I made a profit of £5.60, tues I lost £15.60 etc.

For The profit/loss cell I need a formula for which will show me if I've made a profit or loss overall, is there a way of doing this?

Thankyou for any help :rolleyes:
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
Hi,

And for your final Profit/Loss cell, assuming it's B31, use your last day cell, assuming it's B30, minus your "Start" amount cell, assuming it's B2, something like:

In B31, =B30-B2
 
Upvote 0

Forum statistics

Threads
1,223,214
Messages
6,170,772
Members
452,353
Latest member
strainu

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