Petrol Bill Format in Excel (India) – Columns, Formulas & PDF Hand-off

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: SUMIFS on 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

Frequently asked questions

What columns should a petrol bill Excel tracker have?

Use: bill date, station name, city, vehicle number, odometer (optional), fuel type, litres, rate per litre, line amount, payment mode, UPI/card/txn reference, and a notes column for route or client code. Add GSTIN if your employer audits fuel vendors.

How do I check that litres × rate matches the amount in Excel?

Add a helper column with =ROUND(litres*rate,2) and flag rows where ABS(helper-total)>0.05. Pump rounding and inclusive taxes can differ slightly; keep the original receipt image or PDF for each row.

Is Excel enough for office fuel reimbursement?

Excel is great for your working register, but most payroll teams still want a PDF or photo of each pump bill attached. Use the spreadsheet to reconcile totals, then archive matching PDFs from our Fuel Bill Generator.