I have a table with that looks as follow
<table> <tr> <td>Date</td> <td>mile-age</td> <td>miles driven as the last refuel</td> <td>Gallons refuel</td> <td>Gallons up to 100 miles</td> <td>Price total</td> <td>Price for one Gallon</td> </tr> <tr> <td>2019-12-14</td> <td>10551</td> <td>594</td> <td>34.28</td> <td>5.77</td> <td>45.87</td> <td>1.338</td> </tr> <td>2019-11-07</td> <td>9957</td> <td>692</td> <td>35.40</td> <td>5.11</td> <td>47.37</td> <td>1.338</td> </tr> </table> now i want calculate Miles driven as the last refuel Gallons up to 100 Miles Price for one Gallone Any Ideas? Thankyou for help -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/b7a1f13c-9993-4d03-ba97-0885688703da%40googlegroups.com.

