Im using the following formula to show specified data from a cell in excel, I want to add Caption below linked to a specific cell in the same row and want to drag the formula down.
I didn’t see, or missed that ENCODEURL information in the documentation regarding captions.
I also found it helpful to increase the size of the QR code until the caption fits below it nicely rather than fool around with the fonts and sizes. Once placed in a document, I can always resize the QR Code and the caption still looks good.
I created a QR Code for the BBC Home Page with a caption in Google Sheets.
The first column contains the URL to the BBC Home Page (Cell A2).
The second column contains the Caption I want below the QR Code (Cell B2).
The third column is an image of the QR Code as generated by Quick chart. I consider this image a test image because I can shoot it with my phone to see if it works, but I cannot download this image. The formula in this cell is:
=IMAGE(“https://quickchart.io/qr?text=” & ENCODEURL(A2) & “&size=300” & “&margin=4” & “&caption=” & ENCODEURL(B2))