Thanks to everyone who helped in the last question here.
I needed it for this question:
How do I use a formula to calculate a new cell based on the last row where data was entered?
See below:
I'd like the "To Buy" column to show the answer only when the condition is met (difference of ROI% at time of sale and current row ROI % being greater than 15%), otherwise, shwoing nothing.
In the above, I'd like to get rid of column D and simply have one formula in Column F that I can drag & copy down.
To wit, the formula structure should basically be:
If Column A (@ row of last sale) - Column A (@ current row) > 15%, Calculate difference between % and multiply it by the dollar amount of last sale (Column C), Else, show nothing (blank).
Appreciate your help.
I needed it for this question:
How do I use a formula to calculate a new cell based on the last row where data was entered?
See below:
Data.xlsx | ||||||||
---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | |||
1 | ROI % | Action | $ SOLD | # SOLD | ROI % Difference | $ TO BUY | ||
2 | 29.80% | Hold | ||||||
3 | 29.70% | Hold | ||||||
4 | 27.70% | Hold | ||||||
5 | 28.50% | Hold | ||||||
6 | 29.40% | Hold | ||||||
7 | 31.80% | Sell | $1,172.12 | 4951 | ||||
8 | 29.80% | Hold | ||||||
9 | 29.70% | Hold | ||||||
10 | 27.70% | Hold | ||||||
11 | 28.50% | Hold | ||||||
12 | 29.40% | Hold | ||||||
13 | 14.20% | Buy | 17.60% | $205.93 | ||||
14 | 29.70% | Hold | ||||||
15 | 27.70% | Hold | ||||||
16 | 28.50% | Hold | ||||||
17 | 29.40% | Hold | ||||||
18 | 38.40% | Sell | $764.92 | 3231 | ||||
19 | 29.70% | Hold | ||||||
20 | 27.70% | Hold | ||||||
21 | 28.50% | Hold | ||||||
22 | 29.70% | Hold | ||||||
23 | 21.50% | Hold | ||||||
24 | 18.00% | Hold | ||||||
25 | 16.20% | Hold | ||||||
26 | 14.20% | Buy | 24.20% | $185.25 | ||||
27 | 29.70% | Hold | ||||||
28 | 27.70% | Hold | ||||||
29 | 28.50% | Hold | ||||||
Sheet5 |
I'd like the "To Buy" column to show the answer only when the condition is met (difference of ROI% at time of sale and current row ROI % being greater than 15%), otherwise, shwoing nothing.
In the above, I'd like to get rid of column D and simply have one formula in Column F that I can drag & copy down.
To wit, the formula structure should basically be:
If Column A (@ row of last sale) - Column A (@ current row) > 15%, Calculate difference between % and multiply it by the dollar amount of last sale (Column C), Else, show nothing (blank).
Appreciate your help.