I need a really simple spreadsheet....

Caporegime
Joined
1 Dec 2010
Posts
53,766
Location
Welling, London
but my Excel skills suck :(

Basically, it's to track daily betting.

I need four currency columns. Stakes, Return, Daily P/L and Running P/L. The stakes column needs to be negative value so I don't have to type a minus sign in every time.

I imagine it's pretty self explanatory what I'm looking for. So grateful if anyone can help.

Thanks.
 
The stakes can be positive, you just need to use a formula to calculate the other cells.

I'll do it in the morning if someone else doesn't get to it first.
 
What formulas do you want for Return, Daily and Running?

At the moment I have this (random values inputted)

5e7c68ccd08f31abfde4bb27ae42e598.png


Not sure if I can do stakes negative and currency at the same time.
 
Are you kidding me? Why not do it yourself? Are you stupid or extremely lazy?

robfosters
-----
Occupation
Unemployed at present

There's no need for that. That's just spiteful. I'm unemployed due to serious disability (stroke, heart disease). I actually used to be in the diplomatic service. But lets not let that get in the way of an insult eh.

I have tried, but I just do not understand excel. Word, I'm fine with. But Excel. I just fail completely.
 
Last edited:
What formulas do you want for Return, Daily and Running?

At the moment I have this (random values inputted)

5e7c68ccd08f31abfde4bb27ae42e598.png


Not sure if I can do stakes negative and currency at the same time.

This looks exactly what I want. If the stakes were negative and we entered a new line on 3, I assume C3 would be (A3+B3) and D would be D2 plus C3.
 
There's no need for that. I'm unemployed due to serious disability (stroke, heart disease). I actually used to be in the diplomatic service. But lets not let that get in the way of an insult eh.

I have tried, but I just do not understand excel. Word, I'm fine with. But Excel. I just fail completely.

If your currently unemployed then you have plenty of time to learn. The functionality you are after is among the most basic that excel offers, getting to grips with it will allow you to plan your finances much more efficiently
 
If your currently unemployed then you have plenty of time to learn. The functionality you are after is among the most basic that excel offers, getting to grips with it will allow you to plan your finances much more efficiently

I don't believe this thread. I ask for a simple bit of help. the likes of I would be more than glad to provide others, and all I get is lifestyle advice and a character assassination.
 
I don't believe this thread. I ask for a simple bit of help. the likes of I would be more than glad to provide others, and all I get is lifestyle advice and a character assassination.

Welcome to OCUK, you must be new here?
 
I don't believe this thread. I ask for a simple bit of help. the likes of I would be more than glad to provide others, and all I get is lifestyle advice and a character assassination.

I feel for you,

It seemed to turn sour very quickly, for no reason..

My excel skills suck too.. (so i can't help you, sorry).
 
This is a big over the top guys, simple request asked quite politely and The__Malteser has at least attempted to do so.

I don't quite get why anyone is getting on the OP's back about this, poor show - this isn't GD!

edit: just realised this was originally posted in GD, crickey!
 
The stakes can be positive, you just need to use a formula to calculate the other cells.

I'll do it in the morning if someone else doesn't get to it first.

Thanks for your offer Gilly, but I did manage to do it myself in the end. I never realised that when you copy and paste formulas, it automatically adjusts the cells it calculates. That makes it really easy.

However, I still haven't found a way of entering negative numbers automatically.
 
Last edited:
make a column with the formula =0-$D. Replace $D with the correct column name. Copy the formula to the end of the column. Put positive values in column D and whatever column has the formula should automatically output negative values. Use that column for your calculations.
 
Not sure if I can do stakes negative and currency at the same time.

Course you can, that's exactly what the custom formatting is for!

make a column with the formula =0-$D. Replace $D with the correct column name. Copy the formula to the end of the column. Put positive values in column D and whatever column has the formula should automatically output negative values. Use that column for your calculations.

Why bother, just use the custom formatting for cells and use:

-£#,##0.00
 
Course you can, that's exactly what the custom formatting is for!



Why bother, just use the custom formatting for cells and use:

-£#,##0.00

Thanks Paradigm,

Why that does indeed turn everything into a negative, for some bizarre reason, the auto sum still treats it as a positive, so even though I have -£20 in the stakes column and £20 in the returns column, it still sums it at £40 rather than £0.

I've tried ways that I've found online, yet none of them work. I thought this would have been very easy to accomplish.
 
Leave the stake as positive. Then under cell D2, enter the following formula -

=SUM(-A2+B2)

I think you need an additional column to show daily (as opposed to overall) stakes. You will then be able to enter a formula for Daily P/L.
 
Are you kidding me? Unwarranted personal attacks?

PMKeates
-----
Account
Suspended at present
 
Leave the stake as positive. Then under cell D2, enter the following formula -

=SUM(-A2+B2)

I think you need an additional column to show daily (as opposed to overall) stakes. You will then be able to enter a formula for Daily P/L.

I thought this after. I mean, a stake still is a positive number. It's not negative. So I left it as a currency cell and altered the formula slightly. In the end I have ended up with something like this. Bit loud I know, but I find it easy enough to read and manipulate.

plsheet_zpse7f4f3b4.png
 
Last edited:
Back
Top Bottom