This guide is for people who specifically want a petrol bill format in Excel—fleet admins, sales teams, and freelancers who log fills every week. It does not repeat our full compliance essay; for mandatory fields and GST context use the dedicated fuel bill format requirements page.
1. Suggested worksheet layout
Keep one row per fill. Typical headers (adjust to your company policy):
- Bill date (ISO yyyy-mm-dd avoids sort bugs)
- Station (brand + outlet name)
- City / state (helps explain price variance)
- Vehicle reg. no.
- Fuel (petrol, diesel, CNG kg)
- Litres (numeric)
- Rate ₹/L
- Amount ₹
- Payment (UPI / card / cash)
- Txn ref. (last 4 digits, UPI RRn, or card auth code)
- Cost centre (optional: client, route ID)
2. Formulas that save audit time
- Line check:
=ROUND([@Litres]*[@Rate],2)compared to the amount column—flag mismatches. - Monthly subtotal:
SUMIFSon vehicle + month columns so you can match against card statements. - Running km/L: if you log odometer each fill,
=(odom₂-odom₁)/litres₂for rough efficiency tracking.
3. Excel log vs PDF receipt
Excel is perfect for aggregation—you see trends, spot duplicate txn refs, and export CSV for finance. Most approvers still want a station-looking PDF per claim line. That is where our Fuel Bill Generator fits: generate a clean printable bill, then store the file name in an Attachment column beside the row.
4. Reconciling card CSV dumps
Credit card exports rarely show pump litres. Use this workflow: filter card file to fuel MCCs, sum by weekend, match against your Excel totals within ₹50–100 tolerance (rounding + delayed posting). Anything unexplained should keep a manual note before you submit.
Where to go next on this site
- Mandatory fields & audit checklistWhat payroll and auditors expect on pump documentation.
- GST angles on fuel docsContext for GSTIN, tax lines, and common invoice wording.
- Templates hubOther receipt styles beyond fuel spreadsheets.
- Monthly fuel cost calculatorRough monthly spend from litres and local pump prices.