JavaScript Arithmetic Operators
9:37
JavaScript - for loop
5:58
2 жыл бұрын
JavaScript for Beginners - Arrays
5:59
JavaScript for Beginners - Objects
7:06
JavaScript for Beginners - Functions
6:23
JavaScript for Beginners - Variables
13:44
News about saperis!
2:45
2 жыл бұрын
How to Search in Google Sheets 🔍
5:06
How to Merge Cells in Google Sheets
2:59
Set Formula with Google Apps Script
6:07
How to use Google Slides Themes
5:16
Google Apps Script Alert - Deep Dive
7:30
"Make a copy" Link for Google Sheets
3:02
Google Apps Script Hide Row
5:01
2 жыл бұрын
Google Slides for Beginners
18:15
2 жыл бұрын
Пікірлер
@PedroSilva-bc9gy
@PedroSilva-bc9gy 18 сағат бұрын
Thanks from Venezuela. You are great!
@GeeDeaux
@GeeDeaux Күн бұрын
Thanks for the great video! How would I go about limiting this code to only run on a section of the sheet, such as rows 03 - 10 for example?
@ThePianoRoom62
@ThePianoRoom62 9 күн бұрын
Mines didn’t respond
@chillny30
@chillny30 10 күн бұрын
Hi thank you for your videos. I am not a programmer by any means yet but learning everyday and will get a great one someday. I love your videos. I wish I had a programming teacher like you in college. Do you have a github or some location where you keep all of your app scripts you create for your videos?
@hildavilisiahalomoan3436
@hildavilisiahalomoan3436 10 күн бұрын
Love your videos ❤ thank you
@scissorspaperpaul
@scissorspaperpaul 17 күн бұрын
Finally a video that actually shows the automation, not just creating canned responses. ❤
@JasmanUcupkamera
@JasmanUcupkamera 19 күн бұрын
im sory, i have a question, thansk for content, but i get a warning "Exception: The parameters (String,String,String) don't match the method signature for CalendarApp.Calendar.createEvent." i m try to copy your script but still same, im from indonesia thanks
@tik.tok_reposts4u
@tik.tok_reposts4u 23 күн бұрын
THANK YOUUU I NEEDE DTHIS FOR A PROJECT 0:19
@amandaboeschen1133
@amandaboeschen1133 Ай бұрын
Helped me so much even years later :)
@Sippin777
@Sippin777 Ай бұрын
Thank you! God bless you. Subscribed
@davestorm6718
@davestorm6718 Ай бұрын
Worked well except icon won't show up. I copied the icon url into another browser tab and it displays - I presume there is another google security setting that prevents images from displaying. Anyone know how to do this?
@adventuremitchde
@adventuremitchde Ай бұрын
Thank You for the tuto 🙂 How can i insert several options into the formula? Like achived, overachieved?
@AnneBronte-s2t
@AnneBronte-s2t Ай бұрын
is there any way to make this an automatic sync thing? in a way that people can just keep adding entries to the google sheet and it automatically appears in the google calendar? (if not completely automatic then maybe a button that they can press after adding an entry to the same sheet to add it to the calendar)
@jonathanclark6489
@jonathanclark6489 Ай бұрын
❤❤❤❤❤ AMAZING!!! ❤❤❤❤❤
@mooshroommoon
@mooshroommoon Ай бұрын
Hmm… I wonder if I could convert this to google sheets using some css for ui… probably a GitHub thing.
@mooshroommoon
@mooshroommoon Ай бұрын
Wow, watching this in bed. Not following along but that seems really simple and the way you explain it is so easy. Other tutorials I’ve tried don’t explain how the code works or anything so thanks!
@Humanbeing01919
@Humanbeing01919 Ай бұрын
I enterred this formula EXACTLY and it still gives me the "#ERROR!"
@bernardsco7663
@bernardsco7663 Ай бұрын
Very thankful ...
@maliciousmagg0t
@maliciousmagg0t Ай бұрын
what if "columns" doesnt show up in my "format" drop down menu?
@miltonplebeu
@miltonplebeu Ай бұрын
Excelent how to!!!
@CTT36544
@CTT36544 Ай бұрын
- A correction in November 2024 Replace your line 27 by the following: let icon = 'https:' + data.current.condition.icon;
@yelvybuitrago2796
@yelvybuitrago2796 2 ай бұрын
Wow awesome in explaining!!!
@Nancy-gi9zl
@Nancy-gi9zl 2 ай бұрын
This has been such a help! Now, I have a question. I have a sheet with multiple rows and columns (about 60 rows and 60 columns). I want to create calendar events only for select rows instead of the entire sheet. How can I do that? I'm not familiar with script/code but I was able to understand this video and did a "dummy" sheet which carried over onto my calendar. So...I have a little bit of hope.
@helloizzyhere6995
@helloizzyhere6995 2 ай бұрын
I did EVERYTHING you said to do in this video, and I had tested it out with my personal email since this automated response thing is for my business email and it's not working for me. Can you please tell me why it’s not working? Please and thank you.
@chrisder1814
@chrisder1814 2 ай бұрын
hello
@Constantinberthelier-m6g
@Constantinberthelier-m6g 2 ай бұрын
Thank you!
@GaneshaMaBelinda
@GaneshaMaBelinda 2 ай бұрын
Thankyou so much this is a life saver however it doesnt seem to send the attachment do you have any advice on this.
@kelseapiquette8566
@kelseapiquette8566 2 ай бұрын
Is it possible to use this or IFS formula for multiple values? For example, I am working on a tip calculator sheet where if the tips are up to $375, 10% would be allocated to the kitchen, if the tips are $376-475, 15% would be allocated to the kitchen, and if the tips are $476+ the kitchen would get 20%. I feel like it should be possible but I tried nesting the formula and keep getting an error.
@rumblewraps
@rumblewraps 2 ай бұрын
Hey trying to do something similar just figured I would try to help! It only takes 3 arguments unfortunately but you can use this formula: IF(cell<375, cell*.10, IF(cell<475, cell*.15, IF(cell>475, cell*.20) Hope that helps! Just fill in the cell with whatever you need for example c7
@rumblewraps
@rumblewraps 2 ай бұрын
I'm trying to do something really complex for bids where I'm writing like 12 rules but it only takes 3 which sucks but trying to figure out a workaround haha
@MelancholyMushroomMoth
@MelancholyMushroomMoth 2 ай бұрын
This would be a very helpful video if it worked, however something must have changed because when I tried following your instructions everything kept going in one column and there was no way to type in other ones and there were also no lines between columns. it was as if there were none and my writing was just squished into one side of the page.
@DevLearn-lv7nr
@DevLearn-lv7nr 2 ай бұрын
hi in line 7 what is the relevance of the keyword "function" which (if it is a unnamed function) is being fed the array name - can you not refer to the array itself why pass it as a parameter to "function" ?
@syedalamin9889
@syedalamin9889 2 ай бұрын
Awesome for beginners
@TopekaRogers-q8p
@TopekaRogers-q8p 2 ай бұрын
Hey
@Manikanta-fn9ig
@Manikanta-fn9ig 2 ай бұрын
Very useful scripts to make simplify daily activities on sheets
@imcrack303
@imcrack303 3 ай бұрын
Hello I am trying to do what is in the video but the function doesn't show up when I type =(name of function). I tried many things. Has there ben a change or a step I'm missing from the extension store? Thanks in advance.
@doslayouts
@doslayouts 3 ай бұрын
Hello! How do I stop sending the file again from previous people whenever I send the file to new people?
@doslayouts
@doslayouts 3 ай бұрын
Hello! How do I stop sending the file again from previous people whenever I send the file to new people?
@karkittydl
@karkittydl 3 ай бұрын
You're the best
@youssefbayoumi857
@youssefbayoumi857 3 ай бұрын
That was so helpful! What if I want the other person to open the document without having to download it? Just open it up in the browser, or a new tab. Thanks so much!
@KenSuso-c2b
@KenSuso-c2b 3 ай бұрын
Do you have copy of the script?
@gandyandriana6147
@gandyandriana6147 3 ай бұрын
i found an error here "Exception: The parameters (number[]) don't match the method signature for SpreadsheetApp.Sheet.hideRow." i have followed the document template as you
@gottfriedakuffo2667
@gottfriedakuffo2667 3 ай бұрын
This is the fastest time it’s ever taken me to understand any JavaScript explanations from a video. I hope to learn more from this channel. Thank you
@jaguar-w9o
@jaguar-w9o 3 ай бұрын
I have spent days and nights to do this, researching blogs, youtube, AI, etc. Finally, you made my day! Thanks a million!!
@pks-bisqp2677
@pks-bisqp2677 3 ай бұрын
So simple... and so informative. Thanks a lot! :D. You did an amazing job with this video by introducing people completely new to coding and scripting.
@Rondajames-gk4bp
@Rondajames-gk4bp 3 ай бұрын
Was looking for only sharing the specific person Appts with them
@israamohammednour567
@israamohammednour567 3 ай бұрын
Very helpful thank uuuuuuuu❤
@chrisder1814
@chrisder1814 3 ай бұрын
hello can you help me
@zinnadahodges6766
@zinnadahodges6766 3 ай бұрын
Thanks! This was clear.
@katiecook9005
@katiecook9005 3 ай бұрын
I wanted to create a google form that would allow for one of the questions to schedule an event. I did this and connected it to a google sheet where I had the scheduled lines separated and moved to another tab. I then wanted to have the information on the scheduled tab be the information added to my calendar. I had to change the script slightly to have it call out for the specific tab, but even though when I run the script it says it works, nothing is moved to the calendar. what do I do now?
@michaelpavlovich5288
@michaelpavlovich5288 3 ай бұрын
Nice video! I was wondering how I could use a dropdown menu to subtotal all the cells in the column next to it in each category. Example: travel expense is subcategorized into lodging, entertainment, transportation etc...by using a drop down menu in the cell to the left of the expense amount. I want it to total all transportation ... into a single cell. Thank you so much in advance.