|
|
|
|
|
by mbork_pl
986 days ago
|
|
> Is a spreadsheet even necessary on the go? Might be better to just have a calculator and store values in a text file? You might be right technically, but one of the features of a spreadsheet is that it stores formulae. (Like a programmable calculator.) Even better, it does it spatially (which fits the way many people remember things), so after a while you can train yourself to put "kilometers driven here, amount of liters of gas there, and your gas usage per 100km is over there" etc. You can do this in a text file, too, of course (see e.g. https://www.gnu.org/software/emacs/manual/html_node/calc/Emb...), but a text file is essentially 1-dimensional, which may be a drawback here. |
|