*
dr.s.l...@gmail.com, 2018-11-06 23:29 UTC:
> But I need to append new lines to the calculation part. Is it *necessary* to remember to drag the expression down *each time*, or is there a way of making that automatic? I could, of course, drag the expression down manually a very long way, and never insert new lines.
As Luuk mentioned, there's Ctrl+D to copy values and formulas from the
row above, which also works on a selection. So you could select the
columns and press Ctrl+D once to copy all cells from above
(automatically adjusting relative references in formula expressions to
the new position) and then replace the input value with the new value.
> ASIDE - general spreadsheets - it should be possible to have a numeric column formatted as Date, with the dates being in any of the three main ISO8601 forms - yyyy-mm-dd, yyyy-Www-d, & yyyyddd. Please. Don't trust US coders (NIST apart) to calculate yyyy-Www-d correctly for all dates.
I don't quite understand what you mean with Www, if it's abbreviated
month name then it is MMM, if it is the week number then it would be WW
but then yyyy-Www-d wouldn't make sense. Anyhow, yyyy-mm-dd is
recognized as date as is yyyy-mmm-dd but of course the actual month name
abbreviation recognized depends on the current locale. A numeric yyyyddd
input can't be a date because it is a number.