pull down to refresh

I'm not sure how many of you track your purchases, but I do and yesterday I decided to have a bit of fun.
I wanted to see what the % change in price was for all of my individual purchases, so first I needed to add a box for current bitcoin price. I was going to manually update it but found this little gem to have the price auto update:
=GOOGLEFINANCE("BTC-USD")
Now that I have a cell that displays current price all i had to do is plug in a quick formula.
=ROUND((($I$2-D7)/D7),4)
A quick explanation of what that means
=ROUND(((formula)),4)
This is the round function. It's to limit how many decimal places you want. Quick note, if you want 2 pick 4 because when you format a cell to percent ot changes where the decimal is. Example: .3564 becomes %35.64
The next part is the formula to find percent increase. Cell I2 is my bitcoin price, but when I populate a whole colume I don't want the formula to change on every row. Normal a formula you copy would automatically increase so I2 I3 I4 etc. The $ means that this is an absolute value and I dont want it to change.
The D column is my original purchase price. Because I didn't put the $ in every row automatically goes up by one when you automatically fill the formula.
Note the D44 switches to D45 on the following row.
Hopefully this is useful to somone.
189 sats \ 2 replies \ @grayruby 2h
I haven't tracked my purchases in many years now. I have no idea what my cost basis anymore. I could probably ballpark it if I needed to but mostly focus on see the sats number go up in my wallets.
reply
61 sats \ 0 replies \ @siggy47 1h
Same here. Haven't a clue
reply
That's definitely the number that matters the most.
reply
21 sats \ 0 replies \ @Hodl117 5h
I thought I'd provide a guide for inputting the price into Excel. I have my own transaction tracker, and your post inspired me to look into it, thanks!
  1. Type in a cell, "BTC/USD".
  2. While the cell is selected, go to the Data tab, choose Stocks, and the data type of the cell should change
  1. On the cell, you should see a symbol appear next to it labeled "Insert Data" when hovered over. Select this, and a list of properties should appear,
  1. Select Price from the list of properties, and the current price should appear to the right of the cell!
If it's in an Excel Table, to refresh the price, right click "BTC/USD" and click "Refresh" from the dropdown menu.
reply
Does Gemini annoy you?
reply
0 sats \ 1 reply \ @lrm_btc 55m
Not op, but I find it quite useful in sheets. Not very useful for me elsewhere though.
reply
21 sats \ 0 replies \ @NovaRift 34m
Thanks! Looks like I'm the only idiot who didn't find it useful anywhere.
reply