Your Ultimate Guide to SPARKLINE Google Sheets 📈📉📊

Поділитися
Вставка
  • Опубліковано 14 січ 2025

КОМЕНТАРІ • 13

  • @TheWeirdologist
    @TheWeirdologist Рік тому +2

    Excellent presentation. I appreciate the subtitles as well.

  • @theunscriptedcouple5339
    @theunscriptedcouple5339 2 місяці тому

    Crisp and clear! awesome video.

  • @lorenfernandezj
    @lorenfernandezj Місяць тому

    Muchas gracias 🎉

  • @joyhouseofseratku
    @joyhouseofseratku 2 місяці тому

    Hello, thanks for the video. Whenever I use column charttype, the result is error. Please help

    • @coupleracademy
      @coupleracademy  2 місяці тому

      Hi! What's the error message? Do other parameters for this chart work as expected?

    • @pabloclp87
      @pabloclp87 2 місяці тому

      For me (in Argentina) worked splitting each parameter with this character instead of ; \
      So it would be like this “chart type”\”winloss”

    • @joyhouseofseratku
      @joyhouseofseratku 2 місяці тому

      @@coupleracademy at first I use sparkline(g9,{"charttype","column";"max",100%}). It didn't work. But at first it worked. Then I changed to sparkline(g9,{"charttype","column";"ymin",0;"ymax",max(1)}). Now is okay. I don't know why.. thanks for asking..

  • @anantshah3610
    @anantshah3610 9 місяців тому

    How can i add a price line as sparkline for 52 week high low & current running price as dot? Like mostly you can see in your brokers app

    • @coupleracademy
      @coupleracademy  7 місяців тому

      Hey there! You can definitely create a SPARKLINE in Google Sheets to show a 52-week high/low with the current price as a dot. Here’s a quick way to set it up:
      1. Create the Sparkline for the 52-week high/low:
      =SPARKLINE(A1:A52, {"charttype", "column"})
      Here, A1:A52 is your range for the 52-week prices.
      2. Add the current price as a dot:
      Use the SPARKLINE with options to include a marker:
      =SPARKLINE(A1:A52, {"charttype", "column"; "highlighted", B1})
      Replace B1 with the cell containing the current running price. This will add a marker for the current price on your SPARKLINE.
      You can adjust the styles and colors to match what you see in your broker's app. If you need more help, feel free to ask!

  • @mexicanfirefighter
    @mexicanfirefighter 9 місяців тому

    is it possible to visualize several sparklines in a single cell?
    very good video btw

    • @coupleracademy
      @coupleracademy  9 місяців тому

      Thank you! I guess not. You'd first need to merge the data and then draw a combined sparkline, it's something we discuss starting at 14:11