I like the programmers on here telling the professional users that Excel is overblown and they could just use Numbers, OpenOffice or Google sheets. Imagine an accountant coming on here and telling you that you don't need vi, emacs, sublime text or VSCode. You certainly don't need your IDEs. After all it's perfectly possible to code in Notepad. You also don't need your languages. BASIC was perfectly good. The killer f…
The real problem isn’t with Excel itself. The problem is VBA and even Microsoft has been trying to kill it with JavaScript and future python support. I don’t feel that even MS can kill VBA since it’s so ubiquitous on Excel into the day that the majority of users transition to Excel online.
'I grew up with it': readers on the enduring appeal of Microsoft Excel
281–290 of 377 posts
Re: 'I grew up with it': readers on the enduring appeal of Microsoft Excel
#282I like the programmers on here telling the professional users that Excel is overblown and they could just use Numbers, OpenOffice or Google sheets. Imagine an accountant coming on here and telling you that you don't need vi, emacs, sublime text or VSCode. You certainly don't need your IDEs. After all it's perfectly possible to code in Notepad. You also don't need your languages. BASIC was perfectly good. The killer f…
I don’t want to know how many decisions are made based on faulty Excel spreadsheets.
Re: 'I grew up with it': readers on the enduring appeal of Microsoft Excel
#283Earlier quoted context omitted.
Excel users can make mistakes, therefore Excel spreadsheets can't be audited? Is that your point?
My point is that if Excel spreadsheets can be audited, practically speaking, why are these major errors going unnoticed all the time ? Edit: My contention is that spreadsheets are in fact, very opaque, and it is incredibly difficult to check that every part of a spreadsheet is actually doing what its users think it is supposed to be doing. Specifically, I posit that it is harder to check a spreadsheet, than it is to…
Auditors don’t show up to critique your formulas. They are looking at business processes, which means usually the data that flows between things. If it gets to the point where they are digging that deep, they have a finding and are trying to assess the severity.
Software, including major business systems are often fucked up. There are major companies using RPA software to robotically use excel to correct some fubar in Oracle financials that wont get fixed for a few years.
The beauty of excel is that the business speaks it.
Re: 'I grew up with it': readers on the enduring appeal of Microsoft Excel
#284Earlier quoted context omitted.
neither of those are useful for the next stage of analysis.
Csv is much more useful than Excel. Pdf is much less useful.
PDF is the canonical way to preserve formatting where that is important. A court document electronically filed in PDF in 1999 is identically rendered today. The source .doc or WordPerfect file is not.
Re: 'I grew up with it': readers on the enduring appeal of Microsoft Excel
#285I like the programmers on here telling the professional users that Excel is overblown and they could just use Numbers, OpenOffice or Google sheets. Imagine an accountant coming on here and telling you that you don't need vi, emacs, sublime text or VSCode. You certainly don't need your IDEs. After all it's perfectly possible to code in Notepad. You also don't need your languages. BASIC was perfectly good. The killer f…
This is exactly right. I work in investment banking and the reason I believe Excel will never go away is because of how easy it is to follow extremely complex financing structures. If I build a financial model, the 60 year old CFO needs to be able to understand it and agree with it. One other aspect is all of the shortcuts and hot keys. If you switched to a different software you’d have to relearn shortcuts that you…
As a 59-year-old, I am extremely disappointed in your insinuation that people our age are unfamiliar with modern technology. We built the foundations for all the cool stuff you whippersnappers take for granted, including Excel.
Re: 'I grew up with it': readers on the enduring appeal of Microsoft Excel
#286Earlier quoted context omitted.
You're pretty sure it's the wrong tool, but you can't imagine a use case for a fairly basic feature of said tool? Why do I now doubt your assertion?
[flagged]
Legibility is an important consideration, and with Excel, the size of sheets tend to grow until there are too many columns. So now you have the normal regular size font and you use a different font that's more legible at small sizes, especially when rotated 90.
There have been umpteen attempts to replace Excel. User interviews to understand how customers actually use the tool are important. Having the hubris to say customers are doing it wrong without even bothering to understand their use case is the first step to failing at replacing Excel.
Don't get me wrong, I cringe every time I fire up a spreadsheet and it grows past a reasonable size or length of use, or any number of shortcomings. Sometimes I even switch tools or write my own when that happens but lately I find Airtable's a pretty good replacement for most human (aka not finance) use of spreadsheets.
Re: 'I grew up with it': readers on the enduring appeal of Microsoft Excel
#287Earlier quoted context omitted.
This is exactly right. I work in investment banking and the reason I believe Excel will never go away is because of how easy it is to follow extremely complex financing structures. If I build a financial model, the 60 year old CFO needs to be able to understand it and agree with it. One other aspect is all of the shortcuts and hot keys. If you switched to a different software you’d have to relearn shortcuts that you…
I'm an engineer/scientist and I find it super hard to follow other people's excel files. All you see if some data/numbers instead of the actual code/calculations.
Re: 'I grew up with it': readers on the enduring appeal of Microsoft Excel
#288Earlier quoted context omitted.
This is exactly right. I work in investment banking and the reason I believe Excel will never go away is because of how easy it is to follow extremely complex financing structures. If I build a financial model, the 60 year old CFO needs to be able to understand it and agree with it. One other aspect is all of the shortcuts and hot keys. If you switched to a different software you’d have to relearn shortcuts that you…
I'm an engineer/scientist and I find it super hard to follow other people's excel files. All you see if some data/numbers instead of the actual code/calculations.
Following spreadsheets is like trying to find something in my garage if all of the boxes have lids. But if the boxes are all open, I can find stuff in a jiffy, even if the boxes are disorganized.
Re: 'I grew up with it': readers on the enduring appeal of Microsoft Excel
#289Earlier quoted context omitted.
Excel users can make mistakes, therefore Excel spreadsheets can't be audited? Is that your point?
My point is that if Excel spreadsheets can be audited, practically speaking, why are these major errors going unnoticed all the time ? Edit: My contention is that spreadsheets are in fact, very opaque, and it is incredibly difficult to check that every part of a spreadsheet is actually doing what its users think it is supposed to be doing. Specifically, I posit that it is harder to check a spreadsheet, than it is to…
I don't think I can agree with this. The average codebase I see is pretty terrible readability-wise. Nasty levels of function nesting, tons of variation of behavior based on arguments passed into functions, etc. I assume the average Excel spreadsheet is also pretty nasty, but it has the advantage of having a debugger "built in" vs looking at the code generally without actually seeing the data flowing through it (e.g. who runs every code review they do through a debugger?).
I also think this ignores that a "traditional" program replacing Excel would still need to get data from somewhere, which commonly implies a SQL database or a data warehouse that speaks SQL these days, and complex SQL is itself NASTY to verify/fully grok through reading alone.
Re: 'I grew up with it': readers on the enduring appeal of Microsoft Excel
#290Earlier quoted context omitted.
This is exactly right. I work in investment banking and the reason I believe Excel will never go away is because of how easy it is to follow extremely complex financing structures. If I build a financial model, the 60 year old CFO needs to be able to understand it and agree with it. One other aspect is all of the shortcuts and hot keys. If you switched to a different software you’d have to relearn shortcuts that you…
> 60 year old CFO As a 59-year-old, I am extremely disappointed in your insinuation that people our age are unfamiliar with modern technology. We built the foundations for all the cool stuff you whippersnappers take for granted, including Excel.