Hi everyone, hit a little road block and was hoping for some insight. I have a daily profit loss statement I have to copy and paste into excel everyday and I am trying to get the profit/loss for each transaction by using two formula's. The cost and sell prices are both in the same "Amount" column. The cost in the original document shows up a - negative number (eg. -50 and -75 see below). Once the asset is sold, it shows me a total directly below in the same column (eg. 52 and 25 see below), but not whether it was profitable or a loss, just a total.
I made two new columns, column 1 has a "Profit/Loss" and column 2 "Profit/Loss Percent" which shows percentage. I was able to get the rough formula up and running, but since the cost is showing up as a negative number, my percent column isn't working correctly from what I am thinking.
The secondary is somehow figuring out how to add a "-" whenever their is a negative number which is show in parenthesis.
So the formula's I am using are:
Profit/Loss
B3=SUM(A2:A3)
B5=SUM(A4:A5)
Profit/Loss Percentage
C3=(B3/A2)
C5=(B5/A4)
I made two new columns, column 1 has a "Profit/Loss" and column 2 "Profit/Loss Percent" which shows percentage. I was able to get the rough formula up and running, but since the cost is showing up as a negative number, my percent column isn't working correctly from what I am thinking.
The secondary is somehow figuring out how to add a "-" whenever their is a negative number which is show in parenthesis.
Amount | Profit/Loss |
| |
-50 | |||
52 | 2 | -4.00% <-- should be positive | |
-75 | |||
25 | (50) <-- preferably add a negative when its a loss -(50) | 66.67% <-- should be negative |
So the formula's I am using are:
Profit/Loss
B3=SUM(A2:A3)
B5=SUM(A4:A5)
Profit/Loss Percentage
C3=(B3/A2)
C5=(B5/A4)