悄悄算错比明显错误更糟。好的诊断 Prompt 要走依赖、定位坏单元格、给出能信的修法。
适合哪些场景
看过 board deck 表格里 #REF! 的人、节奏紧的运营分析、用 Sheets 管财务的独立创始人。
什么时候不建议这样写 Prompt
没备份别用。修不了的”重建”也别强修。
Prompt 结构公式
每个 Prompt 都要带这六个要素:
- 角色:AI 扮演谁——分析师、Chief of Staff、经理。
- 上下文:团队 / 组织 / 项目 / 数据范围。
- 目标:一个交付物——表格、文档、谈点、计划。
- 限制:字数、必含字段、受众级别。
- 语气:自信、中性、事实——看受众。
- 示例:1-2 份过往作品锚定格式。
这套 Prompt 适合用在哪
- #REF! / #N/A / #VALUE! triage
- 循环引用解开
- 悄悄算错排查
- 日期 / 数字格式
- lookup 失败
12 个可直接复制的 Prompt 模板
1. 读错误码
Cell `{cell}` shows `{error}`. Diagnose: (1) most likely cause (table of typical causes per error code), (2) first thing to check, (3) one cheap fix to try, (4) when to escalate. Don't fix yet.
可替换变量: cell 单元格, error 错误码
2. 追踪依赖
Cell `{cell}` is wrong. Walk me through tracing precedents: (1) which cells feed it, (2) which cells it feeds (dependents at risk), (3) where the chain likely broke. Use Excel's Trace Precedents naming conventions.
可替换变量: cell
3. 循环引用解开
My workbook has a circular reference. Walk through: (1) finding which cells, (2) identifying the logical loop, (3) breaking it (iterative calculation? intermediate cell? formula refactor?). Output a plan.
4. 悄悄算错检查
A KPI cell shows a plausible but suspicious number. Walk through verification: (1) Sanity-check inputs (sum, count), (2) Compare to prior period, (3) Manually compute one row, (4) Compare to formula. Identify the discrepancy.
5. 日期格式诊断
My DATE function returns wrong results. Common causes: (1) Text-formatted cells, (2) Locale (DD/MM vs MM/DD), (3) Mixed types, (4) Two-digit year. For each: how to detect, how to fix. Walk through each.
6. lookup 不匹配
VLOOKUP returns #N/A but the value visibly exists. Common causes: (1) Trailing spaces, (2) Number stored as text, (3) Case sensitivity (rare), (4) Approximate match expected. Walk through fixes ordered cheapest.
7. pivot 刷新失败
My pivot table refresh errored. Possible causes: (1) Source range moved, (2) New columns inserted, (3) Calculated field formula referencing missing column, (4) Filter referencing removed field. Walk through.
8. Power Query 错误
A Power Query / external data refresh failed with: `{errorMessage}`. Walk through: source path / credentials / schema change / API limit. Output likely cause + fix.
可替换变量: errorMessage
9. 重算雪崩
A small change in cell A caused widespread cascade of #REF! / #N/A. Walk through: (1) Was it a deleted row / column, (2) Was a named range affected, (3) Did a chart break. Output an isolation plan.
10. 修 vs 重建
This sheet has 12 errors and unclear logic. Decide: (a) Fix in place (≤ 2 hours), (b) Rebuild from inputs (more time but cleaner). Cite criteria: clarity, ownership, future maintenance.
11. 截止前 30 分钟急救
I have 30 minutes before sending. Help me triage: (1) Errors visible to stakeholders, (2) Hidden errors that affect totals, (3) Items I can mark "TBD" and follow up. Output prioritised plan.
12. 表格事故复盘
My sheet failed during a board meeting. Write a 200-word post-mortem: (1) What went wrong, (2) Why it wasn't caught, (3) One process change (e.g., review by peer, separate inputs from calcs).
容易踩的坑
- 没具体上下文——输出泛泛。
- 不核对——AI 在软输入下会编数字。
- 受众模糊——输出深浅不当。
- 没字数限制——读者读不完前 5 行。
- 所有场景一个模板——读者麻木。
- 没”需要什么决定”——读者不知道做什么。
- 不附原数据——claim 没 receipt。
优化技巧
- 永远指明受众级别(IC / Manager / VP / CEO)。
- 限长:战术 1 页,执行 3 条。
- 开头先放”要什么决定”,上下文随后。
- 附原数据链接,省一封后续邮件。
- 发送前念出来,超 25 字的句子全砍。
- AI 出稿 + 自审,不要不看就发。
- 存好的样本,重用格式、刷新内容。
实操加深
使用这些 prompt 时,不要只替换一个主题词就直接交付。围绕「表格错误诊断 Prompt:#REF! / #N/A 模板」先补齐受众、渠道、长度、语气、参考样例、禁止样式和成功标准,再让模型输出 2 个不同版本做横向比较。好的结果应该能被另一个人直接复用,而不是只有顺滑但空泛的表达。
如果输出看起来像通用模板,下一轮要增加一个真实场景、一个反例和一个可检查指标,例如点击率、转化动作、字数、平台限制或品牌禁区。这样改出来的内容才更像可用资产,而不是一次性的灵感草稿。
FAQ
- 文档多长?: 看受众耐心。战术 1 页,执行 3 条 + 链接。
- AI 能取代分析师吗?: 初稿和模板可以;判断不行。
- 多久刷一次?: 按节奏(周 / 月 / 季),受众疲劳就调整。
- 要写风险吗?: 要。装作没风险会让下次报告失去信任。
- 怎么保证事实准确?: 附数据源链接,发前让 peer 扫一下数。
- AI 能自己出数据吗?: 不能——AI 会编看似合理的数字。连真实数据源。