How to create QR codes with Google Sheets is very simple
Launched in 1994, QR codes have become increasingly popular, becoming a tool to connect quick access to websites, WiFi networks, information sharing, electronic payments, data storage, electric tickets. death and more. How to use QR code is very simple: Just scan with the image sensor on the phone camera, the application will convert the code into binary format and display information or perform pre-programmed behavior.
But how can you quickly and easily create and store QR codes even on a large scale? Google Sheets online spreadsheet tool will help you easily solve this problem. Proceed as follows:
Step 1 : You log into Google Sheets and open a new sheet.
Step 2: Paste the link or data you want to refer to and hide as a QR code in column A, assuming starting from cell A2 as shown below:

Step 3: Click on cell B2 and enter the following formula to create the QR code integrated with the link in cell A2:
=image("https://chart.googleapis.com/chart?cht=qr&chs=200x200&chl="&encodeurl(A2))
Where: A2 is the value you want to attach the QR code, 200x200 is the QR code size (you can choose arbitrary size).
QR code has been automatically generated:

If you want to batch QR codes, just add more URLs (or other data types, such as identification codes) below cells A3, A4, A5 . Then drag just from cell B2 down, code The corresponding QR for the boxes below will be generated automatically.
Thus, you've created QR codes, and can store them in Google Sheets for easy use when needed. There are many standalone QR code scanning applications, and more and more popular applications are integrating the scanner into their platforms.
You should read it
- Tricks using Google Sheets should not be ignored
- How to create a phone number can be called on Google Sheets
- How to create a QR code for a page URL in Google Chrome
- Instructions for creating QR codes on Photoshop
- How to align spreadsheets before printing on Google Sheets
- How to set up the right to edit spreadsheets on Google Sheets
- How to create QR codes for videos
- How to enter 0 in Google Sheets
May be interested
- How to align spreadsheets before printing on Google Sheetsbefore printing spreadsheet data on google sheets, users should adjust the data sheet before printing to get a better layout.
- How to Create a Budget Spreadsheet in Google Sheetsgoogle sheets helps you create a budget management table through a number of spreadsheet templates. then you just need to fill in the data into the budget spreadsheet on sheets.
- How to add bullet in Google Sheetsto add a list of forms in google sheets, the user will do it via a shortcut or by the command.
- How to create a heat map (heat map) in Google Sheetsif you want to include a visual representation of your data, then using a heat map is a good idea.
- How to enter 0 in Google Sheetsnormally when entering 0 on google sheets, it will automatically disappear if that 0 is in front of the number line. so how to re-display 0 in google sheets.
- Inserting Word files into Google Sheets is simple that you may not knowcombining office applications such as microsoft word, excel or google docs, sheets... together to optimize work has become increasingly popular. today's article will show you how to insert word files into google sheets more conveniently and effectively.
- How to merge cells in Google Sheetsmanipulating cells in google sheets is as simple as merging cells in excel.
- How to create custom functions in Google Sheetsif you need to go beyond what google sheets integrates, creating a custom function would be a useful solution. custom functions are pieces of code that perform actions on the worksheet.
- How to view editing history on Google Sheetsgoogle sheets will automatically save the content edits on the file so that users can review it when needed, or restore the modified version.
- How to create bullet points in Google Sheetsgoogle sheets doesn't have bullet points to create the type of list you want like when creating a list in google docs.