Columns:
A: date
B: gallons filled
I: gallons used
Rows:
Fill in each day that a car is used and each fill-up. Could be 10 rows, could be 100 rows.
I'm making a vehicular fuel tracker. Each fill-up and daily trips are tracked. It'd be easy enough to calculate a monthly average for a complete year, but I want to show a monthly average for the information available at any given time. I currently have 4 months in the tracker and want it to give me a monthly average. I'd think that I'd only need two data points- date and gallons. It'd probably be best to use gallons used since fill-ups are so sporadic. Is there a way to do this without any add-ons?
A: date
B: gallons filled
I: gallons used
Rows:
Fill in each day that a car is used and each fill-up. Could be 10 rows, could be 100 rows.
I'm making a vehicular fuel tracker. Each fill-up and daily trips are tracked. It'd be easy enough to calculate a monthly average for a complete year, but I want to show a monthly average for the information available at any given time. I currently have 4 months in the tracker and want it to give me a monthly average. I'd think that I'd only need two data points- date and gallons. It'd probably be best to use gallons used since fill-ups are so sporadic. Is there a way to do this without any add-ons?