Skip to main content

One-To-Many Relationship in a Google Spreadsheet

It's often the case that you want and need to be creating a database to store your data, but Google Spreadsheets are just so handy aren't they? But Google Spreadsheets are very good at relational data.

Here's an example where, you want to have one column for the name of your recipe and another for the ingredients ( comma separated ).

How you use this script is you click on the cell you want to be relational and choose the Admin > Show Relationship Editor. This opens up a dialog window showing you all the options included so far. You then alter the ingredients and it saves a comma separated list into the spreadsheet.







Here's the spreadsheet. Use File > Make a copy to see it work and rummage around in the code.

If anyone can help make the UI prettier I'd be grateful, thanks.

Comments

  1. Google Docs are a good collaborative tool that is available or probably the best among the word-processing category as Creately is top among the diagram category.

    ReplyDelete
  2. Nice!
    But where is the comma seperated file stored?
    In other words, where can I add new ingredients to the list?

    ReplyDelete
    Replies
    1. Sorry, found it already, just in the cell. This is very useful for me, thanks!
      Would be nice when the popup shows with a right-click.

      Delete
  3. This comment has been removed by the author.

    ReplyDelete
  4. The quantitative statistical analysis is best for thee students who have large data and related projects. The analysis report must be unique.

    ReplyDelete
  5. going to a blank cell and the list of ingredients are still there...I don't understand were they are stored and how I can change the list

    ReplyDelete
  6. When I make a copy I just get the spreadsheet with the data but no checkbox or anything... does this no longer work?

    ReplyDelete

Post a Comment

Popular posts from this blog

Writing a Simple QR Code Stock Control Spreadsheet

At Theatre, Film & TV they have lots of equipment they loan to students, cameras, microphone, tripod etc. Keeping track of what goes out and what comes back is a difficult job. I have seen a few other departments struggling with the similar "equipment inventory" problems. A solution I have prototyped uses QR codes, a Google Spreadsheet and a small web application written in Apps Script. The idea is, that each piece of equipment ( or maybe collection of items ) has a QR code on it. Using a standard and free smartphone application to read QR codes, the technician swipes the item and is shown a screen that lets them either check the item out or return it. The QR app looks like this. The spreadsheet contains a list of cameras. It has links to images and uses Google Visualisation tools to generate its QR codes. The spreadsheet looks like this. The Web Application The web application, which only checks items in or out and should be used on a phone in conjunctio

Inserting A Google Doc link into a Google Spreadsheet (UPDATED 6/12/2017)

This article looks at using Apps Script to add new features to a Google Spreadsheet. At the University of York, various people have been using Google spreadsheets to collect together various project related information. We've found that when collecting lots of different collaborative information from lots of different people that a spreadsheet can work much better than a regular Google Form. Spreadsheets can be better than Forms for data collection because: The spreadsheet data saves as you are editing. If you want to fill in half the data and come back later, your data will still be there. The data in a spreadsheet is versioned, so you can see who added what and when and undo it if necessary The commenting features are brilliant - especially the "Resolve" button in comments. One feature we needed was to be able to "attach" Google Docs to certain cells in a spreadsheet. It's easy to just paste in a URL into a spreadsheet cell, but they can often

Using Google Spreadsheets To Improve Student Accommodation

The Problem Tim Saunders, is fast becoming the poster boy for my belief that getting non-technical people coding is good idea. Tim started in the University of York accommodation office and inherited a task of managing students' requests to change their room. This room changing process was paper-based and requires various peoples' agreement and signatures. It resulted in a student having to carry an increasingly dog-eared form to college administrators and back to Tim and then to the old college administrators. It was slow, actively encouraged signature forging and reliably error prone. All the data collected then needed to be entered into SITS, our student database, which involves various charging and set up costs, so it really helps if this data is correct, having being verified by everyone in the chain. The Solution Armed with a some self-taught Javascript using the online learning platform CodeAcademy , Tim thought that the pile of paper forms in his offic