I like to use spreadsheets with Zapier - collect data from Google Forms.
I created a form for questions I wanted to ask myself daily.
Each day's input gets collected into a google sheet for posterity.
My friend and I needed a way to integrate multiple API data sources with spreadsheets so we made a Google Sheets add-on using Google Apps Script and published it in the G Suite Marketplace.
Neat! What's the add-on? Does it let you query the API to fetch new data, or just automatically add new data to the spreadsheet as it comes in?
Yes you can call an API and import new data, here's our website
Discovering field sales people having affairs!
This goes way back to the days of Lotus 1-2-3 (DOS version, 3D worksheets and all that good stuff)
I used it to cross reference fuel card reimbursements and expense reports and as well as uncovering the usual expected low-grade expenses manipulation uncovered a couple of sales people both claiming for the same hotel room. That was an awkward conversation :)
More recently I've used Excel as a relational database because we weren't allowed to use Access. Huge amount of work involved, clunky as anything, and prone to errors but worked around the restriction and delivered massive results. It's the sort of thing you'd just do in Airtable these days.
Love these historic tech stories!
Oh man, referencing stuff from other sheets can be a mess—definitely glad Airtable's around, and still find it sad Microsoft never really pushed Access further.
Ha, that's hilarious!
Here are a few of mine:
=concatenate
formula that would first add a - [
to the beginning, then add the name from the first column followed by ](
, then the link followed by )
. Copy the formula to each row, then copy out the generated text. You can even generate the URLs if they're the same as the product names, which would be the case for Capiche links: Instead of adding the URL column, I'd add https://capiche.com/
followed by =lower(A1)
or whatever the product name column is to generate the URL. You can use the same trick to create HTML lists or anything else repetitive—it's more tedious with HTML, but still faster than writing everything out yourself.=lower
to format the text in a list of stuff.I've used spreadsheets to build a model for our business and forecast how we will do given the current numbers and course correct sooner rather than later. Helped me and my team focus and hit our targets each time.
That's the classic use for spreadsheets—can you imagine re-doing all those calculations by hand every time a value changed? Blows my mind thinking of all the people who worked as "computers" back in the day, calculating sheets of values by hand.
Any favorite less-known spreadsheet functions you rely on?
Totally, there are bankers in my family who tell me how things used to be and how computers changed things around so much in a good way, despite their fear of otherwise. Other than that we've used google forms as our go to backend for static sites and forms like "contact us" to keep things simple.
Google Forms is my default forms app almost solely because it can automatically save entries to Google Sheets. That's so handy.
Yea totally and I just noticed my typo, we've used google sheets as our backend directly :) comes in handy.
You can use Google sheets combined with prediction API here https://developers.google.com/apps-script/advanced/prediction and use sheets to read data and predict support case outcomes like CSAT / DSAT, how long a case may take based on the description etc.
Having a passion for finance, I do a lot of finance stuff in spreadsheets:
I recently started playing around with Google App Scripts and created some custom formulas based on the Goodreads API, like automatically fetching the author of a book using a simple formula like =GETAUTHOR(A1). I loved the process of creating it, I wish there was an easy interface to do that though.
I wrote about the process here:
.That's so cool! The built-in Google Finance queries have always made me think it'd be cool if you could pull in any structured data you want, and as an avid reader I just may have to go give that a try.
So Airboxr... makes it easier to add APIs to Sheets?
It's still in the works but generally, the early-goal is to be able to do all your analysis without moving out of the spreadsheet to download CSVs from different systems. My cofounder speaks about it here with a cool use-case from Mailchimp:
That definitely would simplify a lot of workflows!
We have a feedback poll on Google Forms which is sent regularly to eligible users on Intercom. The responses then fall into spreadsheets raw data sheet and feed the dashboard (again on spreadsheets) to generate some graphs.
Very cool—perhaps the best thing about Google Sheets and other online spreadsheets is that they can fit into workflows like that so well, gathering data from anywhere automatically.
I’ve been using Sheets with Glide to make quick data collection tools. I recently used that combo to create a light CRM for an event. It’s a great combo for lightweight data entry.
Glide looks super nice—cool to hear it's worked well for you!
Three major considerations I have been using to evaluate the plethora of options available: 1. Effortless/non-intrusive: It shouldn't feel like a video call 2. Price: As this app would be complime...
I've been looking to try something new for knowledge/documentation storage for a little while now. Confluence has always been there, but I find it to be relativly limited for the cost and additiona...
Hey guys, first post here. As part of my work, I have to deal with and respond to a lot of incoming messages from different chats: Linkedin/WhatsApp/Signal/IG. I try to use Unreads/Archive features...
Love that idea—unique way of journaling!