Hello everyone,
Currently, I am working on creating a fuel consumption management app.
The data is a Google Spreadsheet with the following table structure:
- Date and Time
- Model Name
- Value of ODOMETER
- Amount of Fuel Refueled
Using this table, I aim to:
- Calculate the distance traveled from the last refueling to the current refueling.
- Compute fuel efficiency by dividing the distance traveled by the amount of fuel refueled.
While I have successfully retrieved the distance traveled at the last refueling using the Query column, I encountered difficulties using that value in the Math column for further calculations.
Could someone guide me on how to achieve these calculations? I appreciate any assistance or insights you can provide.
Thank you in advance!