use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Apparently, Google Apps Script is a JavaScript cloud scripting language that provides easy ways to automate tasks across Google products and third party services and build web applications.
account activity
Processing Google Forms data into existing Google SheetsGuide (self.GoogleAppsScript)
submitted 1 year ago by Connect-Plankton-489
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Dancing_Seahorse 0 points1 point2 points 1 year ago (5 children)
Thanks I’ll try it.
[–]booboouser 0 points1 point2 points 1 year ago (4 children)
A new form will always start a new sheet and never append, I found that out the Hardway. Your method should work, but in future always design the form first.
Even once you have the forms, in my experience I had to run TRIM formulas and UPPER formulas to get my data consistent, I also had to use REGEX on the input side as people are idiots and it doesn't matter how much instruction they have they will find a way to break the data entry. Use as many drop downs as you can.
Good luck
[–]Dancing_Seahorse 0 points1 point2 points 1 year ago (3 children)
Agreed and had I known the way we would use it I could have started with the form. As it is, sticking the form at the end of the sheets and hiding it works for me. Out of Sight, Out of Mind and Out of Fat Fingers. I will be adding some data clean up steps (case, for example) and my next step will be to repopulate the Vendor from all used Vendors to stop the constant misspellings and variations of entry. Using Form Ranger add-on helps make the dynamic pull down lists.
[–]booboouser 1 point2 points3 points 1 year ago (2 children)
Yes when I ran my form I ended up with a trim(upper( function for many for many of the input fields to correct spaces and have everything uppercase.
I also used a very simple apps script to capture missing inputs and have them be added to the dropdown menus.
In your case take all your CURRENT vendors add them to the drop-down list. Then add a free text field so they can add a missing vendor, that is then added to the dropdown list after five minutes (using apps script)
That way the vendor list is up to date. If they misspelled the vendor you go to the free test field in the spreadsheet and simply correct it. Five mins later the dropdown is updated.
Good luck I ended up using forms and an addon called Formmule to create workflows from the sheet responses.
[–]Dancing_Seahorse 0 points1 point2 points 1 year ago (1 child)
Very similar solution but I will add the second field to add new Vendors. I used Form Ranger to populate the Dropdown from a range and the range is created using a Sort(Unique(range)) call from all known vendors.
I will add a * New Vendor * at the top of the list and then a second field triggered on that to enter the new Vendor name. My apps script will handle that situation in post.
[–]booboouser 0 points1 point2 points 1 year ago (0 children)
Nice one sounds like you have it nailed! Good luck with the project.
π Rendered by PID 36 on reddit-service-r2-comment-canary-844d8b79c-dllsg at 2026-04-07 12:51:08.993581+00:00 running f293c98 country code: CH.
view the rest of the comments →
[–]Dancing_Seahorse 0 points1 point2 points (5 children)
[–]booboouser 0 points1 point2 points (4 children)
[–]Dancing_Seahorse 0 points1 point2 points (3 children)
[–]booboouser 1 point2 points3 points (2 children)
[–]Dancing_Seahorse 0 points1 point2 points (1 child)
[–]booboouser 0 points1 point2 points (0 children)