I think of Excel as a neat example of a rare local minimum in the great programming space. I think R gets to something close like this too. You can technically accomplish about any programming task you want in it, albeit with poor ergonomics for anything sufficiently complicated, and a small but real push in that area of work will lead you to use a more accepted form of "programming". However, due to whatever environ…
'I grew up with it': readers on the enduring appeal of Microsoft Excel
31–40 of 377 posts
Re: 'I grew up with it': readers on the enduring appeal of Microsoft Excel
#32I think of Excel as a neat example of a rare local minimum in the great programming space. I think R gets to something close like this too. You can technically accomplish about any programming task you want in it, albeit with poor ergonomics for anything sufficiently complicated, and a small but real push in that area of work will lead you to use a more accepted form of "programming". However, due to whatever environ…
I 100% get the appeal of excel for many tasks and realistically when used as a tool it is extremely powerful and removes a lot of things (like how to display the data) out of what I need to care about.
Re: 'I grew up with it': readers on the enduring appeal of Microsoft Excel
#33There was a day when Excel was used as a password manager. It might have been password protected. It might not have.
Re: 'I grew up with it': readers on the enduring appeal of Microsoft Excel
#34I don't need 95% of excel's features, and it does a lot of things that I don't want or need. But I have yet to find something that gets rid of most of the features that I don't want while keeping the things I do (which almost entirely revolve around just viewing simple .csv data files. Primarily I want searching, sorting, and filtering, and the ability to quickly get sums/means of selected cells would be nice (althou…
Google Sheets worked fine for me. The UI is intuitive and stripped down. And it has much better networking/collaboration support compared to Microsoft that has it bolted on.
Re: 'I grew up with it': readers on the enduring appeal of Microsoft Excel
#35For me, I've used it for budgets, to-do lists, etl, reporting, financials. Its data handling utility is pretty much unmatched. It's super easy at this point to see anything with it.
It's well worth any price for sure. It's really the only reason I have a 365 subscription at this point. And like everyone else, I doubt I've used more than 2% of it.
Re: 'I grew up with it': readers on the enduring appeal of Microsoft Excel
#36I have several extremely complex spreadsheets that have reached a breaking point because "the maximum number of fonts has been exceeded". There's like 8 fonts being used at most. The problem is, I don't have an alternative piece of software that can maintain the other very complicated formatting, let alone import it. And it now starts to revert formatting randomly throughout the spreadsheets. It's a widely known prob…
> It's a widely known problem with no solution I can find to date. I can think of a solution: don’t use 9 different fonts. You have cell background and text foreground color, font size, bold, underline, italics, strike through, cell border styles, conditional formatting, etc. There are plenty of formatting tools in Excel. What are you not able to accomplish with those that you can accomplish with 9 font faces?
so, what you are calling "fonts" (Arial, Times) are actually called "typefaces"
every pointsize in a typeface is a new font, and bold and italics the same.
so, we don't know if Excel is making the same common/casual error you are, but if their error message is "technically correct (the best kind of correct)", then italics and bold in each pointsize are all separate fonts, and that's what he might have too many of.
Re: 'I grew up with it': readers on the enduring appeal of Microsoft Excel
#37Excel can be really great — it’s been said that a huge amount of the world‘s programming is actually done in excel (summing a column of numbers is, after all, a very primitive programme). I wish there were better tools to help excel users migrate to more formal coding. Something that allows the immediate visibility and accessibility of Excel code, but avoids some of the problems of updating a formula in one place, bu…
Even today, complex logic in Excel is mostly done through VBA, JavaScript, Python and the like.
Re: 'I grew up with it': readers on the enduring appeal of Microsoft Excel
#38Excel can be really great — it’s been said that a huge amount of the world‘s programming is actually done in excel (summing a column of numbers is, after all, a very primitive programme). I wish there were better tools to help excel users migrate to more formal coding. Something that allows the immediate visibility and accessibility of Excel code, but avoids some of the problems of updating a formula in one place, bu…
This is actually the root problem of trying to improve or extend Excel--it has a truly ancient, horribly broken sharing/ipc/embedding model that is integrated into everything and can't be easily fixed or worked around.
Re: 'I grew up with it': readers on the enduring appeal of Microsoft Excel
#39Excel can be really great — it’s been said that a huge amount of the world‘s programming is actually done in excel (summing a column of numbers is, after all, a very primitive programme). I wish there were better tools to help excel users migrate to more formal coding. Something that allows the immediate visibility and accessibility of Excel code, but avoids some of the problems of updating a formula in one place, bu…
Best part: Excel supports your example and many other similar quality of programmers life use cases and has been for years if not decades (e.g. named ranges and tables). For some reason people don’t use them.
Re: 'I grew up with it': readers on the enduring appeal of Microsoft Excel
#40Excel can be really great — it’s been said that a huge amount of the world‘s programming is actually done in excel (summing a column of numbers is, after all, a very primitive programme). I wish there were better tools to help excel users migrate to more formal coding. Something that allows the immediate visibility and accessibility of Excel code, but avoids some of the problems of updating a formula in one place, bu…