5 Google Sheets Tips Every User Should Know!

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 พ.ย. 2024

ความคิดเห็น • 414

  • @Simpletivity
    @Simpletivity  5 ปีที่แล้ว +208

    Here is the formula you will need to use for Tip #4 (QR Code). Just remember to replace 'A1' with the cell you want to reference:
    =IMAGE("chart.googleapis.com/chart?chs=200x200&cht=qr&chl="&A1&"")

    • @mysamdinarvand2749
      @mysamdinarvand2749 4 ปีที่แล้ว +10

      This code is developed of your code with High error correction and can detect text and Url:
      =IMAGE("chart.googleapis.com/chart?chs=500x500&cht=qr&chld=H&chl="&A1&")")

    • @mysamdinarvand2749
      @mysamdinarvand2749 4 ปีที่แล้ว +1

      +simpletivity please view my reply

    • @krackr8089
      @krackr8089 4 ปีที่แล้ว +1

      The QR code to is useful. Thanks 👍

    • @koleksidoank
      @koleksidoank 4 ปีที่แล้ว +1

      How to add user id in the google sheet automatically when those user id make any changes in the cell?

    • @rastatekk
      @rastatekk 4 ปีที่แล้ว +1

      @@koleksidoank it's done automatical by google. Rightclick in any cell with content, in the meneu is a option called Changehistory (shows history of that cell)
      Or if you want to see history of the whole document go to file versionhistory.
      (Not sure if the names are perfectly correct - i use the german UI )

  • @scottbelcher3654
    @scottbelcher3654 5 ปีที่แล้ว +71

    Great tips, Scott! Just a point on copying the QR codes. If you copy and paste this QR code, you'll be pasting the formula, which would be taking the values from a different relative cell and therefore generate a different QR code. You would need to right-click, Paste Special, Paste Values Only. Then you get the exact copy of the original QR code you created.

    • @TheTruthSeeker756
      @TheTruthSeeker756 3 ปีที่แล้ว +9

      Amen. I noticed that the QR code was different

    • @PhilHibbs
      @PhilHibbs 3 ปีที่แล้ว +7

      Ctrl-shift-v will paste as values

    • @robinherrick2177
      @robinherrick2177 2 ปีที่แล้ว

      ​@@meilinchen138 paste values is only a command within Sheets

  • @johnnyc6628
    @johnnyc6628 4 ปีที่แล้ว +4

    Your channel is pure GOLD.
    After finding it, I am like a sponge absorbing all the possibilities of Google Suite.
    My company is now making the transition from Microsoft to Google, and you can imagine how happy I am that I found your channel.
    You are very easy to follow and understand in a practical way, which is not so often to seen on product reviewers online.
    Keep it up with the good job👍🙏

  • @learnspreadsheets
    @learnspreadsheets 5 ปีที่แล้ว +29

    Love the QR code one! For tip 5 they created a new command called “trim white spaces” no formulas, copy and paste values, which is lovely!

  • @JohnDeir
    @JohnDeir 5 ปีที่แล้ว +8

    LEFT(A2,FIND(" ",A2)-1), Get the first word from a string. EOMONTH(TODAY(),-1)+1, First day of a month. EOMONTH(C2,0), last day of month. Seems I'm using these more as I get skilled more with Google Sheets. Nice tutorial, Thanks! Oh, and I keep a list of formulas/functions/app scripts I use often. Good idea for other users of Sheets to keep.

    • @Simpletivity
      @Simpletivity  5 ปีที่แล้ว

      Thanks for sharing!

    • @elvischong9334
      @elvischong9334 5 ปีที่แล้ว

      John Deir
      Thanks for sharing these 3 formula.
      It's really very useful.
      Thank you.

  • @SuperMaximoss
    @SuperMaximoss 4 ปีที่แล้ว +7

    Lately, In google sheets, I have been putting functions in array formulas to avoid dragging down cells whenever I add new data. I like the sparkling, the QR code, and the trim functions that I learned in this video.

  • @ahmedam77
    @ahmedam77 4 ปีที่แล้ว +3

    Sparkline trick is insane!

    • @Simpletivity
      @Simpletivity  4 ปีที่แล้ว

      Glad you liked that one.

  • @vloveg80
    @vloveg80 5 ปีที่แล้ว +5

    This is great! Just don’t forget to copy- Paste values before deleting the source column! Trim seems more powerful in Google Sheets than the last time I used it in Excel - it didn’t read the extra spaces between words. Sometimes, data cleaning takes longer than actually using or analyzing data!

    • @Simpletivity
      @Simpletivity  5 ปีที่แล้ว

      Good point. Thanks for sharing!

    • @jacksonmacd
      @jacksonmacd 5 ปีที่แล้ว +2

      @@Simpletivity and when you forget to do that... Ctrl-z to the rescue

  • @BirdSTL
    @BirdSTL 5 ปีที่แล้ว +11

    I’m only on number 2, and I must say, you’ve already provided value. Thank you, buddy

  • @ExcelComputerInstitute
    @ExcelComputerInstitute 4 ปีที่แล้ว +1

    superb speech & dialogues delivery timing.... Great.

  • @MichaelDaniels
    @MichaelDaniels 5 ปีที่แล้ว +22

    FYI, you can double click the bottom right dark square of your first square. This fills in formulas for you for every cell to the left. You would do this instead of dragging down to fill in the formulas

    • @Simpletivity
      @Simpletivity  5 ปีที่แล้ว +2

      Thanks so much for sharing this great tip!

  • @Trusted_Advisor
    @Trusted_Advisor 5 ปีที่แล้ว +12

    very cool. please continue expanding on this. You might get into how to connect sheets and specific cells of specific sheets.

    • @Simpletivity
      @Simpletivity  5 ปีที่แล้ว +1

      Great suggestions. Thanks for adding!

    • @omarkhan3491
      @omarkhan3491 5 ปีที่แล้ว +1

      You can use the IMPORTRANGE function to copy an entire sheet
      You can combine IMPORTRANGE with the ADDRESS function to pick a specific call.
      There are a whole host of IMPORT functions built into Sheets that are very nifty and useful.

    • @michelelee890
      @michelelee890 4 ปีที่แล้ว

      I've already have done this.

    • @LuisAzcona
      @LuisAzcona 3 ปีที่แล้ว

      Use "define range" and "IMPORTRANGE"

  • @iobtax
    @iobtax 3 ปีที่แล้ว +1

    Wow these just keep getting better. Way to go Scott

    • @Simpletivity
      @Simpletivity  3 ปีที่แล้ว

      So glad that you are enjoying my videos, Richard. Thanks for watching!

  • @BappyGolder
    @BappyGolder 5 ปีที่แล้ว +15

    Thanks, Scott. I use macros to save time. You can automate a lot of repetitive tasks.

    • @Simpletivity
      @Simpletivity  5 ปีที่แล้ว +3

      That's a great tip. Thanks for sharing.

  • @realsdsk
    @realsdsk 5 ปีที่แล้ว +31

    Amazing tips! One of the reasons I don't use Google sheets as much as Excel as because I don't know all of its functions. Thank you!

    • @Simpletivity
      @Simpletivity  5 ปีที่แล้ว +1

      So glad you enjoyed this one!

    • @genysisonline8496
      @genysisonline8496 5 ปีที่แล้ว +1

      Hi there. I will not mind teaching you some of the basics to get you started with Google Sheets...

    • @realsdsk
      @realsdsk 5 ปีที่แล้ว +1

      @@genysisonline8496 thank you for the offer but I will stick Excel for now.

    • @chrishart8099
      @chrishart8099 5 ปีที่แล้ว

      Thank you for letting me know

    • @chrishart8099
      @chrishart8099 5 ปีที่แล้ว

      @@Simpletivity not now

  • @granadosvm
    @granadosvm 4 ปีที่แล้ว +1

    I have been using Trim since Lotus 1-2-3. The rest of the information in this video is really very useful

    • @Simpletivity
      @Simpletivity  4 ปีที่แล้ว

      Thanks for sharing, Victor.

    • @wlapp1107
      @wlapp1107 4 ปีที่แล้ว

      Its like high school all over again, some guy bragging about using Trim.

  • @DarkMoonDroid
    @DarkMoonDroid 5 ปีที่แล้ว +3

    The QR code is interesting. Sometimes I screenshare with someone in a skype and it would be great if I showed her a sheet with links in it and she could just aim her phone at her screen and load the page. This is wonderful!
    Thank you!

  • @rogersledz6793
    @rogersledz6793 3 ปีที่แล้ว +1

    Thank you so much for uploading this video. It is helping me get through the pandemic!

  • @bishalkumar
    @bishalkumar 4 ปีที่แล้ว +3

    Thanks for sharing. Other favorites from my list (and reflexing at this moment)
    Combination of Filter with Sum countA, importrange, substitute, iferror+arrayformula+vlookup
    Keep Sharing. 👍

  • @julianweiland3501
    @julianweiland3501 5 ปีที่แล้ว +2

    Wow that Trick with the QR Code is amazing!! Thanks for the inspiration!

  • @LanaLoveOfficial
    @LanaLoveOfficial 5 ปีที่แล้ว +1

    I learned so much from this video that I can apply right now in marketing and running my business. Thanks so much for the great tips. Keep 'em coming! I like to find free ways to increase productivity and efficiency so I can use them myself and help others by sharing.

  • @SarahH-oz9cv
    @SarahH-oz9cv 3 ปีที่แล้ว

    Thank you for having such a detailed video description. Great info 👍🏼

  • @robertpothier
    @robertpothier 4 ปีที่แล้ว +1

    Thanks for some cool tips. I love the array formulas. You have to edit your traditional formulas to work with it but it really streamlines your sheets and helps then run more efficiently and it works with most your other formulas. Eg. On the Trim formula you would need to show "how" to expand it by including the colum: =trim(A2) becomes =arrayformula(trim(A$2:A))

  • @SirDexteros
    @SirDexteros 2 ปีที่แล้ว +1

    Great tips, also great voice. Sounds like a younger version of the narrator in "The Stanley Parable".

  • @morganblarue
    @morganblarue ปีที่แล้ว +1

    This is really helpful! Love this video. Thank you.

  • @pabloclp87
    @pabloclp87 4 ปีที่แล้ว +4

    Most "top 5 videos" may have one or two useful tips. This might be the first time every single one will be put to use. Thanks!

  • @nethsovann
    @nethsovann 2 ปีที่แล้ว +1

    Very useful. Thanks so much. I wonder if you could do a tip on getting emails and storing them in a Google spreadsheet. Looking forward to that.

  • @masterbetongplankton
    @masterbetongplankton 2 ปีที่แล้ว +1

    so glad you are doing this for us bless u!

  • @bebelynsemiho3143
    @bebelynsemiho3143 2 ปีที่แล้ว

    Thank you so much for this video. I learn a lot.

  • @Roycosb
    @Roycosb 4 ปีที่แล้ว

    the trim is what i look for. ! thank you so much

  • @soulyogurt
    @soulyogurt 4 ปีที่แล้ว +3

    Splendid, useful, and ignore those others: Just Enough Talking.

  • @rajnishverma942
    @rajnishverma942 4 ปีที่แล้ว +1

    QR code
    Really awesome.
    Thanks Man

  • @maritvansplunter6924
    @maritvansplunter6924 4 ปีที่แล้ว +4

    Great tips! Especially the cleaning up email and names, super handy.

  • @HoltHamiltonFilms
    @HoltHamiltonFilms 4 ปีที่แล้ว +2

    Great information. Would love to get a bullet point in your description of what each point is and where it is on the timeline. I don't have time for the whole 12 minutes, but can quickly grab what value I need and move on. Good for me, good for you, good for all. :) Thanks for putting this together. Grabbed 2 tips and put them into my work flow.

  • @jrobbw
    @jrobbw 4 ปีที่แล้ว +5

    I’ve been using Sheets for over a decade and, aside from Tip #1, I didn’t know about any of these!

  • @Vu.ng1411
    @Vu.ng1411 ปีที่แล้ว

    Thank you for sharing, It's really helpful and meaningful too

  • @GrowWithWill
    @GrowWithWill 4 ปีที่แล้ว +13

    Yup, love these. Didn’t know the first one but that’s really cool.

  • @mattboyle5572
    @mattboyle5572 3 ปีที่แล้ว +1

    Love the QR code. Next level!

  • @nirmalaileperuma1741
    @nirmalaileperuma1741 3 ปีที่แล้ว

    Great tips.. very useful. My favourite sheet function is CONCAT

  • @nurlasmini
    @nurlasmini 4 ปีที่แล้ว +2

    Thanks for the amazing tips! The best feature for me are query and importrange

    • @Simpletivity
      @Simpletivity  4 ปีที่แล้ว

      Great to hear!

    • @iruns1246
      @iruns1246 4 ปีที่แล้ว

      Query is great. Especially if you have some experience with sql.

  • @cheewurz
    @cheewurz 5 ปีที่แล้ว +18

    There are a Couple of things it would be nice to do in Google Sheets such as Auto Expanding a Table and Auto Tables...any Ideas !?

  • @md.imranrezasuman5633
    @md.imranrezasuman5633 2 ปีที่แล้ว

    Love the QR code one!

  • @FedericaFestaCaputo-oj6jl
    @FedericaFestaCaputo-oj6jl ปีที่แล้ว +1

    What a blast! Can't wait to try it out!!!!

  • @itsmeemzVlog
    @itsmeemzVlog 3 ปีที่แล้ว +1

    Love all your videos ,really helpful .

  • @InspiringThings101
    @InspiringThings101 2 ปีที่แล้ว +1

    Amazing tips! I knew three of those already ha! But great work regardless, the QR was a gift. Thank you! You got yourself a new subscriber haha

  • @lucasvgc96
    @lucasvgc96 4 ปีที่แล้ว +2

    i think =ARRAYFORMULA if the most usefull, never have to pull the formula down, have formula in a single cell affect all cells bellow automatically, and it's easy to convert most formulas to an ARRAYFORMULA: instead of referencing A2 for example, reference the range A2:A when inside a ARRAYFORMULA function and it will work.
    Just don't forget to check if the cell is not empty first, or it will process all cells unnecessarily and fill the cells with garbage
    =ARRAYFORMULA(IF(A2:A"",TRIM(A2:A),""))
    this will check if there's data on anything down starting A2 and apply TRIM to it (formula must be pasted at line 2 because we specified A2 as the starting point)
    or you could do it like this (even better)
    ={"TRIMMED",ARRAYFORMULA(IF(A2:A"",TRIM(A2:A),""))}
    ={"HEADER",ARRAYFORMULA(IF(A2:A"",FORMULA(),"Value if input at column A (A2:A) empty"))
    to have if at line 1, so it becomes the column header for your data AND your formula logic for that entire column, this is how i always make my formulas 👀
    Also, didn't know there was a =IMAGE function, but i did know about the charts API for generating QRcodes

    • @Simpletivity
      @Simpletivity  4 ปีที่แล้ว

      Thanks so much for sharing!

  • @jerryh1937
    @jerryh1937 5 ปีที่แล้ว +13

    another great tip. Thanks, Scott.

  • @sallyrose4044
    @sallyrose4044 4 ปีที่แล้ว +1

    love spreadsheets, one day I will be a spreadsheet wizard

  • @viralmehta3866
    @viralmehta3866 3 ปีที่แล้ว

    Really loving explaining

  • @reryro1266
    @reryro1266 4 ปีที่แล้ว +26

    You gotta love that pure white-bread pronunciation of Jimenez at 10:09 -- "Jim in nez" LOL. I'm not even Hispanic & I know that it's pronounced "He men es"

  • @Nigromancy
    @Nigromancy 3 ปีที่แล้ว

    Google finance formulae are some of my favourites for stock markets.

  • @TiffannyDoll
    @TiffannyDoll 4 ปีที่แล้ว +2

    Tip 4 is definitely my favorite as well. Would you know how to do it for internet access and password

  • @angelasmutny7698
    @angelasmutny7698 4 ปีที่แล้ว

    I am just now figuring out the many different ways I can look at my data in sheets. 2 of the most handy things I have found is the 'Explore' button in the lower left corner which will do like 5 different functions with highlighted cells and will make charts off of suggested data.
    The other is filter view for sorting and cleaning up data. I can conditionally highlight things and then use filter view to sort the data in a way that tells me stuff or so that I can move it because I don't know how to use more advanced lookup or query functions yet.

  • @alexmoz4910
    @alexmoz4910 2 ปีที่แล้ว

    Trim function is amazing

  • @JarredKalweit
    @JarredKalweit 4 ปีที่แล้ว +1

    I'm a big user of query functions. Making a query based on drop-down dependent lists is neat. Creating your owns formulas in GAS is so powerful as well. Love hopping in and typing something up that I need.

  • @yuugohachiken5875
    @yuugohachiken5875 4 ปีที่แล้ว

    Thank you very much... I love your tips with QR Code :)

  • @nirmalasenerath
    @nirmalasenerath 3 ปีที่แล้ว

    Amazing! simply amazing,,, so useful,,,, thanks so much

  • @krishnachaitanya9024
    @krishnachaitanya9024 4 ปีที่แล้ว +1

    I have been watching your videos for quite some time now & I really appreciate your explanation & the tips you share. I like it keep up the good work

    • @Simpletivity
      @Simpletivity  4 ปีที่แล้ว

      I really appreciate that! Thanks for taking the time to share.

  • @edus5466
    @edus5466 5 ปีที่แล้ว +3

    excellent video! i would like to know how i can open my sheets and open in the last line written! thank you!!

  • @TheMangoCouple
    @TheMangoCouple 4 ปีที่แล้ว +4

    Wow, amazing tricks. bar code generator is my favorite from this video.

  • @theproofreader3204
    @theproofreader3204 4 ปีที่แล้ว

    Amazing! I learn something new today. Thanks so much for sharing!

  • @อนุชิตพรหมประสิทธิ์-ห2ฅ

    Thank you for the Google sheet and Simple tivity.

  • @yoyohoneyeminemGOD
    @yoyohoneyeminemGOD 3 ปีที่แล้ว +1

    You are a life saver!

  • @mrslesleyburdine
    @mrslesleyburdine 4 ปีที่แล้ว +1

    I often use the "concatenate" formula to add certain characters and spaces necessary to email addresses that follow certain conventions in order to be able to copy/paste them for mass emailing purposes to my entire faculty.

    • @Simpletivity
      @Simpletivity  4 ปีที่แล้ว

      Thanks for sharing, Lesley.

  • @Shreeshkumar-xl7wd
    @Shreeshkumar-xl7wd 4 ปีที่แล้ว +1

    Great usefull tricks, Thanks very much for your video .

  • @VoiViVu
    @VoiViVu 4 ปีที่แล้ว +1

    Very helpful for me. Plz create more content like this!!!

    • @Simpletivity
      @Simpletivity  4 ปีที่แล้ว

      You got it! Thanks for sharing.

  • @GalloperLeon
    @GalloperLeon 4 ปีที่แล้ว

    Thanks. Very helpful

  • @SupplyScience
    @SupplyScience 2 ปีที่แล้ว

    A google sheet with a web app linked via an API is the ultimate automation tool.

  • @shailendrakumar7989
    @shailendrakumar7989 4 ปีที่แล้ว

    A Classical Tips. Keep On...

  • @jamilhfl
    @jamilhfl 3 ปีที่แล้ว

    You are extra genius 👏
    Great
    Good and very informative video

  • @kewaldangal8750
    @kewaldangal8750 3 ปีที่แล้ว

    Thank you very much bro.

  • @zelphiaellerson6283
    @zelphiaellerson6283 5 ปีที่แล้ว +6

    Love these tips!!! Is there a function that will split a first and last names into separate columns?

    • @Trusted_Advisor
      @Trusted_Advisor 5 ปีที่แล้ว +2

      SPLIT is the command. Can be a little tricky. This gentlemen explains things so clearly. I would appreciate his explanation.

    • @omarkhan3491
      @omarkhan3491 5 ปีที่แล้ว

      You can try to separate into columns similar to the option in Excel.

    • @jadenchant
      @jadenchant 5 ปีที่แล้ว +2

      Ya using the split function in the data section is one way to do it. Using the split function on the space will separate the first and last name.

    • @Keitheblack
      @Keitheblack 5 ปีที่แล้ว

      I would use a combination of proper, trim and split: eg =split(proper(trim(A3), " ")

  • @JuanAndresSantos
    @JuanAndresSantos 4 ปีที่แล้ว +1

    Great video! Best features for me are =QUERY and Macros!

    • @Simpletivity
      @Simpletivity  4 ปีที่แล้ว

      So glad that you enjoyed those two!

  • @gamayun1224
    @gamayun1224 5 ปีที่แล้ว +1

    Awesome! Had no idea. G Sheets seems like a totally unexplored territory to me.

    • @Simpletivity
      @Simpletivity  5 ปีที่แล้ว +1

      Have fun exploring Sheets!

  • @jamineearlpauline5235
    @jamineearlpauline5235 4 ปีที่แล้ว +1

    Super helpful! Thanks!

  • @spb1179
    @spb1179 4 ปีที่แล้ว +2

    I like the script editor and being able to use JavaScript in my spreadsheet

  • @RobsonReisSP
    @RobsonReisSP 5 ปีที่แล้ว +1

    This tips are awesome. I use a lot Select, If and Vlookup functions

  • @UltraHuman
    @UltraHuman 5 ปีที่แล้ว +2

    Great tips! I am trying to figure out how to quickly make a column of dates with a range of one week. I am paid weekly on a contract delivery job and need to be able to record my tips and mileage in my own spreadsheet. Entering the weekly dates manually is a giant pain, hope there are some quick functions for that. Thank you so much for your help

    • @BG-qm6hp
      @BG-qm6hp 5 ปีที่แล้ว

      enter a date, select the cell, grab the bottom right corner and drag

    • @UltraHuman
      @UltraHuman 5 ปีที่แล้ว

      Brent Gifford I think I might not have explained very well. I’m trying to make a column that looks like this:
      12/02/19-12/08/19
      12/09/19-12/15/19
      ...
      As you might imagine entering all those dates manually is a big pain. I’m pretty sure entering a date and dragging down in the corner would just make a column of the same dates.

    • @BG-qm6hp
      @BG-qm6hp 5 ปีที่แล้ว +3

      @@UltraHuman type those dates you showed me in 2 rows and 2 columns, select the 4 cells, grab the bottom right corner and drag

    • @UltraHuman
      @UltraHuman 5 ปีที่แล้ว

      Brent Gifford I will try it! Thank you 😊

  • @udaykiranblogging
    @udaykiranblogging 5 ปีที่แล้ว +2

    These are very amazing tips for first time i am seeing ...QR code is crazy ..Thank you very much ❤️

    • @Simpletivity
      @Simpletivity  5 ปีที่แล้ว

      You are very welcome! Thanks for watching!.

  • @jeannettelawson3671
    @jeannettelawson3671 4 ปีที่แล้ว

    Awesome stuff, I'm new to Google docs and this was very helpful!

  • @ajaym6795
    @ajaym6795 4 ปีที่แล้ว +1

    Very Interesting. Thanks for those tips... I was surprised by the QR code trick

  • @leeden8193
    @leeden8193 4 ปีที่แล้ว +1

    Wooot, it saves a lot of effort

  • @stevebaker2743
    @stevebaker2743 ปีที่แล้ว

    Thank you for your explanations! Can you please tell me if there is a way to send a text message notification to assorted individuals when a change is made to a Google Sheet?

  • @datarealmax
    @datarealmax 4 ปีที่แล้ว

    I didn't know there was a way to send an email from a comment. Good video.

  • @benponderin
    @benponderin 5 ปีที่แล้ว

    These were completely unexpected! Thank you for the valuable data

  • @LightRhyme
    @LightRhyme 4 ปีที่แล้ว +1

    Wow! Thank you so much for such great tips!

  • @thaliasolutions_media2
    @thaliasolutions_media2 5 ปีที่แล้ว +1

    Thanks, Scott for sharing

  • @zolliefogg2303
    @zolliefogg2303 4 ปีที่แล้ว +1

    Thank you for this video. I AM A LOVER OF SIMPLICITY

  • @theroninne
    @theroninne 2 ปีที่แล้ว

    great video! but i'm having issues copy pasting the image of the QR code to programs outside of sheets, or is that impossible?

  • @AbsolutMakkie
    @AbsolutMakkie 4 ปีที่แล้ว

    Regarding the QR code, is the QR dynamic? Meaning if I change the targeted cell and the QR will always take reference to the latest URL?

  • @saifulkhan3636
    @saifulkhan3636 3 ปีที่แล้ว +1

    Thanks, A lot bro

  • @alfredyt
    @alfredyt 4 ปีที่แล้ว

    This is the best content now

  • @marldanes2212
    @marldanes2212 4 ปีที่แล้ว +1

    Great info. Tnx! But it's kinda lengthy for the topic.

  • @jenniferfong5606
    @jenniferfong5606 4 ปีที่แล้ว +1

    This is really great stuff. I wish to learn how to do more on Google Sheet

    • @Simpletivity
      @Simpletivity  4 ปีที่แล้ว

      So glad you liked this one, Jennifer.

  • @blog_canada
    @blog_canada 4 ปีที่แล้ว

    Import range and Vlookup is great.

  • @GnanaPrakashRathinam
    @GnanaPrakashRathinam 4 ปีที่แล้ว +1

    Very helpful tips. Esp QR & Sparkline functions. Btw, isemail() function does the syntax checking to determine the bad email id, but there are many different ways email can go bad in real-time, so check out Clearout For Sheets in G-Suite marketplace.

  • @Woodchuckinthesouth
    @Woodchuckinthesouth 4 ปีที่แล้ว +4

    the image changed when you pasted it. I think that might have happened because you were in the same sheet... it changed the reference cell.

    • @BlakeRPhillips
      @BlakeRPhillips 4 ปีที่แล้ว +3

      Noticed that as well. He should have Pasted "Values Only" in order to duplicate the image.

  • @mirrorreflection3479
    @mirrorreflection3479 4 ปีที่แล้ว +1

    Collaboration for notifying others:
    it's better to use @ sign rather than + sign as more people are used to that as they use it in WhatsApp often.

  • @annaelle.anfisa
    @annaelle.anfisa 4 ปีที่แล้ว +1

    Nice !!! Love it . Thank you 🙏🏻

  • @salemastery
    @salemastery 4 ปีที่แล้ว +1

    Very helpful tips, by the way, how to merge the 2 different sheets (in the same file ) together?