# Storiara vs Google Sheets or Excel for Film Pre-Production

Source: https://storiara.com/compare/google-sheets
Last updated: 2026-09-14
Author: Nick Harty, Storiara

> Spreadsheets work well for a short with a handful of locations: they're free or already paid for, anyone can edit them, and you control every formula. They get fragile when a revised script renumbers scenes, because the breakdown, stripboard, Day Out of Days, budget and call sheet tabs don't update each other. Storiara builds those from the script and keeps them linked, for $39.99 a month on Producer.

Plenty of good films were prepped in a spreadsheet, and plenty of 1st ADs still keep one open next to whatever software the production pays for. Below is which parts of prep a spreadsheet handles well, and which parts start costing you evenings once the script changes.

## How a pre-production workbook usually looks

A typical indie workbook in Google Sheets or Excel has five tabs:

1. Breakdown, with one row per scene (scene number, INT/EXT, set, DAY/NIGHT, script day, page length, synopsis, cast IDs, extras, props, wardrobe, vehicles, SFX).
2. Stripboard: the same scenes in shooting order, with a banner row for each day break and conditional formatting on the INT/EXT and DAY/NIGHT columns. Most people use the traditional [stripboard colors](https://storiara.com/tools/stripboard-color-legend): white for INT day, yellow for EXT day, blue for INT night, green for EXT night.
3. Day Out of Days: cast down the side, shoot days across the top, SW/W/WF/H codes in each cell.
4. Budget: account numbers, rates, units, fringes, a top sheet summary.
5. Call sheet: a print layout that pulls the day's scenes by lookup, or more often is filled by hand.

Our [stripboard](https://storiara.com/templates/stripboard) and [Day Out of Days](https://storiara.com/templates/day-out-of-days) templates follow that structure if you want a starting file.

## Where spreadsheets are genuinely better

They cost nothing extra. Google Sheets is free with a Google account, and many producers already pay for Microsoft 365 or Google Workspace.

You control every rule. If your show works a 10-hour day with a split call, or you want a column that flags a minor's hours, you add it. No software vendor decides what fields exist.

Everyone knows how to use them. A department head who has never seen scheduling software can open a shared sheet and filter it. Google's page lists real-time co-editing, view, comment and edit permissions, revision history you can roll back, and offline access. Google Sheets can also open and edit Excel files without converting them, so a line producer working in Excel and a coordinator in Sheets can share one file.

For a three-day short with two locations and six cast, a spreadsheet is often the right tool.

## The page-eighths problem

The first formula most people get wrong is the page count. If you type "1 3/8" into a cell, some locales read it as a date and others as text, and SUM ignores it. The reliable method is to store eighths as whole numbers:

| Scene | Length | Stored as |
|---|---|---|
| 12 | 1 3/8 | 11 |
| 14 | 4/8 | 4 |
| 31 | 2 2/8 | 18 |

Day total: 11 + 4 + 18 = 33 eighths. Whole pages = INT(33/8) = 4. Remainder = MOD(33,8) = 1. The banner reads "4 1/8 pages".

That works, but somebody has to measure every scene's length off the page first. A feature script can easily have more than 100 scenes to measure and type. The [page count calculator](https://storiara.com/tools/page-count-calculator) helps with the arithmetic, not the measuring.

## Where the workbook starts to break

The tabs don't know about each other unless you wire them together with lookups, and lookups break when rows move.

Here is a common Tuesday in prep. The writer sends pink pages. Scene 42 is split into 42 and 42A, scene 57 is omitted, and a new character appears in 63. In a spreadsheet you now:

- insert a row for 42A in the breakdown and re-measure both halves
- mark 57 OMITTED on the breakdown and the stripboard, and remove its cast from the DOOD
- add the new character to the breakdown, the DOOD and the cast budget line
- find which shoot day 42 was on, fix that day's page total, and check the call sheet tab
- hope the VLOOKUP on the call sheet tab was keyed to scene number and not row position

None of it is hard, but it is all manual, and it happens with every color of revision. The risk is the one cell nobody updated: a DOOD that still shows an actor on a day their only scene moved, which means paying for a hold day you don't need.

Call sheets are the other weak spot. Most spreadsheet call sheets get exported to PDF and emailed from someone's inbox each evening. There is no scheduled send and no link that updates.

## What Storiara does differently

Storiara starts from the script file (PDF, Word or .fdx). Scene headings are parsed from the sluglines, page lengths come from the PDF layout in eighths, and an AI pass lists the characters, extras, locations, props, wardrobe, and music and effects for you to check. Those feed one set of linked data:

- the stripboard, where you drag scenes into days and it refuses a drop past your maximum day length
- the cast DOOD, filled from the board, with manual override and Reset to Auto
- the budget, which takes cast paid days from the DOOD, uses the rates on your cast, crew and equipment records, and exports to Excel
- the call sheet for each day, sent by email now or on a schedule, with a shareable link

Before scheduling starts, a revised draft goes in as a new script version that re-pulls content. Once scenes are on the board the switch is blocked, so pink pages that arrive mid-prep are entered by hand on the Scenes page.

What you give up is flexibility. Storiara's fields and layouts are fixed, its DOOD covers cast only, it has no CSV export, and it doesn't work offline. If your union rules or reporting format are unusual, a spreadsheet can model them and Storiara can't.

## Moving between the two

You don't have to choose all at once. Storiara imports CSV, XLSX and XLS into Locations, Cast & Crew and Equipment, and uses AI to map your column names, so a crew list or location list you built in Sheets comes across. The budget goes back out to Excel if your accountant wants to keep working there.

## What it costs

Sheets is free and Storiara Producer is $39.99 a month, so the dollar comparison is easy. The harder number is the prep time spent on data entry and cross-checking. We haven't measured that and won't guess a number for you. Try it on your own script: time how long it takes to fill the breakdown tab for the first 20 pages by hand, then upload the same script to a free Storiara account and time the review. That tells you more than any percentage on a vendor page.

## When to use which

Use a spreadsheet for shorts, spec shoots, music videos and anything under a week, or when you need a custom format no software offers. The [call sheet in Google Sheets guide](https://storiara.com/blog/how-to-make-a-call-sheet-in-google-sheets) walks through a working layout.

Use Storiara when the script runs to features or series length, revisions will keep coming, and you want the board, DOOD, budget and call sheet to change together. For more tools, see the [film scheduling software roundup](https://storiara.com/blog/top-10-film-scheduling-software) and the [compare hub](https://storiara.com/compare).

## Frequently asked questions

### Can you make a stripboard in Google Sheets?

Yes. One row per scene with columns for scene number, INT/EXT, set, DAY/NIGHT, pages in eighths and cast IDs, then conditional formatting to color the rows. Insert a dark banner row for each day break and total the pages above it. Moving scenes means cutting and inserting rows.

### How do you add up page eighths in a spreadsheet?

Store every scene's length as a whole number of eighths (1 3/8 pages is 11), sum those, then convert back: INT(total/8) gives whole pages and MOD(total,8) gives the remaining eighths. Typing 1 3/8 straight into a cell often gets read as text or a date, and SUM skips it.

### Can Storiara import my spreadsheet?

Partly. Storiara imports CSV, XLSX and XLS files into Locations, Cast & Crew and Equipment, using AI to map your columns. It doesn't import a stripboard or budget from a spreadsheet; those are rebuilt from the script.

### Can I export from Storiara back to Excel?

The budget exports to Excel. Schedules, the DOOD and call sheets print, which you can save as PDF. Storiara has no CSV export.

## Sources

- [Google Sheets features (co-editing, permissions, version history, offline, Excel files)](https://www.google.com/sheets/about/)
- [Google Workspace pricing](https://workspace.google.com/pricing)
