Is it possible to ‘prefill’ a google form using data from a google spreadsheet?

You can create a pre-filled form URL from within the Form Editor, as described in the documentation for Drive Forms. You’ll end up with a URL like this, for example: https://docs.google.com/forms/d/–form-id–/viewform?entry.726721210=Mike+Jones&entry.787184751=1975-05-09&entry.1381372492&entry.960923899 buildUrls() In this example, question 1, “Name”, has an ID of 726721210, while question 2, “Birthday” is 787184751. Questions 3 and 4 are blank. … Read more

How to address the current cell in conditional format custom formula?

The current cell is addressed by the first cell of a range in the conditional formatting. In your example, the range is A4:M10 and therefore you can use A4 as “current cell”. Check for empty content: =A4=”” Relative vs absolute references in conditional formatting work just like copying a formula. Check that the cell in … Read more

Google spreadsheet “=QUERY” join() equivalent function?

Short answer Google QUERY Language version 0.7 (2016) doesn’t include a JOIN (LEFT JOIN) operator but this could be achieved by using an array formula which result could be used as input for the QUERY function or for other uses. Explanation Array formulas and the array handling features of Google Sheets make possible to make … Read more

How can I copy a conditional formatting from one document to another?

If you want to copy conditional formatting to another document you can use the “Copy to…” feature for the worksheet (click the tab with the name of the worksheet at the bottom) and copy the worksheet to the other document. Then you can just copy what you want from that worksheet and right-click select “Paste … Read more

Selecting Multiple Values from a Dropdown List in Google Spreadsheet

To Add to AlexG’s answer, a better and enhanced version of multi-select is found in this following link (which I tried and worked as expected): https://gist.github.com/coinsandsteeldev/4c67dfa5411e8add913273fc5a30f5e7 For general guidance on setting up a script in Google Sheets, see this quickstart guide. To use this script: In your Google Sheet, set up data validation for a … Read more

Determining the last row in a single column

How about using a JavaScript trick? var Avals = ss.getRange(“A1:A”).getValues(); var Alast = Avals.filter(String).length; I borrowed this idea from this answer. The Array.filter() method is operating on the Avals array, which contains all the cells in column A. By filtering on a native function’s constructor, we get back only non-null elements. This works for a … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)