AI School · Level 4 · Practical case · Actually automating

An expiry sheet that checks itself

Léelo en español →

Reading time: about 10 minutes

The situation. Expiry control is a notebook, a sheet taped up in the stockroom or — most often — the memory of whoever has been there longest. And every so often something goes in the bin.

This is the first case of the block and deliberately the easiest of the four: automating starts here, not with an agent. A spreadsheet that turns red for anything expiring within 90 days never crashes, costs nothing, sends nothing anywhere and solves the whole problem. Before automating something complicated, it helps to have automated something that works.

What you need to hand: Excel or Google Sheets, and some time to enter what you already have written down. If you have nothing written down, start with one shelf: a sheet with twenty products exists, and a sheet with the whole stockroom never gets finished.

Step by step

  1. Decide the columns before typing any

    Five, and no more: product, batch, expires, units, where it is. The last one is the one almost nobody adds and the one that makes the sheet useful: knowing something expires is no good if it takes twenty minutes to find.

    Dates are always written the same way — 31/01/2027 — down the whole column. A date written as text ("Jan 27") cannot be calculated by any formula, and it is the number one reason these sheets do not work.

    Check the sheet understood them as dates: if they align to the right on their own, they are dates. If they stay left, they are text and the column format needs fixing before you go on.

← All practical cases Back to the school →