7 Google Sheets Tips Every User Should Know!

Поделиться
HTML-код
  • Опубликовано: 4 фев 2025

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

  • @samgiroux
    @samgiroux 2 года назад +3

    I am adding the calendar trick right now!!!!

    • @Simpletivity
      @Simpletivity  2 года назад

      Awesome, Sam. Thanks for watching and sharing!

  • @kenji2342
    @kenji2342 Год назад +3

    Love the dropdown menu bit. God bless u!

  • @HomeBudgetComputing
    @HomeBudgetComputing 2 года назад +1

    Thank you. Good tips, and useful. There was one I didn't know about and will start using.

  • @chimak111
    @chimak111 Год назад +1

    I like the tip about summing a growing column 👍

  • @JamesStrickland
    @JamesStrickland 2 года назад +1

    Wow! Those are some great tips! Thank you for putting this together!

  • @LinaIsaac-o9c
    @LinaIsaac-o9c Год назад +1

    Thank you for sharing. Good ideas !

  • @fahimfaisalshantu6273
    @fahimfaisalshantu6273 Год назад +1

    Thanks for your information.its really helpful

    • @Simpletivity
      @Simpletivity  Год назад

      Glad it was helpful! What was your favorite tip?

  • @magniferacanal562
    @magniferacanal562 2 года назад +1

    Really great video, a 100% recommended

  • @biffcorbot8839
    @biffcorbot8839 2 года назад +1

    Wow, I learned a lot of useful tips. Thank you for that video.

  • @BillRocklin
    @BillRocklin 2 года назад

    As always ... Some really good tips Scott. I've started using Google sheets more to get svle to share easily with my team. These will really come in handy!

  • @frankstone
    @frankstone 2 года назад +1

    Outstanding, very helpful.. thank you

  • @lauripiacentini6418
    @lauripiacentini6418 2 года назад +1

    Love your tips and tricks, keep them coming 😉

  • @dakshbhatnagar
    @dakshbhatnagar Год назад +1

    I feel QUERY and FILTER functions are absolutely great to get more done with the data

  • @ivya.r7323
    @ivya.r7323 2 года назад +1

    Thank you 💛🥳

  • @liberospadaccino
    @liberospadaccino 2 года назад +1

    Thankx. Have you Any video of how to’ copy Gmails ( from one receiver ) to Google sheets automatically ? Thank you

  • @Sew365
    @Sew365 Год назад +1

    GENIUS.

  • @astarintown
    @astarintown Год назад +1

    Nice 🙂

  • @samsadansari7212
    @samsadansari7212 7 месяцев назад +1

    Exchange function I like

  • @cassioalexan
    @cassioalexan 2 года назад +2

    Actually those tips are not new ones, there are many other videos showing them. But the examples are good and easy to understand for those who haven't noticed these hints yet.

  • @KaushalPandit-r5u
    @KaushalPandit-r5u 11 месяцев назад

    Hi , I work with an export house in India, I want to make a conditional formatting time and action table, where if I miss my sample submission date, production start date and shipment it should be highlighted. If over 3 days due , color 1 , if over 7 days due color 2. Pls.can you help me?

    • @Simpletivity
      @Simpletivity  11 месяцев назад

      Absolutely, you can create a conditional formatting time and action table in Google Sheets to highlight missed deadlines. Here's how:
      1. Set up your data:
      Create columns for:
      Order ID (or any unique identifier)
      Sample Submission Date
      Production Start Date
      Shipment Date
      "Days Overdue" (formula-generated)
      2. Calculate "Days Overdue" for each deadline:
      In the "Days Overdue" column (let's say column E), enter the following formula for the first row (E2):
      =IF(TODAY()>C2, TODAY()-C2, 0)
      Replace C2 with the cell reference containing the Sample Submission Date for that order.
      Copy the formula down to all other rows in the "Days Overdue" column.
      This formula checks if the current date (TODAY()) is past the Sample Submission Date (C2). If so, it calculates the difference in days. Otherwise, it shows 0.
      3. Apply conditional formatting:
      Select the entire "Days Overdue" column (column E).
      Go to Format > Conditional formatting.
      Under "Format cells if...", choose Custom formula is.
      In the formula field, enter the following formula:
      =$E2>3
      Click Format and choose the desired color for highlighting overdue items (color 1).
      Click Done.
      Repeat steps 4-6 but with a different formula and color:
      Formula: =$E2>7
      Color: Color 2 (for items overdue by more than 7 days)
      Now, your table will automatically highlight cells in the "Days Overdue" column based on the number of days past the deadlines.

  • @idmakhan5699
    @idmakhan5699 2 года назад

    Google sheet full tutorial