In Ethiopia, the —now largely under the Ministry of Revenues (MoR) —requires businesses to submit annual tax declarations. While the authority provides official forms, many businesses use Excel-based versions of the Schedule C Business Income Tax Declaration Form to streamline calculations and organize financial data before submission. Key Components of the Declaration Form

, Excel-based templates remain a common tool for businesses to organize their financial data before final submission. Core Components of the Business Tax Declaration

| Cell | Description | Formula | | :--- | :--- | :--- | | G1 | Annualized Taxable Income | =Sheet4!B6 (if annual) or =Sheet4!B6*12 (if monthly) | | G2 | Tax on Annual Income | =IF(G1<=7200,0, IF(G1<=19800, (G1-7200)*0.1, IF(G1<=38400, 1260 + (G1-19800)*0.15, IF(G1<=63000, 4050 + (G1-38400)*0.2, IF(G1<=93600, 8970 + (G1-63000)*0.25, IF(G1<=130800, 16620 + (G1-93600)*0.3, 27780 + (G1-130800)*0.35))))))) | | G3 | | =G2 | | G4 | Tax withheld (if any – e.g., from contracts) | [User input] | | G5 | Net Tax to Pay/Refund (G3 – G4) | =G3 - G4 |

For pre-formatted templates, you can often find downloadable Excel versions on platforms like for your calculation?