How to Create an Awesome Gantt Chart in Google Sheets

Поделиться
HTML-код
  • Опубликовано: 29 авг 2024

Комментарии • 27

  • @TeriKennedy-do5kv
    @TeriKennedy-do5kv 2 месяца назад

    Great simple step by step for all Gantt items. Thx!

  • @fifteenmin
    @fifteenmin 3 месяца назад +1

    Great video, thank you!! What changes would I make to the formula if I wanted to keep weekends in the calculation?

    • @spreadsheetlife
      @spreadsheetlife  3 месяца назад +1

      Great question. To keep the weekends, just subtract the two dates instead of using the WORKDAYS function. I hope this helps.

    • @androidmuncher
      @androidmuncher Месяц назад

      @@spreadsheetlife Would you mind explaining what the the formula would look like? Great video by the way!

    • @spreadsheetlife
      @spreadsheetlife  Месяц назад +2

      Thank you so much. I'm glad you enjoyed the video!
      And yes, the formula would look like this. =IF(ISBLANK(E6),"-",E6+F6-1)

  • @widyanakbar
    @widyanakbar 4 месяца назад

    hi, quick question. when I do the 8:39 it doesn't say error or anything. but the bar chart is not there. how to fix this issue? thank you

    • @widyanakbar
      @widyanakbar 4 месяца назад

      I found the answer, my google sheet require this line:
      =IFERROR(SPARKLINE(H6;{"charttype"\"bar";"max"\1});"")

    • @spreadsheetlife
      @spreadsheetlife  4 месяца назад

      It's difficult to say without more context. You are welcome to send me an email at info@spreadsheetlife.com with a screenshot or possibly a link to your spreadsheet so far so I can take a look at it for you.

  • @tal7atal7a66
    @tal7atal7a66 5 месяцев назад

    hello bro , hope you're doing well , ❤ it's been long time i didn't see your Chanel notif i the 🔔 section.
    thank you bro , excellent tutos/ explainations as always ❤

    • @spreadsheetlife
      @spreadsheetlife  5 месяцев назад

      Thank you so much. I'm doing awesome, and trying to enjoy each and every day as much as I can. Hope you're doing great too!
      So glad that you enjoyed this video and that it lives up to my previous ones. I'll do my best to keep it coming! 😄👍

  • @mariawrites4527
    @mariawrites4527 15 дней назад

    at 18:15, when you apply the conditional formatting and the bars appear across the dates, it is not working for me. I noticed that you didn't copy and paste the formula from J6 into the rest of the blocks (or I missed that step??). Were we supposed to copy and paste the formula in J6 to the rest of the blocks? Thanks for your help!

    • @spreadsheetlife
      @spreadsheetlife  15 дней назад

      You did not miss a step. The formula for J6 is not copies to the rest of the blocks. If you'd like, the easiest way for me to help is if you could send me a link to a copy of your spreadsheet via email. This way I can take a look at it for you. You can email me at info@spreadsheetlife.com.

  • @Firzj
    @Firzj 2 месяца назад

    16:30 this formula doesn't work for me. I've adapted cells for my sheet but it returns formula parse error. In the preview of the formula only the cells with start/end dates are selected. It doesn't recognize cells which are above TRUE as in the video

    • @spreadsheetlife
      @spreadsheetlife  2 месяца назад

      How fascinating. If you'd like, you can share your spreadsheet or send me screenshots at info@spreadsheetlife.com, and I can more easily help there.

    • @Firzj
      @Firzj 2 месяца назад

      @@spreadsheetlife thanks, I solved the problem with Chatgpt. I changed , to ; and it works now. Dunno why google doesn't understand that formula maybe they updated something

    • @spreadsheetlife
      @spreadsheetlife  Месяц назад +1

      Oh that's awesome! I'm glad you figured it out. If you're curious why you had to use a semi-colon instead, check out this article.
      spreadsheetlife.com/how-location-affects-formula-syntax-in-google-sheets/

  • @ManiTOOR-g9l
    @ManiTOOR-g9l Месяц назад

    Hillarious full of knowldge

  • @messirve7089
    @messirve7089 7 дней назад

    Nice tutorial but I have a problem, hope you can help me. When I try the "End" Formula in miunte 7:25 it appears #VALUE because its says that date is no number and cannot calculate. ¿How can I fix that?

    • @spreadsheetlife
      @spreadsheetlife  6 дней назад

      My guess is that the date values you've entered are text and not actual dates. Be sure that you've set the number format for the date columns to Date. I hope this helps.

    • @messirve7089
      @messirve7089 6 дней назад

      @@spreadsheetlife Thanks for the tip, also what it worked in my case was the "=DATEVALUE" command.

    • @spreadsheetlife
      @spreadsheetlife  3 дня назад

      Of course! Happy to help. And thanks for letting me know. It's always fun to know how other solutions can work as well. 😄👍

  • @Seducier
    @Seducier Месяц назад

    I ended up not using the last function where the colored days correlate with the sparkline %, instead I made the bars match the color of the assignees. :) ty for tutorial

    • @spreadsheetlife
      @spreadsheetlife  Месяц назад

      How interesting. I love seeing how everyone puts their own spin on things! 😄
      I'm glad you enjoyed the tutorial!

  • @user-rd6cm1qd2t
    @user-rd6cm1qd2t 5 месяцев назад

    How can I add a late column 5:I?

    • @spreadsheetlife
      @spreadsheetlife  5 месяцев назад

      To add a column in Google Sheets, select the column where you want to add one, right-click, and insert a new column to the right or left. Let me know if this helps.