I am trying to make a stock portfolio in Google Sheets to track my stonks. However, I have some penny stocks that are less than 1 penny, and GoogleFinance rounds them down to 0, making it impossible to calculate % of the portfolio. The code I use is:
=GOOGLEFINANCE(B2)
and neither adding the ROUND
function or changing how numbers are displayed in excel are working. Is there a fix or do I have to scrape from elsewhere?