- Видео 874
- Просмотров 894 936
Better Sheets
США
Добавлен 3 апр 2020
Tools, Templates, and Tutorials for Google Sheets Users!
Helping you excel in Google Sheets, for all time.
👩💻 TUTORIALS
Unlock the full potential of Google Sheets with our expert guidance and step-by-step tutorials. Whether you're a beginner or an advanced user, we have something for everyone. If you use spreadsheets, we've got you covered.
🖼️ TEMPLATES
Explore our collection of free templates at free.bettersheets.co
Designed to streamline your workflow and save you valuable time.
⚙️ TOOLS
Enhance your Google Sheets experience with our free add-ons. Powerful tools extend the functionality of Google Sheets, allowing you to automate tasks, generate better designs, and perform complex calculations effortlessly ( like Spintax). Sell sheets with OnlySheets and market them better with Coupon Code Maker.
Ready to take your spreadsheet skills to the next level? Visit us at Bettersheets.co to learn more and access our wealth of resources. Empowering you to succeed!
Helping you excel in Google Sheets, for all time.
👩💻 TUTORIALS
Unlock the full potential of Google Sheets with our expert guidance and step-by-step tutorials. Whether you're a beginner or an advanced user, we have something for everyone. If you use spreadsheets, we've got you covered.
🖼️ TEMPLATES
Explore our collection of free templates at free.bettersheets.co
Designed to streamline your workflow and save you valuable time.
⚙️ TOOLS
Enhance your Google Sheets experience with our free add-ons. Powerful tools extend the functionality of Google Sheets, allowing you to automate tasks, generate better designs, and perform complex calculations effortlessly ( like Spintax). Sell sheets with OnlySheets and market them better with Coupon Code Maker.
Ready to take your spreadsheet skills to the next level? Visit us at Bettersheets.co to learn more and access our wealth of resources. Empowering you to succeed!
How To Highlight Whole Row if Any Cell is Blank
How to Highlight Entire Rows with Blank Cells in Google Sheets
In this video, learn how to use Google Sheets to highlight an entire row if any cell within that row is blank. The tutorial covers using conditional formatting with a custom formula to apply highlighting across a specified range of columns. You'll be guided step-by-step on setting up the necessary rules and formulas, ensuring that any row with blank cells will be automatically highlighted.
00:00 Introduction to Highlighting Rows with Blank Cells
00:12 Setting Up Conditional Formatting
00:24 Creating the Custom Formula
00:45 Applying and Testing the Rule
In this video, learn how to use Google Sheets to highlight an entire row if any cell within that row is blank. The tutorial covers using conditional formatting with a custom formula to apply highlighting across a specified range of columns. You'll be guided step-by-step on setting up the necessary rules and formulas, ensuring that any row with blank cells will be automatically highlighted.
00:00 Introduction to Highlighting Rows with Blank Cells
00:12 Setting Up Conditional Formatting
00:24 Creating the Custom Formula
00:45 Applying and Testing the Rule
Просмотров: 29
Видео
How to Find All Formulas in Google Sheets
Просмотров 717 часов назад
Discover All Google Sheets Formulas: Tips, Tricks, and Resources In this video, learn how to find and utilize all 515 formulas in Google Sheets. Explore the Insert and Function menu to access categorized formulas and discover the BetterSheets.co directory for detailed tutorials and blog posts. Enhance your Google Sheets skills with over 500 videos and a formula generator for complex calculation...
How to Fix Phone Number Formula Parse Errors in Google Sheets
Просмотров 10014 часов назад
How to Fix Formula Parse Errors for Phone Numbers in Google Sheets Learn how to fix formula parse errors when copying and pasting phone numbers in Google Sheets. This tutorial explains why the error occurs due to Google Sheets interpreting a plus sign as an addition operation. Follow the step-by-step instructions to replace unwanted characters, adjust formatting, and display phone numbers corre...
How to Duplicate a Sheet Every Week Automatically
Просмотров 13519 часов назад
Automate Weekly Sheet Duplication in Google Sheets Using Apps Script Learn how to set up an Apps Script to automatically duplicate a template sheet in Google Sheets every week on a specific day. This tutorial covers creating a function, formatting dates, setting up triggers, and customizing the time and day of the week for the duplication to occur. 00:00 Introduction to Weekly Sheet Duplication...
You Should Know The Limitations of Data Validation
Просмотров 71День назад
Mastering Data Validation in Google Sheets: Reducing Errors and Enhancing Accuracy In this video, we delve into the importance and benefits of data validation in Google Sheets. Learn how to use data validation to ensure the data you input is properly formatted and constrained to specific parameters. While data validation in Google Sheets helps to minimize errors and maintain the integrity of da...
Easiest Way to Create Google Form Connected to a Google Sheet
Просмотров 73День назад
How to Easily Create and Link Google Forms and Sheets Learn the quickest ways to create Google Forms and link them to Google Sheets. Discover shortcuts like using 'form.new' and 'sheet.new' URLs to streamline the process. This guide will show you how to efficiently manage form responses in linked spreadsheets and ensure your data is seamlessly organized. 00:00 Creating a Google Form from Scratc...
How To Send Two Emails in Same Trigger in Apps Script
Просмотров 6314 дней назад
How to Send Multiple Emails with One Trigger in Google Apps Script In this video, you'll learn how to send two different emails to two recipients using a single trigger in Google Apps Script. The tutorial covers setting up the script, configuring a time-driven trigger for weekly updates, and writing the necessary code to send total sales and monthly sales updates. This guide is designed for bot...
How To Make Cells Bigger in Google Sheets
Просмотров 8414 дней назад
How to Make Cells Bigger in Google Sheets: Resize & Merge Techniques Learn two effective methods to make your cells bigger in Google Sheets. First, discover how to resize columns and rows to adjust the display for your dashboard-friendly formulas. Then, explore how merging cells can help improve your spreadsheet layout, and understand the implications of merged cell references in Google Sheets....
How to Add Up Many Columns in Google Sheets
Просмотров 3814 дней назад
How to Sum Multiple Columns in Google Sheets Without Errors In this tutorial, learn a quick trick to effortlessly sum multiple columns in Google Sheets. Discover how to highlight columns to get automatic sums, averages, and more. Understand how to avoid reference errors when summing columns with headers and how to create accurate sums across different sheets by referencing sheet names. Subscrib...
How to Add Up a Column in Google Sheets
Просмотров 4014 дней назад
Master Google Sheets: Tips and Tricks for Calculating Column Sums Learn how to effortlessly sum columns in Google Sheets with some pro tips and tricks. Discover how to use basic SUM formulas, avoid common reference errors, and utilize the CONCATENATE function to create dynamic headers with sum values. Elevate your Google Sheets skills with this cool tutorial. Don't forget to subscribe to Better...
Create Images with DALL-E 3 in Google Sheets Using Apps Script
Просмотров 9314 дней назад
Creating Images with OpenAI DALL-E 3 in Google Sheets Using Apps Script Code: bettersheets.co/snippets In this video, we demonstrate how to use Google Apps Script to generate images with OpenAI's DALL-E 3. We'll walk through transforming a curl command for the OpenAI API into a functional script within Google Sheets, allowing you to input text prompts and receive generated images directly in yo...
How to Add a Column Between Transposed List
Просмотров 4214 дней назад
How to Add Gaps Between Rows in a Transposed List for Dashboards In this video, we demonstrate a technique for creating a dashboard by adding gaps between salespeople and their sales numbers without modifying the original data. We use functions like transpose, join, and split to achieve this. Follow along to learn how adding a space and a delimiter can help you create a cleaner and more customi...
How to Allow only Email addresses in as a Google Form Question
Просмотров 2414 дней назад
How to Restrict Google Form Responses to Email Addresses Only In this video, learn how to set up a Google Form question to accept only email addresses. We'll guide you through selecting the short answer option, enabling response validation, and customizing error messages. Improve your form responses by ensuring users provide valid email addresses efficiently. Subscribe to Better Sheets on RUcli...
How to Quickly Add Yes No To Your Google Sheets
Просмотров 6214 дней назад
Quickly Add Yes/No Options in Google Sheets Learn to efficiently add yes or no selections to your Google Sheet by utilizing drop-down menus and checkboxes. This tutorial demonstrates two simple methods: using the drop-down preset for quick access and customizing checkboxes for personalized yes and no options, which can be applied across an entire column. Discover more Google Sheets tips by subs...
How Do I Get Rid of This Green Line FILTER green line
Просмотров 7814 дней назад
How to Remove Unwanted Filters in Google Sheets In this video, learn how to identify and remove the green filter line in Google Sheets that appears between rows and columns. Discover how the filter affects your data visibility and how to turn it off easily. Subscribe to BetterSheets on RUclips and join BetterSheets.co for more tutorials, courses, and advanced tips on making the most of your Goo...
How to Allow Large File Upload in Google Forms
Просмотров 3614 дней назад
How to Allow Large File Upload in Google Forms
How to Allow Only Images Uploaded to Google Form
Просмотров 3214 дней назад
How to Allow Only Images Uploaded to Google Form
How to Restrict File Size upload in Google Forms
Просмотров 1814 дней назад
How to Restrict File Size upload in Google Forms
How to Get Perfectly Aligned Numbers in Google Sheets
Просмотров 12221 день назад
How to Get Perfectly Aligned Numbers in Google Sheets
Sheets Wrapped 2024 | Your Year in Google Sheets
Просмотров 32421 день назад
Sheets Wrapped 2024 | Your Year in Google Sheets
Simplify Data Organization with the IFS Function in Google Sheets
Просмотров 21321 день назад
Simplify Data Organization with the IFS Function in Google Sheets
How to Know the Day of the Week of Any Date
Просмотров 12121 день назад
How to Know the Day of the Week of Any Date
How To Create Custom Emails from Names with Google Sheets SUBSTITUTE Formula
Просмотров 7121 день назад
How To Create Custom Emails from Names with Google Sheets SUBSTITUTE Formula
How to Send Bulk Emails from Google Sheets with Apps Script
Просмотров 15328 дней назад
How to Send Bulk Emails from Google Sheets with Apps Script
How to Get Middle Name from Splitting Full Name in Google Sheets
Просмотров 99Месяц назад
How to Get Middle Name from Splitting Full Name in Google Sheets
How To Plan An Event's Day Based on Individual Schedules
Просмотров 98Месяц назад
How To Plan An Event's Day Based on Individual Schedules
How to Allow only PDF File Type Upload to a Google Form
Просмотров 83Месяц назад
How to Allow only PDF File Type Upload to a Google Form
In case it helps anyone else, if you want the "Append to current sheet" option, the file has to be a .csv file. It cannot be a .xlsx file. This drove me crazy for a little bit, so figured I'd mention it in case it helps anyone
super helpful. thanks!
Simple and to the point, thanks!
glad it was helpful!
that is what i m trying to find since last mrning
amazing! come back for more. please feel free to ask anything!
This is the direction I'm going in and it works perfectly for Google Chrome on my PC browser, however, this doesn't seem to be working on my iPhone. It always takes me to Sheet 1. I'm trying to QR code some trees and collect data for each tree on a separate Sheet so, when I scan a specific tree, I would like to go straight to that Sheet. Your presentation was to the point, short and great thanks.
very informative secret formula thanks
nice!
I just had that issue recently in a shared file. Thanks for this video! I have a question: is there a way to create a cell in which an editor selects the country code based on the name of his/her country, like in a sort of drop down menu but that is already build within Google Sheets?
Just create a table in a sheet and then use VLOOKUP perhaps. just copy/paste the list of countries and country code and then make a dropdown menu from the range of the country names.
1...
nice!
Where is the sheet
members can get sheets in bettersheets.co
what if a new player, say, comes 7th or something. how would the code sort that out?
I do all the steps and triples checked it and I’m still facing issues. (( #REF! )) pictures will not pop up.
Okay solved, I was making the mistake that I needed to input the index number from the 1st sheet and not the second sheet.
That was great 😍
Awesome!
I really need help with a Apps Script I made. I need a pro to debug it. Anyone up for the challenge?
How do you change tab color on the Sheets App?
Thank you!! Very helpful and quick
Lovely. Anything else you need help with?
@ I’ve been struggling with making my checkboxes change color when selected and unselected, do you have a video for that? If not it would be super cool if you could make one 🎉
Can i change my google form question based on the first answer ?
You can show different questions based on one answer
Thank you for this video 😍
Hope its helpful!
HI, do i just type in the email of who it goes to i.e i own the sheet but want it to go to another email
Yes
@@BetterSheets not working? ive copied the script off the screen but my experience is limited. do you have a copy?
Hello! Where can I see the Allow Access? It's not automatically showing when I hover my mouse in the cell. Thank you! Very helpful video
The Share button is in the upper right corner in desktop mode.
Was it useful?
This is great. Better if you could share the template?
Members get all sheets featured in videos
Thank you sir!
Anytime!!
Nice! I used this with apple shortcuts
Interesting!!
Something that can be really handy is to leverage the concept in this video and create an initial condition. If you use the $ before the column name and the row name on a given separate sheet used as a grading table it becomes trivial to have this be able to be drug down across a list of students. So I create something like what I have below ... then at the last minute remove the newlines so it pastes in correctly. The nice thing about this is that instead of manually pushing in the string of "A" for a letter grade, I'm instead referencing the value in the grading sheet I have. E.g., =IFS( P2/Q2*100>'Letter Grades'!$B$2,'Letter Grades'!$A$2, P2/Q2*100>'Letter Grades'!$B$3,'Letter Grades'!$A$3, P2/Q2*100>'Letter Grades'!$B$4,'Letter Grades'!$A$4, P2/Q2*100>'Letter Grades'!$B$5,'Letter Grades'!$A$5, P2/Q2*100>'Letter Grades'!$B$6,'Letter Grades'!$A$6, P2/Q2*100>'Letter Grades'!$B$7,'Letter Grades'!$A$7, P2/Q2*100>'Letter Grades'!$B$8,'Letter Grades'!$A$8, P2/Q2*100>'Letter Grades'!$B$9,'Letter Grades'!$A$9, P2/Q2*100>'Letter Grades'!$B$10,'Letter Grades'!$A$10, P2/Q2*100>'Letter Grades'!$B$11,'Letter Grades'!$A$11, P2/Q2*100>='Letter Grades'!$B$12,'Letter Grades'!$A$12, P2/Q2*100<'Letter Grades'!$B$12,'Letter Grades'!$A$13 ) This assumes that: - Column P in my grading section is the total score of the student. - Column Q is the total possible score And that my 'Letter Grades' sheet looks something like this: Min A 94 A- 90 B+ 87 B 84 B- 80 C+ 77 C 74 C- 40 D+ 67 D 64 D- 60 F 0
Not really sharing a tab. Just a quick way to create (and link) individual tabs to individual files which can then be shared. Not so great when you have many, many tabs.
I've been trying this all evening and continue getting the error message: TypeError: Cannot read properties of null (reading 'getLinkUrl') (line 5).
Doing address? And quotes around cell?
Walrus! 🦭🦭🦭🦭🦭🦭🦭🦭🦭🦭🦭🦭🦭🦭🦭🦭🦭🦭🦭🦭🦭🦭🦭🦭🦭
Good choice
Is it possible to show the count on the website?
Yes
Hi, Thanks for the nice xmas sheet. I got a problem while running the file shows a message: "Exceeded maximum execution time." and it does not show any detail. Would you please kindly instruct me what to do to fix this?
workingon a fix for this. actually trying to get it to get some info even if it time's out.
@@BetterSheets Hello, just stop by and looking for any updating for this problem? Xmas is really close to our door ^,^~ Wish you well.
Thanks for the video! Very helpful. I like the privacy aspect of sharing just one tab. But is there a way for that tab to stay up to date with changes that may happen in the original?
use IMPORTRANGE()
accidentally hit delete button twice and the chip are gone.
Ctrl Z
I have a sheet but it has multiple tabs. I have a tab called Master and a 2nd tab called Sheet1. How do I pull the number from Sheet1?
use IMPORTRANGE() bettersheets.co/formulas/importrange
concise and clear thank you!
Sweet
How is anyone going to see the rest of the tab if it is that small?
event.value doesn't enable in my app script(its only show like this var checkboxValue =event.checkboxValue
Thank you so much for the learning
Let me know if you have any other questions.
sold
Sweet
yo thanks so much for this vid helped me big time thanks so much
Amazing. What else do you need help with?
Can you help write a script to achieve following? how can you get following time format via google sheet script. Current Format is: 12/4/2024 20:31:21 Format we are looking for: 12/4/2024 10:31:21 PM we are trying to use this one colum range like A1:A100. what script would get this done? Really would like your help.
Thank you this video showed EXACTLY what I wanted to do, create a quote/cover sheet for a new client's file
Amazing. Come back for more.
I love this video! Very clear explanation!
Fantastic! Anything else you need help with?
@BetterSheets Not yet! but I'll ping you if something comes in
Please do
i dont have this option when i right click the sheet, not in the data tap
Click the arrow next to the tab name?
@@BetterSheets ya i dont have it either. Checked right below "change color" where protect sheet is shown on your screen. Not there for me.
Even for me
Can you restrict what users have access to it within your domain?
I dont think so.
Great tip! what about years other than the current one?
this does not work
Xpath might have changed since posting.
super - thanks very much - so useful - 💯
Fantastic let me know if you have any questions! At all.
there is no file import in the mobile app
On desktop
Is there a way to have a dropdown and have text in the SAME cell??
Drops downs are text. They just let you select text.
I'm able to get to the last step just like you did... but I get a tiny square and can't see the whole spreadsheet or move left to right. I"m in google just the same as the example
I think I have the same problem. Is it possible to resize the google sheet that is embeded in the google site?
Add these fields in your code: < width='100%' height='750' src=...............
Great video but god what a terrible implementation by google. Add as many rows as you like any time, but if you got a narrow table prepare to do some clicking. The mind boggles.
it worked! thank you
Awesome!!