How to add a line break somewhere between the &'s in a formula to generate a QR URL
问题 I am creating a spreadsheet in google sheets that will be used to track the inventory of a property room. I am using QR codes as labels that will be placed on the property and will correlate to the pertinent information on that particular piece of property. I am using the following code... =image("https://chart.googleapis.com/chart?chs=200x200&cht=qr&chl=" & "Category"&A3 & "Incident"&B3 & "Officer"&C3 & "Location"&D3 & "Owner"&E3 & "Description/Condition"& F3 & "Date/TimeCollected"&G3 &