|
Welcome to the Google Sheets Tips newsletter #391, your Monday morning espresso, in spreadsheet form! (Sorry there was no newsletter last week. I was sick!) This week we're looking at a cool use case for Google Sheets that most folks have no idea about. Creating QR codes! With a few simple formulas you can create QR codes in your Sheets that you could use to track inventory, accept invitations, or even print out to use at an event. First, a housekeeping announcement: after today, I'm taking a planned break from the newsletter for a few weeks, until early July. I'm traveling, but I also want to create space to think about making some changes to this newsletter. The original newsletter mission—to share actionable Google Sheet tips each week—has served us well for nearly 10 years and 391 issues, but the world has changed a lot since then. I've been weaving in more Gemini content over the past couple of years, and that's where my focus is these days. So I'll be using the break to think about how to update the newsletter. Don't worry though, Sheets will still be part of my thinking. If you have thoughts or things you'd love to see covered, hit reply — I'd genuinely love to hear them. ➜ NewsI. ➜ Sheets Tip #391: Create QR codes in Google Sheets 𖣯This is one of those hidden superpowers of Google Sheets. A genuinely useful feature that really doesn't belong in the spreadsheet world but does. Best of all, it's really easy to do following the steps below. In a nutshell, we send the information to a special website that returns it formatted as a QR link. We insert this into Google Sheets' IMAGE function to convert it into an actual QR image that looks like this: Steps to create QR codes in Google SheetsFollow these simple steps to create your own QR codes. 1) Starting with the information, for example a link, in cell B2, use this formula to encode the value: =ENCODEURL(B1) 2) Then create a formula that includes the QR code generator API like so: ="https://api.qrserver.com/v1/create-qr-code/?size=150x150&data="&ENCODEURL(B1) Remember, this is a free public QR generator, so don't use it for sensitive information or private client information, etc. etc. 3) Next, wrap this with the IMAGE function to display the QR code: =IMAGE("https://api.qrserver.com/v1/create-qr-code/?size=150x150&data="&ENCODEURL(B1)) In our Sheet, it looks like this: You'll need to "Allow Access" with the IMAGE function the first time you set it up in a Sheet: NoteIf you plan to include a QR code in a document you're sharing, then you'd be advised to convert it to a static image rather than leaving it as a live formula. Highlight the cell with the QR code, copy it, then go to a different cell and paste it as values. To do this, use:
OR
Use CasesHere are a few ideas for how you might use these QR codes:
If you enjoyed this newsletter, please forward it to a friend who might enjoy it. Have a great week! Cheers, |
Get better at working with Google Sheets! Join 50,000 readers to get an actionable tip in your inbox every Monday.
Hi Reader, Welcome to the Google Sheets Tips newsletter #399, your Monday morning espresso, in spreadsheet form! This is the penultimate issue of the Google Sheets Tips newsletter. You may recall from one of my emails earlier in the summer that I mentioned changing this newsletter. Recently, I decided that issue 400 was a nice milestone to reach and a good place to close the curtain on these dedicated Google Sheets tips. So the final issue of the Google Sheets Tips newsletter—#400—will be...
Hi Reader, Welcome to the Google Sheets Tips newsletter #398, your Monday morning espresso, in spreadsheet form! Everyone loves a pretty dashboard, right? But building dashboards in Google Sheets is difficult and involves lots of finicky formatting tricks. And even then, it won't look or perform as well as a professionally-developed web dashboard. Well... no longer! Today we're looking at the biggest update to Google Sheets since, well, forever. Google have launched a new Gemini-powered...
Hi Reader, Happy End-of-the-Summer-Holidays! ☀️ Welcome to the Google Sheets Tips newsletter #397, your Monday morning espresso, in spreadsheet form. Today I'm sharing three conditional formatting techniques that will help you really understand how conditional formatting works. Conditional Formatting is formatting applied to your data that changes as certain conditions are met. It's a super useful concept to understand. Check it out below. Recently in my household, we've been focussed on...