A comparative statement shows financial figures from two or more periods side by side so you can clearly see how they have changed over time, both in absolute amounts and in percentages.

What “comparative statement shows” (core idea)

When someone says “the comparative statement shows…”, they usually mean that the statement is revealing:

  • Changes in key items such as revenue, expenses, assets, liabilities, and profit from one year (or quarter) to another.
  • These changes expressed as:
    • Absolute change (increase or decrease in amount).
* Percentage change (how big that change is relative to the base year).
  • Trends over multiple periods, such as consistent growth in sales or rising costs that might signal a problem.
  • The overall direction of financial health: whether the company is improving, stable, or deteriorating over time.

In short, a comparative statement shows how performance and financial position evolve when you line up two or more periods next to each other for direct comparison.

What a comparative statement typically contains

Most comparative financial statements (for a business) will show:

  • Two or more columns of data for different periods (for example, 2024 vs 2025).
  • A column for the absolute difference between those periods.
  • A column for percentage change, often labeled “Change (%)”.

These are commonly prepared for:

  • Income statement (to compare revenues, expenses, and profit over time).
  • Balance sheet (to compare assets, liabilities, and equity over time).

Simple illustration (what it “shows”)

Imagine a comparative income statement for two years:

  • Revenue: 500,000 → 550,000, change +50,000, +10%
  • Cost of goods sold: 300,000 → 330,000, change +30,000, +10%
  • Gross profit: 200,000 → 220,000, change +20,000, +10%

We can say:

“The comparative statement shows that revenue, cost of goods sold, and gross profit have each increased by 10% year over year.”

That’s exactly how the phrase is used in accounting and exam questions: to indicate what pattern or insight the side‑by‑side numbers reveal.

HTML example table (comparative statement shows)

Here is a simple HTML table that reflects what a comparative statement might show:

html

<table border="1">
  <thead>
    <tr>
      <th>Particulars</th>
      <th>Year 1 (₹)</th>
      <th>Year 2 (₹)</th>
      <th>Change (₹)</th>
      <th>Change (%)</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>Revenue from Operations</td>
      <td>500000</td>
      <td>550000</td>
      <td>50000</td>
      <td>10%</td>
    </tr>
    <tr>
      <td>Cost of Goods Sold</td>
      <td>300000</td>
      <td>330000</td>
      <td>30000</td>
      <td>10%</td>
    </tr>
    <tr>
      <td>Gross Profit</td>
      <td>200000</td>
      <td>220000</td>
      <td>20000</td>
      <td>10%</td>
    </tr>
  </tbody>
</table>

This kind of structure is what “comparative statement shows” is pointing to: the visible, quantified changes between periods placed side by side.

Meta description (SEO-style):
A comparative statement shows financial data for two or more periods side by side, highlighting absolute and percentage changes to reveal trends, performance, and overall financial health over time.

Information gathered from public forums or data available on the internet and portrayed here.