Your cart is currently empty!
Automated GSTR-1 Filing Excel Template with Dashboard & GST Upload Format
Creating a template in Excel for GSTR-1 calculation can significantly ease your GST filing process. GSTR-1 is a return that summarizes all outward supplies (sales) of a taxpayer. Here’s a step-by-step guide to build a useful, automated GSTR-1 Excel template with key sections, formulas, and structure:
✅ Step 1: Understand the GSTR-1 Structure
GSTR-1 includes:
- B2B (Business-to-Business) Invoices – GSTIN required
- B2C Large (Invoice > ₹2.5L)
- B2C Small (Invoice ≤ ₹2.5L)
- Credit/Debit Notes
- Exports
- Nil Rated/Exempted/Non-GST
- HSN-wise Summary
- Document Summary
✅ Step 2: Prepare the Main Data Entry Sheet
Create a sheet named “Sales Data” with the following columns:
Invoice No | Date | GSTIN | Customer Name | Invoice Type | Place of Supply | Invoice Value | Taxable Value | Rate (%) | IGST | CGST | SGST | Cess |
---|
- Use drop-downs for:
Invoice Type
: B2B, B2C Large, B2C Small, Export, etc.Place of Supply
: List of States
- Use formulas to calculate taxes automatically:
- If IGST applicable:
=Taxable Value * Rate / 100
- If intra-state: split CGST and SGST as
=Taxable Value * (Rate / 2) / 100
- If IGST applicable:
✅ Step 3: Auto-Segregate GSTR-1 Sections
Create separate sheets:
- B2B
- Use
FILTER()
orAdvanced Filter
to extract rows from “Sales Data” whereInvoice Type = B2B
- Use
- B2C Large
- Filter:
Invoice Type = B2C Large
- Filter:
- B2C Small
- Filter:
Invoice Type = B2C Small
- Filter:
- Exports
- Filter:
Invoice Type = Export
- Filter:
- CDN
- Credit/Debit Notes (optional section)
- Nil Rated/Exempt
- Filter based on rate = 0%
- HSN Summary
- Pivot table summarizing by HSN Code (if maintained)
- Document Summary
- Count invoices by type (B2B, B2C, Export, etc.)
✅ Step 4: Automate Calculations
Use formulas:
- Tax Amounts:
=IF([Place of Supply]="Other State", [Taxable Value]*[Rate]/100, "")
- HSN Summary (Pivot Table):
- Rows: HSN Code
- Values: Sum of Taxable Value, IGST, CGST, SGST
✅ Step 5: Add Validation and Protection
- Use Data Validation to ensure correct input.
- Protect sheets to avoid accidental changes (Review > Protect Sheet).
✅ Optional: Export for Upload (JSON or CSV)
Some GST software (like ClearTax, Zoho, Tally) allow importing GSTR-1 in Excel or CSV format. You can generate export sheets matching their templates.
✅ Bonus: Add Dashboard
Create a summary sheet with key metrics:
- Total Invoice Value
- Tax collected (IGST/CGST/SGST/Cess)
- Count of invoices by type
Your GSTR-1 Excel Template
Here’s a detailed breakdown of the functionality in your enhanced GSTR-1 Excel template. This file is designed to simplify your GST return preparation (GSTR-1) using automated calculations, dropdowns, and a ready-to-export format.
📂 Sheet 1: Sales Data
This is the main data entry sheet where you input all sales invoices.
🔸 Columns:
Column | Description |
---|---|
Invoice No | Your unique invoice number |
Date | Invoice date |
GSTIN | Buyer’s GSTIN (for B2B and exports) |
Customer Name | Buyer’s name |
Invoice Type | Dropdown: B2B, B2C Large, B2C Small, Export, Nil Rated |
Place of Supply | Dropdown: All Indian states & UTs |
Invoice Value | Total invoice amount (including taxes) |
Taxable Value | Value on which GST is applicable |
Rate (%) | GST rate (e.g., 5, 12, 18, etc.) |
IGST | Auto-calculated if inter-state |
CGST | Auto-calculated if intra-state |
SGST | Auto-calculated if intra-state |
Cess | Leave blank or enter if applicable |
🧮 Automated Tax Formulas:
- IGST is calculated as:
=IF(Place of Supply ≠ "Intra-State", Taxable Value × Rate / 100, 0)
- CGST and SGST are calculated as:
=IF(Place of Supply = "Intra-State", Taxable Value × Rate / 2 / 100, 0)
So, depending on the state selected, it automatically decides between:
- IGST (Inter-state)
- CGST + SGST (Intra-state)
You only need to enter Invoice Type, Place of Supply, Taxable Value, and Rate—the rest is automated.
📊 Sheet 2: Summary Dashboard
A snapshot sheet for totals:
Metric | Formula |
---|---|
Total Invoice Value | SUM(Sales Data!G2:G1000) |
Total Taxable Value | SUM(Sales Data!H2:H1000) |
Total IGST | SUM(Sales Data!J2:J1000) |
Total CGST | SUM(Sales Data!K2:K1000) |
Total SGST | SUM(Sales Data!L2:L1000) |
Total Cess | SUM(Sales Data!M2:M1000) |
This provides you with quick totals needed for return filing.
📤 Sheet 3: GST Upload Format
This is a cleaned-up version of your sales data structured in a format common for:
- ClearTax, Zoho, Tally, Marg, etc.
- GSTN JSON/CSV imports in some tools (not directly uploaded to GST Portal)
📦 Columns:
Column | Notes |
---|---|
GSTIN of Recipient | From your sales sheet |
Invoice Number | Copy of Invoice No |
Invoice Date | Format: DD-MM-YYYY |
Invoice Value | As is |
Place Of Supply | From dropdown |
Reverse Charge | You can type “N” unless RCM applies |
Invoice Type | Match “B2B”, “Export”, etc. |
Rate | GST Rate |
Taxable Value | From sales sheet |
IGST, CGST, SGST, Cess | You can copy formulas or values here |
This sheet can be copy-pasted into other systems or exported as .csv
for import.
🔽 Dropdowns & Validations
🔸 Invoice Type
(Column E)
- Prevents typos and ensures grouping by type is accurate
🔸 Place of Supply
(Column F)
- Ensures correct application of IGST vs CGST/SGST
- Has all states/UTs via dropdown (limited inline list due to Excel’s 255-char limit)
✅ Key Benefits
- 🔄 Fully automated tax logic
- 📊 Real-time summary
- 📥 Export-ready for GST software
- 🔒 Error-reduction with dropdowns
- 🔄 Supports up to 1000 rows
On sale products
-
Excel Course in Hindi: Basic to Advanced Level
Original price was: ₹2,299.00.₹2,249.00Current price is: ₹2,249.00. -
Excel Training Program: Fundamentals to Advanced Techniques : Classroom/ Live Classes
Original price was: ₹6,000.00.₹4,000.00Current price is: ₹4,000.00. -
Excel VBA/Macro Masterclass: Automate Excel, Boost Productivity : Classroom /Live Class Training
Original price was: ₹8,500.00.₹6,500.00Current price is: ₹6,500.00. -
Gmail Mastery Training in Hindi: Unlocking Advanced Email Management Technique
Original price was: ₹899.00.₹849.00Current price is: ₹849.00. -
Gmail Mastery: Advanced Training for Efficient Email Management
Original price was: ₹899.00.₹849.00Current price is: ₹849.00.