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?
@adventuremitchde4 күн бұрын
Thank You for the tuto 🙂 How can i insert several options into the formula? Like achived, overachieved?
@AnneBronte-s2t6 күн бұрын
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)
@jonathanclark64899 күн бұрын
❤❤❤❤❤ AMAZING!!! ❤❤❤❤❤
@mooshroommoon10 күн бұрын
Hmm… I wonder if I could convert this to google sheets using some css for ui… probably a GitHub thing.
@mooshroommoon10 күн бұрын
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!
@Humanbeing0191915 күн бұрын
I enterred this formula EXACTLY and it still gives me the "#ERROR!"
@bernardsco766316 күн бұрын
Very thankful ...
@maliciousmagg0t19 күн бұрын
what if "columns" doesnt show up in my "format" drop down menu?
@miltonplebeu19 күн бұрын
Excelent how to!!!
@CTT3654421 күн бұрын
- A correction in November 2024 Replace your line 27 by the following: let icon = 'https:' + data.current.condition.icon;
@yelvybuitrago2796Ай бұрын
Wow awesome in explaining!!!
@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Ай бұрын
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Ай бұрын
hello
@Constantinberthelier-m6gАй бұрын
Thank you!
@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Ай бұрын
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.
@rumblewraps27 күн бұрын
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
@rumblewraps27 күн бұрын
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Ай бұрын
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Ай бұрын
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Ай бұрын
Awesome for beginners
@TopekaRogers-q8pАй бұрын
Hey
@Manikanta-fn9igАй бұрын
Very useful scripts to make simplify daily activities on sheets
@imcrack3032 ай бұрын
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.
@doslayouts2 ай бұрын
Hello! How do I stop sending the file again from previous people whenever I send the file to new people?
@doslayouts2 ай бұрын
Hello! How do I stop sending the file again from previous people whenever I send the file to new people?
@karkittydl2 ай бұрын
You're the best
@youssefbayoumi8572 ай бұрын
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-c2b2 ай бұрын
Do you have copy of the script?
@gandyandriana61472 ай бұрын
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
@gottfriedakuffo26672 ай бұрын
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-w9o2 ай бұрын
I have spent days and nights to do this, researching blogs, youtube, AI, etc. Finally, you made my day! Thanks a million!!
@pks-bisqp26772 ай бұрын
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-gk4bp2 ай бұрын
Was looking for only sharing the specific person Appts with them
@israamohammednour5672 ай бұрын
Very helpful thank uuuuuuuu❤
@chrisder18142 ай бұрын
hello can you help me
@zinnadahodges67662 ай бұрын
Thanks! This was clear.
@katiecook90052 ай бұрын
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?
@michaelpavlovich52882 ай бұрын
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-vsvchieutruo4192 ай бұрын
All Your video clip very helpful. So how I use a custom function for another spreadsheets? Thanks!
@user-fv15762 ай бұрын
What caused the delay ? Is google sheets really that slow at running scripts?
@abdullahajamunayan94262 ай бұрын
thank you so much
@jerlyndonayre70422 ай бұрын
Thank you :)
@vijaykumarsingh59323 ай бұрын
Thank you so much for such a simple consumable explanation.
@Patriciadufour-w4x3 ай бұрын
merci
@tayofasunon16573 ай бұрын
Is it possible to have unevenly sized/ adjustable columns in Google docs? I was only able to achieve this using the table feature.
@SaschaColussi3 ай бұрын
Is there a way I can time this export to be done once a week?
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