| 式 | Use |
|---|---|
=SUMIFS(合計, crit_range, crit, ...) | カテゴリ別、月別の予算実績 |
=INDEX(リターン、MATCH(キー、ルックアップ、0)) | それでも信頼できる検索 |
=IFERROR(x, "") | きれいなダッシュボード |
=TEXT(日付, "yyyy-mm") | 安定した月のキー |
=XLOOKUP(...) | ワークブックを書き直す前にビルドでテストする |
=UNIQUE / =FILTER | 同じ警告 - 365 時代の機能は異なる |
常に既知の適切な合計をセルに設定し、比較してください。 AI が提案する数式は草案です。
トリビアではなくパターン
=SUMIFS(Amount, Category, $G2, Month, H$1) is a dashboard. Copy it across a grid of categories × months. If #VALUE, Amount has text. If zeros everywhere, Month in the sheet is “Jan” and the header is “2026-01” — keys must match. =IFERROR(INDEX(... MATCH(...,0)), "") hides #該当なし for humans but also hides real misses — keep a count of unmatched keys somewhere visible.
揮発性関数
NOW、TODAY、RAND、OFFSET、INDIRECT は頻繁に再計算されます。非力な PC 上でそれらを満載したシートはカクカクします。 INDEX と制限された範囲を優先します。 TODAY は印刷 1 回の請求書で問題ありません。 TODAY の 50,000 行はそうではありません。
自分が作成していないシートを監査する
見つける all formulas: jump to special if offered, or click cells that look like totals and read the formula bar. Trace a known-good number backwards. If you see #REF!, someone deleted a source. If you see numbers typed over formulas, the sheet is already a lie — copy values to an archive and rebuild Month.