Add step to my finances playbook
This is a helpful reminder to ensure that the exchange rate is always
fresh. Ideally I could use Google Sheets formulae to take a snapshot of the
GBP:USD exchange rate *at a point in time*, but I haven't set that up yet. Maybe
it'd look something like:
```pseudocode
=GOOGLEFINANCE("GBP:USD", "September 1, 2020")
```
I'll have to look into this.
This commit is contained in:
parent
fc0c795c4e
commit
1a5b2ab3b0
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
** Ensure Emergency fund is has a balance of $1000
|
||||
** Open "finances_2020" Google Sheet
|
||||
** Settle up with Mimi on TransferWise
|
||||
** Adjust GBP:USD exchange rate
|
||||
** Adjust "Stocks (after tax)" to reflect amount Google sent
|
||||
** Add remaining cash to "Carryover (cash)"
|
||||
** Adjust "Paycheck" to reflect amount Google sent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue