From my perspective, it's gotten harder to use spreadsheet programs efficiently with each new version - the keyboard shortcuts collide more, and everything moving to Office 365 / Google Docs / etc. has made the available tools less powerful.
excel used to almost be a joy to use; now it's sluggish, inconsistent, and buggy
i mostly use excel 2010 now as it's a little less obnoxious than the newest builds...
i look forward to not having to use this steaming pile though I suspect I've got another 20+ years of it :(
However, make sure you know the limits of Excel...
It's not fair to blame Excel for this, the real issue was using a very outdated file format from before Office 2007
That's "You Suck at Excel" talk by Joel Spolsky.
As someone various colleagues have urged to compete at modeloff years ago, it's really just something one would do if they enjoy it, anyone smart/experienced enough to do modeloff/etc. would also know it's not a good value proposition in terms of winnings/expected value/etc.
Also, anyone who writes a formula like "=SUM(CODE(MID(LOWER(SUBSTITUTE(SUBSTITUTE(C3,”:”,””)" is a bit suspect imo
from chatgpt:
Here's a practical example to illustrate:
Assume cell C3 contains the string "A:B:c".
Removing colons results in "ABc". Converting to lowercase results in "abc". Extracting ASCII codes of "a", "b", and "c" gives 97, 98, and 99, respectively. Summing these values gives 97 + 98 + 99 = 294. So, the formula SUM(CODE(MID(LOWER(SUBSTITUTE(SUBSTITUTE(C3,”:”,””)))))) for the string "A:B:c" results in 294.
Smells like K, except way more human-friendly :)