실제 입력
- Formula
- =IFERROR(ROUND((D2-C2)/C2,2),"Check input")
- Workbook context
- C is last month's revenue, D is this month's revenue. The cell should show the decimal growth rate rounded to two places.
- Sample values
- C2=8000; D2=9200.
Understand what a formula calculates, its dependencies, and where it can fail. 제공할 내용: Formula, Workbook context, Sample values. 예상 결과: A plain-language walkthrough, worked example, and risk checklist.
텍스트는 이 브라우저에 유지됩니다. AILesson Prompts는 이를 모델이나 서버로 보내지 않습니다.
채워지지 않은 필드는 플레이스홀더로 표시되므로 프롬프트를 복사하고 편집할 수 있습니다
Explain this Excel formula without changing it:
[formula]
Workbook context:
[context]
Sample values:
[sample]
Return:
- A one-sentence description of the final result
- A nested breakdown evaluated from the innermost operation outward
- A worked calculation using the sample values
- Every cell, range, table, or named-range dependency
- The meaning of absolute and relative references
- Likely failure modes involving blanks, text, errors, dates, or missing matches
- Two questions to confirm with the workbook owner
Do not claim the formula is correct without comparing its behavior with the stated intent.Playground에서 사용해 보기입력에서 결과까지
구체적인 맥락이 이 레시피를 바로 사용할 수 있는 결과로 바꾸는 방법을 확인하세요
Result: The formula calculates month-over-month revenue growth as a decimal, rounds it to two places, and replaces any calculation error with “Check input.”
Inside out: D2-C2 finds the revenue change. Dividing that change by C2 expresses it relative to last month. ROUND(...,2) keeps two decimal places. IFERROR catches every Excel error from the calculation.
Worked example: 9,200 − 8,000 = 1,200; 1,200 ÷ 8,000 = 0.15; rounding gives 0.15, which displays as 15% only if the cell uses percentage formatting.
Dependencies: C2 and D2 only. Both are relative references, so copying the formula down changes them to C3/D3, then C4/D4.
Failure modes: C2 equal to zero triggers the fallback; numeric text may behave inconsistently; blanks can be treated as zero; IFERROR hides the difference between a zero denominator and corrupted input. Confirm whether zero prior revenue should show “new” rather than an error, and whether blank current revenue means zero or missing data.
Working from the inside out makes nested formulas easier to audit.
A real sample distinguishes a plausible explanation from the formula's actual behavior.
Can you reproduce the worked result manually?
Are all external sheets, ranges, and fixed references identified?
안심하고 사용하세요
이 레시피를 언제 사용해야 하는지, 무엇을 제공해야 하는지, 그리고 어떤 부분에서 사람의 검토가 여전히 중요한지에 대한 실용적인 답변
For “Explain an Excel formula step by step,” prepare Formula, Workbook context, and Sample values. Replace placeholders only with information you can verify. If a detail is unknown, preserve that uncertainty explicitly instead of asking the model to infer it.
The result is not ready if it does not yet deliver the stated outcome—A plain-language walkthrough, worked example, and risk checklist—from the supplied evidence, or if it relies on unresolved assumptions, missing approvals, or invented details. Use the checks as release gates: revise the source inputs or assign a named, authorized reviewer instead of polishing an unsupported output.
The published test record for “Explain an Excel formula step by step” lists ChatGPT as of 2026-08-28. This confirms recorded runs, not guaranteed compatibility or identical results in later product versions. For another tool or version, keep every constraint visible and repeat the result checks before use.
작업을 계속 진행하세요
스프레드시트 인사이트
Name repeated expressions once, preserve workbook behavior, and verify that the refactor is equivalent
레시피 열기스프레드시트 인사이트
Measure and visualize association while retaining time order, outliers, confounders, clustering, and alternative explanations
레시피 열기스프레드시트 인사이트
Match the summary statistic to the decision, metric scale, distribution, weighting, and tail risk
레시피 열기AILesson · 추천 코스
AI를 이해하는 것에서 실제로 일을 해내는 단계로 나아가세요. 업무와 일상에 활용할 수 있는 대화형 레슨을 통해 프롬프트 작성, 검토, 결과 개선을 연습하세요.

대화형 레슨 15개
유용한 AI 대화를 시작하고, 답변을 개선하고, 중요한 내용을 확인하며, 언제 직접 다음 행동에 나서야 하는지 알아보세요.
이 코스 둘러보기
대화형 레슨 10개
첫 대화를 완성하고, 파일을 활용해 작업한 다음, Projects를 사용해 검토한 계획을 새 대화로 가져가는 세 가지 실용적인 작업 흐름을 통해 ChatGPT를 배워보세요.
이 코스 둘러보기
대화형 레슨 7개
일반적인 AI 채팅이 언어 패턴을 학습하고, 현재 메시지를 활용하고, 답변을 구성하며, 출처와 도구를 추가하는 방식을 이해하세요.
이 코스 둘러보기