7 Google Sheets Tips Every User Should Know!

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

КОМЕНТАРІ •

  • @samgiroux
    @samgiroux 2 роки тому +3

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

    • @Simpletivity
      @Simpletivity  2 роки тому

      Awesome, Sam. Thanks for watching and sharing!

  • @kenji2342
    @kenji2342 11 місяців тому +3

    Love the dropdown menu bit. God bless u!

  • @chimak111
    @chimak111 Рік тому +1

    I like the tip about summing a growing column 👍

  • @fahimfaisalshantu6273
    @fahimfaisalshantu6273 Рік тому +1

    Thanks for your information.its really helpful

    • @Simpletivity
      @Simpletivity  Рік тому

      Glad it was helpful! What was your favorite tip?

  • @LinaIsaac-o9c
    @LinaIsaac-o9c Рік тому +1

    Thank you for sharing. Good ideas !

  • @liberospadaccino
    @liberospadaccino 2 роки тому +1

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

  • @HomeBudgetComputing
    @HomeBudgetComputing 2 роки тому +1

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

  • @JamesStrickland
    @JamesStrickland 2 роки тому +1

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

  • @magniferacanal562
    @magniferacanal562 2 роки тому +1

    Really great video, a 100% recommended

  • @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!

  • @dakshbhatnagar
    @dakshbhatnagar Рік тому +1

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

  • @biffcorbot8839
    @biffcorbot8839 2 роки тому +1

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

  • @lauripiacentini6418
    @lauripiacentini6418 2 роки тому +1

    Love your tips and tricks, keep them coming 😉

  • @frankstone
    @frankstone 2 роки тому +1

    Outstanding, very helpful.. thank you

  • @Sew365
    @Sew365 Рік тому +1

    GENIUS.

  • @ivya.r7323
    @ivya.r7323 2 роки тому +1

    Thank you 💛🥳

  • @astarintown
    @astarintown Рік тому +1

    Nice 🙂

  • @samsadansari7212
    @samsadansari7212 6 місяців тому +1

    Exchange function I like

  • @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.

  • @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.

  • @idmakhan5699
    @idmakhan5699 2 роки тому

    Google sheet full tutorial