Introduction

The rest of this documentation has a complex situation and worksheet example for using three google sheet formulas. But the following link offers just the formulas with a brief description of each one.

Situation

Back during Covid Lockdown (mostly 2020) I created a Django Site that stored most of the content in a Postgres database and deployed it dynamically on AWS. When my free year was up, it got too expensive and I was happily working for money, so I undeployed my site. My application still works in development. I am in the process of deploying some of my content to this site, which is super cheap.

Note - This probably should have been done using a postgres data dump and loaded into a new database on my new computer, but CSV files seemed easier at the time. I was probably wrong, but at least I'll learn about google sheets filtering formulas!

Action

Here is a worksheet example to refer to. To return from modal, click the X box at the top right of the modal, or Close at the bottom right.

The example tab [sheet] is named paragraphs for group

Note - the steps are top (first three) to bottom (final formula) and from left to right. May need to scroll down a bit.

Original Setup
Step One (orange) - Find the group_id you want.
Step Two (purple) - Count the paragraphs in the selected group.
Step Three (green) - get the paragraph_ids for the hard-coded group id in A2
Step Four (blue) - get the complete paragraph row for each paragraph id in the G columns (G2 through G5 in the example)

Results

Here a usage example from this site.