Bitcoin Forum

Bitcoin => Bitcoin Discussion => Topic started by: c-rock on June 08, 2011, 01:23:49 PM



Title: Anyone use Google Spreadsheets? Need help with something
Post by: c-rock on June 08, 2011, 01:23:49 PM
I know with Google Spreadsheets you can capture information on the web to put in them.

 =GoogleLookup("entity"; "attribute")


is the one I am looking at.  I want to capture the bitcoin price in dollars.   Anyone know what to do?

Thanks

c-rock


Title: Re: Anyone use Google Spreadsheets? Need help with something
Post by: Sukrim on June 08, 2011, 02:10:01 PM
Try =IMPORTDATA("http://bitcoincharts.com/t/weighted_prices.json")

...and do a few splits etc.

I have it already working quite fine, it's not that hard to do.