Hello,
I am a more or less a beginner with respect to Excel and need a little help here.
I am a poker player and keep track of my winnings and losses in an Excel Sheet
with diagrams etc.
In essence the important part of the sheet looks something like this:
[TABLE="width: 500"]
<tbody>[TR]
[TD]location
[/TD]
[TD]net
[/TD]
[TD]total
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]New York
[/TD]
[TD]1200
[/TD]
[TD]1200
[/TD]
[/TR]
[TR]
[TD]Berlin
[/TD]
[TD]-400
[/TD]
[TD]800
[/TD]
[/TR]
[TR]
[TD]Peking
[/TD]
[TD]200
[/TD]
[TD]1000
[/TD]
[/TR]
</tbody>[/TABLE]
The formula so far for 'total' is =SUM($B$3:$B$3) which I
reuse by pressing 'Ctrl-D' in the next field in that column etc.
Easy enough.
Now I want to take currency exchange differences into account and need the 'total' cell
to multiply by a certain factor or, depending on if the location was in the Euro-zone, not.
Let's say I want
a.) New York's total result to be multiplied by 0.8
a.) Berlin's result not to be multiplied at all and
c.) Peking's result to be multiplied by 7.5
How can extend or replace the above formula to accomplish this?
As I said, I am kind of a beginner in Excel and there is probably a much better solution
out there in space. I just write into the first cell the location I played at, in the 'net'
column the result of the night and hit 'Ctrl-D' in the 'total' cell...
I am a more or less a beginner with respect to Excel and need a little help here.
I am a poker player and keep track of my winnings and losses in an Excel Sheet
with diagrams etc.
In essence the important part of the sheet looks something like this:
[TABLE="width: 500"]
<tbody>[TR]
[TD]location
[/TD]
[TD]net
[/TD]
[TD]total
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]New York
[/TD]
[TD]1200
[/TD]
[TD]1200
[/TD]
[/TR]
[TR]
[TD]Berlin
[/TD]
[TD]-400
[/TD]
[TD]800
[/TD]
[/TR]
[TR]
[TD]Peking
[/TD]
[TD]200
[/TD]
[TD]1000
[/TD]
[/TR]
</tbody>[/TABLE]
The formula so far for 'total' is =SUM($B$3:$B$3) which I
reuse by pressing 'Ctrl-D' in the next field in that column etc.
Easy enough.
Now I want to take currency exchange differences into account and need the 'total' cell
to multiply by a certain factor or, depending on if the location was in the Euro-zone, not.
Let's say I want
a.) New York's total result to be multiplied by 0.8
a.) Berlin's result not to be multiplied at all and
c.) Peking's result to be multiplied by 7.5
How can extend or replace the above formula to accomplish this?
As I said, I am kind of a beginner in Excel and there is probably a much better solution
out there in space. I just write into the first cell the location I played at, in the 'net'
column the result of the night and hit 'Ctrl-D' in the 'total' cell...