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?
@ThePianoRoom629 күн бұрын
Mines didn’t respond
@chillny3010 күн бұрын
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?
@hildavilisiahalomoan343610 күн бұрын
Love your videos ❤ thank you
@scissorspaperpaul17 күн бұрын
Finally a video that actually shows the automation, not just creating canned responses. ❤
@JasmanUcupkamera19 күн бұрын
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_reposts4u23 күн бұрын
THANK YOUUU I NEEDE DTHIS FOR A PROJECT 0:19
@amandaboeschen1133Ай бұрын
Helped me so much even years later :)
@Sippin777Ай бұрын
Thank you! God bless you. Subscribed
@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Ай бұрын
Thank You for the tuto 🙂 How can i insert several options into the formula? Like achived, overachieved?
@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Ай бұрын
❤❤❤❤❤ AMAZING!!! ❤❤❤❤❤
@mooshroommoonАй бұрын
Hmm… I wonder if I could convert this to google sheets using some css for ui… probably a GitHub thing.
@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Ай бұрын
I enterred this formula EXACTLY and it still gives me the "#ERROR!"
@bernardsco7663Ай бұрын
Very thankful ...
@maliciousmagg0tАй бұрын
what if "columns" doesnt show up in my "format" drop down menu?
@miltonplebeuАй бұрын
Excelent how to!!!
@CTT36544Ай бұрын
- A correction in November 2024 Replace your line 27 by the following: let icon = 'https:' + data.current.condition.icon;
@yelvybuitrago27962 ай бұрын
Wow awesome in explaining!!!
@Nancy-gi9zl2 ай бұрын
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.
@helloizzyhere69952 ай бұрын
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.
@chrisder18142 ай бұрын
hello
@Constantinberthelier-m6g2 ай бұрын
Thank you!
@GaneshaMaBelinda2 ай бұрын
Thankyou so much this is a life saver however it doesnt seem to send the attachment do you have any advice on this.
@kelseapiquette85662 ай бұрын
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.
@rumblewraps2 ай бұрын
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
@rumblewraps2 ай бұрын
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
@MelancholyMushroomMoth2 ай бұрын
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-lv7nr2 ай бұрын
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" ?
@syedalamin98892 ай бұрын
Awesome for beginners
@TopekaRogers-q8p2 ай бұрын
Hey
@Manikanta-fn9ig2 ай бұрын
Very useful scripts to make simplify daily activities on sheets
@imcrack3033 ай бұрын
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.
@doslayouts3 ай бұрын
Hello! How do I stop sending the file again from previous people whenever I send the file to new people?
@doslayouts3 ай бұрын
Hello! How do I stop sending the file again from previous people whenever I send the file to new people?
@karkittydl3 ай бұрын
You're the best
@youssefbayoumi8573 ай бұрын
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-c2b3 ай бұрын
Do you have copy of the script?
@gandyandriana61473 ай бұрын
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
@gottfriedakuffo26673 ай бұрын
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-w9o3 ай бұрын
I have spent days and nights to do this, researching blogs, youtube, AI, etc. Finally, you made my day! Thanks a million!!
@pks-bisqp26773 ай бұрын
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-gk4bp3 ай бұрын
Was looking for only sharing the specific person Appts with them
@israamohammednour5673 ай бұрын
Very helpful thank uuuuuuuu❤
@chrisder18143 ай бұрын
hello can you help me
@zinnadahodges67663 ай бұрын
Thanks! This was clear.
@katiecook90053 ай бұрын
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?
@michaelpavlovich52883 ай бұрын
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.