But remember: the BIR does not accept Excel files as official tax returns. Use your Excel template to compute, validate, and document — then file using the official eBIRForms system.
Functionally yes, as long as formulas mirror Excel. However, Google Sheets may handle rounding and data validation differently. Test thoroughly. Never use it for final filing if offline access is required. bir form 1702 rt version 2018 excel format
Yes, as a supporting schedule, but only if accompanied by the official BIR form (printed from eBIRForms). You cannot submit standalone Excel printouts as the tax return. But remember: the BIR does not accept Excel
Introduction: The Search for the Right Tax Form However, Google Sheets may handle rounding and data
| Rule | Excel Implementation | |------|----------------------| | For corporations with gross sales ≤ PHP 10M are subject to 30% RCIT but MCIT applies only if there is gross income. | IF(AND(GrossSales<=10000000, GrossIncome>0), MIN(Line9, Line12), Line9) | | MCIT = 2% of Gross Income (Line 5) | =Line5 * 0.02 | | If MCIT > RCIT, MCIT is payable. | =MAX(RCIT, MCIT) | | Allowable deductions cannot exceed Gross Income. | Data validation: Deductions <= Gross Income | | Tax credits cannot exceed Tax Due. | Conditional formatting alert |