Track the coins you're watching — live price, 24h and 7d change, market cap and RSI — all in one sheet. No API key, no code, free to start.
A crypto watchlist is for the coins you're monitoring — not necessarily ones you own. With the free CryptoTrackPro add-on you list your tickers in one column and let a handful of formulas fill in the rest: =cryptotrackpro("BTC-USD") for live price, plus momentum and market-cap columns that refresh on their own. Here's the layout and how to build it.
| Coin | Live price | 24h | 7d | Market cap | RSI (14) |
|---|---|---|---|---|---|
| BTC | $77,302 | −4.15% | +2.8% | $1.53T | 41 |
| ETH | $2,410 | +1.2% | +6.4% | $290B | 58 |
| SOL | $142 | +3.9% | −1.1% | $67B | 72 |
| LINK | $18.20 | −0.6% | +4.0% | $11B | 49 |
Prices shown are examples. In your sheet every column except Coin is a formula that updates on refresh.
Install CryptoTrackPro, then paste the formulas below. Free plan, no API key, no card.
Install free from Google WorkspaceBTC, ETH, SOL.=cryptotrackpro(A2 & "-USD")=cryptotrackproData(A2,"change24h") — returns a decimal like -4.15; format the column as a percentage.=cryptotrackproData(A2,"change7d")=cryptotrackproData(A2,"marketcap")=cryptotrackproRSI(A2,14)Want a green/red look? Select the change columns and add a Conditional format rule: greater than 0 → green, less than 0 → red.
-USD for -EUR, -GBP and 150+ more.A watchlist focuses on price and momentum for coins you're monitoring. A portfolio tracker adds your holdings and buy price to compute value and profit/loss. Keep both as separate tabs in one sheet.
Yes — use =cryptotrackproRWA("AAPL") for stocks, ETFs and commodities. See the investment tracker for a mixed sheet.
Yes — 50 lookups a day on the free plan. Base and Pro raise or remove the limit for bigger watchlists that refresh often.
See also: crypto portfolio template → · investment tracker → · crypto in sheets →