>>108855428
There are also certain specialty types of functions that do things like uh. they call them database functions. Like there are lookup formulas, and let me tell you, you can learn them, and they aren't as good as they should be. They exist because back in the day computers sucked and databases were too slow / expensive / hard to use.
Yeah so of course a spreadsheet can query a real database, because why not make it even more annoying?
I don't think that honestly the database functions are that hard to learn, I just want to warn you that when you use them, like it's much more limited than a real database, so sometimes you think it will do something that is *really hard to do* but sounds easy, and is easy in a real database.
formulas have things like concatenation, which is easy to learn.
something related to the wizardry is address() and row() and column() and indirect().
=INDIRECT(ADDRESS(ROW(),$AD2-AG$1))
an example from a recent spreadsheet of mine.
sed and awk are honestly better, but like whatevs, I learned spreadsheet stuff.
You'll want to know how about pasting values only, pasting formulas, and paste rotate.
You'll want to know what's up with sheet references. Spreadsheets are 3D, technically, but most formulas don't work in the 3rd dimension, and the syntax is horrible. The exclamation thing. It's easy to try it, start entering a formula in one page and click on a cell in another sheet, it will fill the formula out for you.
The main way to not suck is don't wait for assignments, try and do shit like instantly, like not waiting, like put shit in there.
idk, print ranges are weird.
oh, a trick. if you click in the formula bar thing, again, that's like a url bar, that thingy. well, you can select your formula and honestly, I'll hit [ctrl]+x and then [esc] and now the REAL formula is in your real clipboard so when you paste, it's exactly the same