JavaScript Arithmetic Operators
9:37
JavaScript - for loop
5:58
Жыл бұрын
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 жыл бұрын
Пікірлер
@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 4 күн бұрын
Thank You for the tuto 🙂 How can i insert several options into the formula? Like achived, overachieved?
@AnneBronte-s2t
@AnneBronte-s2t 6 күн бұрын
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 9 күн бұрын
❤❤❤❤❤ AMAZING!!! ❤❤❤❤❤
@mooshroommoon
@mooshroommoon 10 күн бұрын
Hmm… I wonder if I could convert this to google sheets using some css for ui… probably a GitHub thing.
@mooshroommoon
@mooshroommoon 10 күн бұрын
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 15 күн бұрын
I enterred this formula EXACTLY and it still gives me the "#ERROR!"
@bernardsco7663
@bernardsco7663 16 күн бұрын
Very thankful ...
@maliciousmagg0t
@maliciousmagg0t 19 күн бұрын
what if "columns" doesnt show up in my "format" drop down menu?
@miltonplebeu
@miltonplebeu 19 күн бұрын
Excelent how to!!!
@CTT36544
@CTT36544 21 күн бұрын
- A correction in November 2024 Replace your line 27 by the following: let icon = 'https:' + data.current.condition.icon;
@yelvybuitrago2796
@yelvybuitrago2796 Ай бұрын
Wow awesome in explaining!!!
@Nancy-gi9zl
@Nancy-gi9zl Ай бұрын
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 Ай бұрын
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 Ай бұрын
hello
@Constantinberthelier-m6g
@Constantinberthelier-m6g Ай бұрын
Thank you!
@GaneshaMaBelinda
@GaneshaMaBelinda Ай бұрын
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 Ай бұрын
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 27 күн бұрын
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 27 күн бұрын
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 Ай бұрын
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 Ай бұрын
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 Ай бұрын
Awesome for beginners
@TopekaRogers-q8p
@TopekaRogers-q8p Ай бұрын
Hey
@Manikanta-fn9ig
@Manikanta-fn9ig Ай бұрын
Very useful scripts to make simplify daily activities on sheets
@imcrack303
@imcrack303 2 ай бұрын
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 2 ай бұрын
Hello! How do I stop sending the file again from previous people whenever I send the file to new people?
@doslayouts
@doslayouts 2 ай бұрын
Hello! How do I stop sending the file again from previous people whenever I send the file to new people?
@karkittydl
@karkittydl 2 ай бұрын
You're the best
@youssefbayoumi857
@youssefbayoumi857 2 ай бұрын
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 2 ай бұрын
Do you have copy of the script?
@gandyandriana6147
@gandyandriana6147 2 ай бұрын
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 2 ай бұрын
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 2 ай бұрын
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 2 ай бұрын
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 2 ай бұрын
Was looking for only sharing the specific person Appts with them
@israamohammednour567
@israamohammednour567 2 ай бұрын
Very helpful thank uuuuuuuu❤
@chrisder1814
@chrisder1814 2 ай бұрын
hello can you help me
@zinnadahodges6766
@zinnadahodges6766 2 ай бұрын
Thanks! This was clear.
@katiecook9005
@katiecook9005 2 ай бұрын
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 2 ай бұрын
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.
@tranhungphong-vsvchieutruo419
@tranhungphong-vsvchieutruo419 2 ай бұрын
All Your video clip very helpful. So how I use a custom function for another spreadsheets? Thanks!
@user-fv1576
@user-fv1576 2 ай бұрын
What caused the delay ? Is google sheets really that slow at running scripts?
@abdullahajamunayan9426
@abdullahajamunayan9426 2 ай бұрын
thank you so much
@jerlyndonayre7042
@jerlyndonayre7042 2 ай бұрын
Thank you :)
@vijaykumarsingh5932
@vijaykumarsingh5932 3 ай бұрын
Thank you so much for such a simple consumable explanation.
@Patriciadufour-w4x
@Patriciadufour-w4x 3 ай бұрын
merci
@tayofasunon1657
@tayofasunon1657 3 ай бұрын
Is it possible to have unevenly sized/ adjustable columns in Google docs? I was only able to achieve this using the table feature.
@SaschaColussi
@SaschaColussi 3 ай бұрын
Is there a way I can time this export to be done once a week?
@ZborTuryst
@ZborTuryst 3 ай бұрын
I already found😀 { attachments: [pdf], bcc: '[email protected],[email protected].........' }
@TheLichOmoi
@TheLichOmoi 3 ай бұрын
I like to use indexof or match to make dynamic ranges as intended within the code. it's harder but i'm trying to find a better method of streamlining and debugging it
@BlastOffJunkRemoval
@BlastOffJunkRemoval 3 ай бұрын
Thank you!