this post was submitted on 12 Mar 2026
1729 points (99.1% liked)
Programmer Humor
30362 readers
1737 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Excel is sooo much than it used to be in Office 97. And it's way better than any other spreadsheet software I've tried.
Speaking of, anyone know of any alternative that handles named tables the same as Excel? Built-in filtering/sorting and formulas that can address the table itself instead of a cell range?? Please?
SQL?
Seriously. If you are talking about querying tables, Excel is the wrong tool to use. You need to be looking at SQL.
I've been hosting grist for a while and it is quite nice. Wasn't able to move all the stuff from classic spreadsheets though
I'll check that out, thanks!