Multi-cell innies and outies is the grown-up version of the 45 rule: instead of one leftover cell, you work out the combined total of two or more, then treat that group as a cage that was never drawn on the grid.
Every row, column and box contains 1 to 9 once each, so every unit totals 45. Two adjacent rows total 90. Three total 135. A box and a row that do not overlap total 90 as well.
Pick a region built from whole units. Add the sums of the cages lying entirely inside it. The difference from the region's total belongs to the cells left over — the cells of straddling cages. When exactly one cell is left over you get a digit. When two or more are left over you get a pseudo-cage: a group of cells with a known sum but no printed outline. Enumerate it exactly as you would a real cage, and strike the candidates that appear in no valid split.
Rows 1 + 2 -> 2 x 45 = 90
cages completely inside rows 1-2 .......... 76 (16 cells)
cells left over ........................... r1c9, r2c1
r1c9 + r2c1 = 90 - 76 = 14
r1c9 and r2c1 share no row, column, box or cage, so a repeat is legal
ways to make 14: 5+9 6+8 7+7 8+6 9+5
-> both cells are limited to {5,6,7,8,9}
-> 1, 2, 3 and 4 removed from r1c9 and from r2c1
The two rows hold eighteen cells and 90 points. Sixteen of those cells are covered by complete cages worth 76 together, so the last two must make up the missing 14. Neither cell can be 4 or less, because the partner would have to be 10 or more. Four candidates leave each cell, and no cage sum had to be enumerated at all.
| Single-cell innies and outies | Multi-cell version | |
|---|---|---|
| Straddling cages | One | Two or more |
| Leftover cells | One | Two or three, usually |
| Result | An exact digit | A sum you enumerate |
| Digits may repeat | Not applicable | Yes, when the cells do not see each other |
| Effort | Arithmetic only | Arithmetic plus a combination list |
This is tough-tier logic. Easier Killer grids are laid out so that single leftovers appear early and often, but from hard Killer Sudoku upwards the setters deliberately arrange two straddling cages per box so the simple form fails. Learning to read a band of two rows as one 90-point region is the step that keeps those puzzles moving.