Тёмный

5 Google Sheets Tips Every User Should Know! 

Simpletivity
Подписаться 361 тыс.
Просмотров 673 тыс.
50% 1

Опубликовано:

 

23 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 414   
@Simpletivity
@Simpletivity 4 года назад
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 года назад
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 года назад
+simpletivity please view my reply
@krackr8089
@krackr8089 4 года назад
The QR code to is useful. Thanks 👍
@koleksidoank
@koleksidoank 4 года назад
How to add user id in the google sheet automatically when those user id make any changes in the cell?
@rastatekk
@rastatekk 4 года назад
@@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 4 года назад
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 года назад
Amen. I noticed that the QR code was different
@PhilHibbs
@PhilHibbs 3 года назад
Ctrl-shift-v will paste as values
@robinherrick2177
@robinherrick2177 2 года назад
​@@meilinchen138 paste values is only a command within Sheets
@johnnyc6628
@johnnyc6628 3 года назад
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 4 года назад
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 лет назад
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.
@vloveg80
@vloveg80 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 лет назад
@@Simpletivity and when you forget to do that... Ctrl-z to the rescue
@SuperMaximoss
@SuperMaximoss 4 года назад
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.
@Trusted_Advisor
@Trusted_Advisor 5 лет назад
very cool. please continue expanding on this. You might get into how to connect sheets and specific cells of specific sheets.
@Simpletivity
@Simpletivity 5 лет назад
Great suggestions. Thanks for adding!
@omarkhan3491
@omarkhan3491 5 лет назад
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 2 года назад
Use "define range" and "IMPORTRANGE"
@realsdsk
@realsdsk 5 лет назад
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 лет назад
So glad you enjoyed this one!
@genysisonline8496
@genysisonline8496 5 лет назад
Hi there. I will not mind teaching you some of the basics to get you started with Google Sheets...
@realsdsk
@realsdsk 5 лет назад
@@genysisonline8496 thank you for the offer but I will stick Excel for now.
@chrishart8099
@chrishart8099 4 года назад
Thank you for letting me know
@chrishart8099
@chrishart8099 4 года назад
@@Simpletivity not now
@BirdSTL
@BirdSTL 4 года назад
I’m only on number 2, and I must say, you’ve already provided value. Thank you, buddy
@Simpletivity
@Simpletivity 4 года назад
You are very welcome!
@BappyGolder
@BappyGolder 5 лет назад
Thanks, Scott. I use macros to save time. You can automate a lot of repetitive tasks.
@Simpletivity
@Simpletivity 5 лет назад
That's a great tip. Thanks for sharing.
@ahmedam77
@ahmedam77 4 года назад
Sparkline trick is insane!
@Simpletivity
@Simpletivity 4 года назад
Glad you liked that one.
@lucasvgc96
@lucasvgc96 3 года назад
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 3 года назад
Thanks so much for sharing!
@MichaelDaniels
@MichaelDaniels 5 лет назад
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 лет назад
Thanks so much for sharing this great tip!
@HoltHamiltonFilms
@HoltHamiltonFilms 4 года назад
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.
@DarkMoonDroid
@DarkMoonDroid 5 лет назад
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!
@LanaLoveOfficial
@LanaLoveOfficial 4 года назад
Great idea!
@bishalkumar
@bishalkumar 4 года назад
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. 👍
@Simpletivity
@Simpletivity 4 года назад
Thanks for sharing!
@pabloclp87
@pabloclp87 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!
@Simpletivity
@Simpletivity 4 года назад
Awesome, thank you!
@rogersledz6793
@rogersledz6793 3 года назад
Thank you so much for uploading this video. It is helping me get through the pandemic!
@Simpletivity
@Simpletivity 3 года назад
You're so welcome!
@LanaLoveOfficial
@LanaLoveOfficial 4 года назад
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.
@robertpothier
@robertpothier 4 года назад
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))
@julianweiland3501
@julianweiland3501 5 лет назад
Wow that Trick with the QR Code is amazing!! Thanks for the inspiration!
@ExcelComputerInstitute
@ExcelComputerInstitute 4 года назад
superb speech & dialogues delivery timing.... Great.
@Simpletivity
@Simpletivity 4 года назад
Thanks a lot
@granadosvm
@granadosvm 4 года назад
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.
@GrowWithWill
@GrowWithWill 4 года назад
Yup, love these. Didn’t know the first one but that’s really cool.
@maritvansplunter6924
@maritvansplunter6924 4 года назад
Great tips! Especially the cleaning up email and names, super handy.
@Simpletivity
@Simpletivity 4 года назад
Glad you liked it!!
@iobtax
@iobtax 3 года назад
Wow these just keep getting better. Way to go Scott
@Simpletivity
@Simpletivity 2 года назад
So glad that you are enjoying my videos, Richard. Thanks for watching!
@krishnachaitanya9024
@krishnachaitanya9024 4 года назад
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.
@SarahH-oz9cv
@SarahH-oz9cv 3 года назад
Thank you for having such a detailed video description. Great info 👍🏼
@cheewurz
@cheewurz 5 лет назад
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 !?
@bebelynsemiho3143
@bebelynsemiho3143 2 года назад
Thank you so much for this video. I learn a lot.
@morganblarue
@morganblarue Год назад
This is really helpful! Love this video. Thank you.
@Simpletivity
@Simpletivity Год назад
Thanks so much, Morgan.
@reryro1266
@reryro1266 4 года назад
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"
@SirDexteros
@SirDexteros 2 года назад
Great tips, also great voice. Sounds like a younger version of the narrator in "The Stanley Parable".
@TheMangoCouple
@TheMangoCouple 4 года назад
Wow, amazing tricks. bar code generator is my favorite from this video.
@Simpletivity
@Simpletivity 4 года назад
Great to hear!
@soulyogurt
@soulyogurt 4 года назад
Splendid, useful, and ignore those others: Just Enough Talking.
@Simpletivity
@Simpletivity 4 года назад
Thanks, Tim!
@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.
@อนุชิตพรหมประสิทธิ์-ห2ฅ
Thank you for the Google sheet and Simple tivity.
@Simpletivity
@Simpletivity 4 года назад
You are very welcome!
@jrobbw
@jrobbw 4 года назад
I’ve been using Sheets for over a decade and, aside from Tip #1, I didn’t know about any of these!
@nethsovann
@nethsovann 2 года назад
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.
@Simpletivity
@Simpletivity 2 года назад
Great suggestion!
@FedericaFestaCaputo-oj6jl
@FedericaFestaCaputo-oj6jl Год назад
What a blast! Can't wait to try it out!!!!
@Simpletivity
@Simpletivity Год назад
Have fun!
@zelphiaellerson6283
@zelphiaellerson6283 5 лет назад
Love these tips!!! Is there a function that will split a first and last names into separate columns?
@Trusted_Advisor
@Trusted_Advisor 5 лет назад
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 4 года назад
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 4 года назад
I would use a combination of proper, trim and split: eg =split(proper(trim(A3), " ")
@masterbetongplankton
@masterbetongplankton 2 года назад
so glad you are doing this for us bless u!
@nurlasmini
@nurlasmini 4 года назад
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.
@jerryh1937
@jerryh1937 5 лет назад
another great tip. Thanks, Scott.
@InspiringThings101
@InspiringThings101 2 года назад
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
@Simpletivity
@Simpletivity 2 года назад
Awesome, thank you!
@Nigromancy
@Nigromancy 3 года назад
Google finance formulae are some of my favourites for stock markets.
@rajnishverma942
@rajnishverma942 4 года назад
QR code Really awesome. Thanks Man
@mrslesleyburdine
@mrslesleyburdine 4 года назад
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.
@Vu.ng1411
@Vu.ng1411 Год назад
Thank you for sharing, It's really helpful and meaningful too
@JarredKalweit
@JarredKalweit 4 года назад
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.
@Roycosb
@Roycosb 4 года назад
the trim is what i look for. ! thank you so much
@md.imranrezasuman5633
@md.imranrezasuman5633 2 года назад
Love the QR code one!
@JuanAndresSantos
@JuanAndresSantos 4 года назад
Great video! Best features for me are =QUERY and Macros!
@Simpletivity
@Simpletivity 4 года назад
So glad that you enjoyed those two!
@RobsonReisSP
@RobsonReisSP 4 года назад
This tips are awesome. I use a lot Select, If and Vlookup functions
@theproofreader3204
@theproofreader3204 4 года назад
Amazing! I learn something new today. Thanks so much for sharing!
@alexmoz4910
@alexmoz4910 Год назад
Trim function is amazing
@nirmalaileperuma1741
@nirmalaileperuma1741 3 года назад
Great tips.. very useful. My favourite sheet function is CONCAT
@mattboyle5572
@mattboyle5572 3 года назад
Love the QR code. Next level!
@viralmehta3866
@viralmehta3866 3 года назад
Really loving explaining
@zolliefogg2303
@zolliefogg2303 4 года назад
Thank you for this video. I AM A LOVER OF SIMPLICITY
@Simpletivity
@Simpletivity 4 года назад
You are very welcome!
@yuugohachiken5875
@yuugohachiken5875 3 года назад
Thank you very much... I love your tips with QR Code :)
@sumataher3293
@sumataher3293 3 года назад
Super helpful!! Thank you
@yoyohoneyeminemGOD
@yoyohoneyeminemGOD 3 года назад
You are a life saver!
@SCHOOLANDCLASSROOMTECH
@SCHOOLANDCLASSROOMTECH 4 года назад
Thanks
@Simpletivity
@Simpletivity 4 года назад
Welcome
@sallyrose4044
@sallyrose4044 4 года назад
love spreadsheets, one day I will be a spreadsheet wizard
@Simpletivity
@Simpletivity 4 года назад
I'm cheering for you!
@Shreeshkumar-xl7wd
@Shreeshkumar-xl7wd 4 года назад
Great usefull tricks, Thanks very much for your video .
@Simpletivity
@Simpletivity 4 года назад
You are welcome!
@edus5466
@edus5466 5 лет назад
excellent video! i would like to know how i can open my sheets and open in the last line written! thank you!!
@blog_canada
@blog_canada 4 года назад
Import range and Vlookup is great.
@udaykiranblogging
@udaykiranblogging 4 года назад
These are very amazing tips for first time i am seeing ...QR code is crazy ..Thank you very much ❤️
@Simpletivity
@Simpletivity 4 года назад
You are very welcome! Thanks for watching!.
@nirmalasenerath
@nirmalasenerath 3 года назад
Amazing! simply amazing,,, so useful,,,, thanks so much
@shailendrakumar7989
@shailendrakumar7989 4 года назад
A Classical Tips. Keep On...
@ajaym6795
@ajaym6795 4 года назад
Very Interesting. Thanks for those tips... I was surprised by the QR code trick
@Simpletivity
@Simpletivity 4 года назад
You're welcome!
@VoiViVu
@VoiViVu 4 года назад
Very helpful for me. Plz create more content like this!!!
@Simpletivity
@Simpletivity 4 года назад
You got it! Thanks for sharing.
@itsmeemzVlog
@itsmeemzVlog 3 года назад
Love all your videos ,really helpful .
@Simpletivity
@Simpletivity 3 года назад
So nice of you
@mirrorreflection3479
@mirrorreflection3479 4 года назад
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.
@TiffannyDoll
@TiffannyDoll 4 года назад
Tip 4 is definitely my favorite as well. Would you know how to do it for internet access and password
@GnanaPrakashRathinam
@GnanaPrakashRathinam 4 года назад
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.
@Simpletivity
@Simpletivity 4 года назад
Thanks for the info!
@jeannettelawson3671
@jeannettelawson3671 4 года назад
Awesome stuff, I'm new to Google docs and this was very helpful!
@theveggiecanvas
@theveggiecanvas 4 года назад
Amazing Tips, however, TIP #4 did not work for me. Kindly help. The Image for the code doesn't appear.
@spb1179
@spb1179 4 года назад
I like the script editor and being able to use JavaScript in my spreadsheet
@thaliasolutions_media2
@thaliasolutions_media2 4 года назад
Thanks, Scott for sharing
@Simpletivity
@Simpletivity 4 года назад
You are very welcome!
@erfantest2632
@erfantest2632 2 года назад
thanks
@GalloperLeon
@GalloperLeon 4 года назад
Thanks. Very helpful
@benponderin
@benponderin 4 года назад
These were completely unexpected! Thank you for the valuable data
@leeden8193
@leeden8193 3 года назад
Wooot, it saves a lot of effort
@Woodchuckinthesouth
@Woodchuckinthesouth 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 года назад
Noticed that as well. He should have Pasted "Values Only" in order to duplicate the image.
@kewaldangal8750
@kewaldangal8750 3 года назад
Thank you very much bro.
@objvst
@objvst Год назад
It would be helpful for viewers to know using the trim command that you need to copy/paste the trim command column over on top of itself before deleting column A.
@LightRhyme
@LightRhyme 4 года назад
Wow! Thank you so much for such great tips!
@Simpletivity
@Simpletivity 4 года назад
You are so welcome!
@leechengng1412
@leechengng1412 4 года назад
Great tips! Thank you for sharing.
@Simpletivity
@Simpletivity 4 года назад
You are very welcome. Thanks for watching!
@saifulkhan3636
@saifulkhan3636 3 года назад
Thanks, A lot bro
@Simpletivity
@Simpletivity 3 года назад
You're welcome!
@marldanes2212
@marldanes2212 4 года назад
Great info. Tnx! But it's kinda lengthy for the topic.
@PlusSizePrincess
@PlusSizePrincess Год назад
Thank you❤
@Simpletivity
@Simpletivity Год назад
You are most welcome!
@gamayun1224
@gamayun1224 5 лет назад
Awesome! Had no idea. G Sheets seems like a totally unexplored territory to me.
@Simpletivity
@Simpletivity 5 лет назад
Have fun exploring Sheets!
@ricdonato4328
@ricdonato4328 3 года назад
Excellent tips. FYI, with Spanish the letter J is pronounced as H. Thus Jimenez is pronounced as Himenez
@Simpletivity
@Simpletivity 3 года назад
My bad. Thanks for pointing that out!
@moustafanafady7064
@moustafanafady7064 4 года назад
Thanks for Tips. I tried to proceed some new functions in Excel 2016, 2019 , for instance (Filter, Unique,...etc), but it does not work. However it works properly in Google Sheet. My question now how can i utilize it in google sheet then copy it back in excel 2016 as i can not completely depend on Google sheet. Or what is the alternative process to overcome this problem (to use new functions in excel 2016). awaiting for your kind support.
@rautamiekka
@rautamiekka 4 года назад
Instead of dragging down a cell millions of lines you could simply construct the cell address of the target cell using functions, for ex cell A1, then choose all the cells in that column where you want the function to show its result and paste the formula in.
@jamilhfl
@jamilhfl 3 года назад
You are extra genius 👏 Great Good and very informative video
@SupplyScience
@SupplyScience 2 года назад
A google sheet with a web app linked via an API is the ultimate automation tool.
Далее
7 Google Sheets Tips that will Save You So Much Time!
11:49
7 Google Drive Tips Every User Should Know!
10:34
Просмотров 150 тыс.
Распаковка #MonsterHigh Potions №5
00:55
Просмотров 162 тыс.
БЕЛКА РОЖАЕТ#cat
00:19
Просмотров 852 тыс.
10 BEST Google Sheets HACKS for Teachers
21:12
Просмотров 70 тыс.
15 Functions in Google Sheets You NEED to know!
17:30
Просмотров 429 тыс.
66 Most Useful Websites Everyone Should Know!
44:06
Просмотров 1,3 млн
10 Google Sheets Tips You DON'T Want to Miss
13:51
Просмотров 569 тыс.
Google Sheets: Basic Spreadsheets for Beginners
17:33
Google Sheets Beginner Tutorial
1:18:54
Просмотров 882 тыс.