emmtte / list

Google Sheets automatic creation with Google Apps Script (GAS) for managing a cryptocurrency tracking spreadsheet with multi exchanges

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sheet showing #NUM!

Tosko4 opened this issue · comments

commented

Next to the Gains and Total value, it should show a percentage. But now it just shows #NUM!

Any idea?
screenshot 2018-03-19 at 15 47 12

Please update template sheet and main.js

commented

@ManuCart it's a newly installed Spreadsheet, I am using the latest code you provided on Github

The latest code for template and main.js just updated for you 5 mins ago
May be I'm too fast

commented

@ManuCart nope, same issue.

What i did just now:

Downloaded new template, followed the instructions you provide in your README, and still:

screenshot 2018-03-19 at 17 18 30

Update: I use the Binance API code (maybe it helps?)

Need to put something on DEPOSIT cell.
DEPOSIT is the total you spend to buy cryptos

commented

@ManuCart Alright, that I didnt do. The NUM dissapeared. But the next thing that popped up in my mind is. How does the excel sheet know how much profit I have actually made?

Lets say, 50 euro investment in a market where 1 BTC was 1000 dollar, is different than 50 euro investment when 1 BTC was 20.000 $

It's a very simple calculation.
The sheet just do a multiply with actual price by quantity for all cryptos
And do a substraction from your DEPOSIT
Just an indication were we are winner or loser

commented

Alright, well in that case, I raised a feature request xD You may close this issue though!