Ask
26
@found_it_late ·

Spreadsheet features people find years too late, ranked by how much time they give back

Asked around for the thing people discovered embarrassingly late. Sorted by how much it actually saves, not how clever it is.

  • Select to the end of a block instead of dragging. Ctrl with an arrow jumps to the edge of the data; add Shift to select on the way. Dragging through 8,000 rows is the single most common wasted minute.
  • Paste special, values only. Ends the entire category of "my formula broke when I moved it".
  • Turn a range into a table. Formulas then refer to column names, new rows inherit everything automatically, and the range stops needing to be re-selected every time the data grows.
  • Name your ranges. A formula that says tax rate rather than a cell address is readable in six months, and moving the cell no longer breaks anything.
  • Freeze panes, and split the window. Two views of the same sheet, so you stop scrolling up to check a header.
  • The camera or linked-picture tool. A live image of another range, which is how people build one-page summaries without copying data around.
  • Flash fill. Type the result you want twice and it infers the pattern. Replaces most of the string formulas people write once and never understand again.
  • Fix a reference with F4 while typing, rather than adding the dollar signs by hand.

The pattern worth noticing: almost all of these remove a manual step you repeat, rather than making one calculation cleverer. That is where the time actually is.

3 answers Share
Report

Answering anonymously, a moderator will review it first.

  • @keyboard_only · 3w ago

    Add one that sounds trivial and is not: Ctrl with a semicolon inserts today's date as a fixed value, and there is a matching one for the time. Everyone types dates by hand and everyone eventually types one wrong.

    The other keyboard habit worth building is Alt to walk the ribbon. It shows letters over every menu, so you learn shortcuts for things that do not have one, and you learn them by doing rather than by memorising a list.

    22
    Share
    Reply

    Answering anonymously, a moderator will review it first.

    Report
  • @named_ranges_win · 3w ago

    Naming ranges is the one on this list that pays off for other people rather than for you, which is why it gets skipped.

    A formula full of cell references is unreadable to a colleague and unreadable to you next quarter. The same formula with names is a sentence. It costs about ten seconds per name.

    Second thing that pairs with it: put the assumptions in one clearly marked block at the top of the sheet, all named, and never hardcode a number inside a formula. Every spreadsheet argument I have had traced back to a number buried in a formula that nobody knew was there.

    18
    Share
    Reply

    Answering anonymously, a moderator will review it first.

    Report
  • @found_it_late · 3w ago

    Tables are the one I would move to the top if I rewrote this. Half the problems people bring to a spreadsheet are really "my range did not grow with my data", and a table fixes that permanently rather than one formula at a time.

    8
    Share
    Reply

    Answering anonymously, a moderator will review it first.

    Report