- Moderator
- #1
I'm working on putting together a new spreadsheet for tracking my fuel consumption (and probably maintenance, as a separate sheet within the same file).
Being an engineer with too much time on my hands...I'd like the sheet set up to generate charts plotting miles driven vs. time, gas mileage vs. total miles, etc. as I input my fill-ups.
Making Excel do stuff like that is a big part of my job, so the spreadsheet aspect of what I want to do is no big deal.
What I'm wondering, though, is this- when I plot "Gas Mileage vs. Odometer Reading" (to track changes in fuel mileage over time), should I use some sort of weighted average for the gas mileage? Tank-by-tank mileage fluctuates due to more factors than I care to list; if I'm trying to track longer-term trends, I'm thinking I should maybe try to normalize the data points a little to smooth the line. Maybe something like [(previous tank MPG)+2*(tank MPG)+(next tank MPG)]/4 ... though I'm wondering if maybe an exponential formula might work better?
Anybody understand what I'm trying to do? Know what the best way to do it is?
Being an engineer with too much time on my hands...I'd like the sheet set up to generate charts plotting miles driven vs. time, gas mileage vs. total miles, etc. as I input my fill-ups.
Making Excel do stuff like that is a big part of my job, so the spreadsheet aspect of what I want to do is no big deal.
What I'm wondering, though, is this- when I plot "Gas Mileage vs. Odometer Reading" (to track changes in fuel mileage over time), should I use some sort of weighted average for the gas mileage? Tank-by-tank mileage fluctuates due to more factors than I care to list; if I'm trying to track longer-term trends, I'm thinking I should maybe try to normalize the data points a little to smooth the line. Maybe something like [(previous tank MPG)+2*(tank MPG)+(next tank MPG)]/4 ... though I'm wondering if maybe an exponential formula might work better?
Anybody understand what I'm trying to do? Know what the best way to do it is?