June 2020 Newsletter#

Quick Tips#

  • Get the Calendar Quarter. If you have a column of type Date, you can extract parts of it with Excel-like functions for year, month, and more. But how to get the quarter? This formula will produce values like “2020 Q2”:

    "%s Q%s" % ($MyDate.year, CEILING($MyDate.month, 3) / 3)

  • Make Hyperlinks. To create a column of links in Grist, set the column type to Text, and click the “HyperLink” button under CELL FORMAT:

    hyperlink

    Now, a value like Grist Labs https://getgrist.com will show a link to https://getgrist.com with “Grist Labs” as the text. See below for a Book Club example that uses formulas extensively to generate useful links.

What’s New#

Safely work on complex changes. As your document or spreadsheet grows in importance, the ease of making changes may get overshadowed by the fear of breaking something.

Grist now has a tool to help. Click “Duplicate Document”1 in the Share menu:

duplicate-doc

You’ll get an unsaved copy of your document. You can experiment on it without fear of affecting the original. Make changes big or small, one or many. Once satisfied, open the dropdown next to “Save Copy” and click “Replace Original”:

replace-original

Grist will warn you if the replacement risks overwriting any recent changes in the original.

Examine and restore backups. Grist automatically saves backups of your documents as you work on them. You can now view them easily. Click “Document History” in the left panel, then click the “Snapshots” tab in the panel on the right:

doc-history

You can open any of the listed snapshots. You can revert to an old version using the “Replace Original” option2, or save an old version as a new document.

New Examples#

Here are some examples of what you can do with Grist:

  • Slice and Dice Credit Card Expenses: Grist offers handy way to explore your credit card transactions quickly. American Express card members can use the ready-made template in the example.

  • Book Lists with Library and Store Look-ups: Grist’s link handling and formulas can help you with your book club, by adding automatic links to libraries, stores, review sites, and other references. The same ideas could work with Ikea furniture, food orders, whatever you like.

Grist Overview Demo#

Interested in seeing an overview of Grist features on a realistic example? Check out our new demo video: https://www.youtube.com/watch?v=XYZ_ZGSxU00.

Learning Grist#

  • Get started quickly with basic Grist concepts by watching this playlist of a few very short introductory videos: Grist Video Series.

  • Each of our featured Examples & Templates has a related tutorial that shows step-by-step how to build it from scratch. Read through one to gain a deeper understanding of how various features play together.

  • Visit our Help Center to find all of the above, along with the full product documentation.

  • Questions or suggestions? Click the Give Feedback link near the bottom left in the Grist application, or simply email support@getgrist.com.


  1. After the July 2020 update, use the “Work on a Copy” option for this functionality. See Copying Documents

  2. This menu was updated in July 2020, see Automatic Backups