Earlier quoted context omitted.
I can see this in my company. IT has for some reason decided to put some data into Hadoop. Now the users need to write spec documents for each little thing and every trivial report takes months to get done. Before they had Excel and could create whatever they needed in minutes. Us programmers don't always make life easier for end users. Often we create a level of bureaucracy. EDIT: I like a lot of the responses here.…
If you're putting Excel-sized data in Hadoop, something has gone seriously wrong in your IT department's decision-making process. It does make for a nice parable about the dangers of shiny-new-thing-syndrome though.
Finance Pros Say You’ll Have to Pry Excel Out of Their Cold, Dead Hands
51–60 of 317 posts
Re: Finance Pros Say You’ll Have to Pry Excel Out of Their Cold, Dead Hands
#52One huge reason why Finance pros in general, and Fund Managers, Brokers, Traders in particular, love Microsoft Excel is because all your formulas and calculations update almost instantly (unless you explicitly disable this feature). So they can apply their business and process knowledge to create tables and formulas, pull data from various sources, and create something that is self-contained, stored locally (inside t…
I've seen some pretty amazing sheets/templates put together in a few days that would take programmers weeks or months to put together. And since you don't have to know how to program at all to use it, it's easy to see why it remains around.
Re: Finance Pros Say You’ll Have to Pry Excel Out of Their Cold, Dead Hands
#53Earlier quoted context omitted.
If you're putting Excel-sized data in Hadoop, something has gone seriously wrong in your IT department's decision-making process. It does make for a nice parable about the dangers of shiny-new-thing-syndrome though.
Not really. They could be trying to build a company-wide data lake. Some files in the lake will be very small, others will be very large. Because it's in HDFS it won't matter if the very small ones suddenly become very large. End users groan because people groan every time anything changes and they have to learn something new.
Re: Finance Pros Say You’ll Have to Pry Excel Out of Their Cold, Dead Hands
#54Re: Finance Pros Say You’ll Have to Pry Excel Out of Their Cold, Dead Hands
#55Earlier quoted context omitted.
I can see this in my company. IT has for some reason decided to put some data into Hadoop. Now the users need to write spec documents for each little thing and every trivial report takes months to get done. Before they had Excel and could create whatever they needed in minutes. Us programmers don't always make life easier for end users. Often we create a level of bureaucracy. EDIT: I like a lot of the responses here.…
If you're putting Excel-sized data in Hadoop, something has gone seriously wrong in your IT department's decision-making process. It does make for a nice parable about the dangers of shiny-new-thing-syndrome though.
as opposed to fecking sharepoint
Re: Finance Pros Say You’ll Have to Pry Excel Out of Their Cold, Dead Hands
#56Earlier quoted context omitted.
People are wedded to Excel because they've spent a lot of time learning it and don't want their skills to become obsolete. The resistance is rooted in psychological / political reasons, not technical ones.
I disagree. For users who aren't going to make the leap to "real" programming, spreadsheets are a huge boon. Excel is the only thing many domain experts can use to turn their knowledge into a computational model. Sure, there are tons of problems compared to models implemented in general-purpose programming languages, and we love to complain about the atrocities committed in Excel, but nobody's yet managed to devise a…
Excel, 1-2-3, Visicalc are, taxonomically speaking, in the same class.
We have a new order of tools. While they have their own inherent risks, they reflect literally decades of thinking about the risks and limitations of tools whose lineage traces back to Visicalc.
Macro management and security, versioning, distributed access, multidimensionality; all are addressed in a handful of ways with Alpha, Tableau, Looker and other progressive tools.
Excel, floppies, line printers; relics.
Re: Finance Pros Say You’ll Have to Pry Excel Out of Their Cold, Dead Hands
#57One huge reason why Finance pros in general, and Fund Managers, Brokers, Traders in particular, love Microsoft Excel is because all your formulas and calculations update almost instantly (unless you explicitly disable this feature). So they can apply their business and process knowledge to create tables and formulas, pull data from various sources, and create something that is self-contained, stored locally (inside t…
> The same excel workbook that let's the traders do their job would take months / years to convert to a web app, and even then, the speed may not match up. Sorry but I have to call nonsense on that part. I've seen recently a whole trading operation converted to a system very close to a web app within 6 months. The hard part of the job was untangling the mess they created. And knowledgeable quants who actually program…
Even as a software developer I will freely admit that Excel is the right tool for many jobs. We shouldn't be so eager to transform workbooks into formal apps unless there is a really good reason to.
Re: Finance Pros Say You’ll Have to Pry Excel Out of Their Cold, Dead Hands
#58Re: Finance Pros Say You’ll Have to Pry Excel Out of Their Cold, Dead Hands
#59How do finance folks deal with decimals? Doesn't Excel use binary floats? Do they switch to integers?
Re: Finance Pros Say You’ll Have to Pry Excel Out of Their Cold, Dead Hands
#60Earlier quoted context omitted.
> The same excel workbook that let's the traders do their job would take months / years to convert to a web app, and even then, the speed may not match up. Sorry but I have to call nonsense on that part. I've seen recently a whole trading operation converted to a system very close to a web app within 6 months. The hard part of the job was untangling the mess they created. And knowledgeable quants who actually program…
I work with engineers (mostly mechanical) who are in the same boat. We built a quick python app to do in ~30 seconds what their excel/VBA shit fest did in 45 minutes. Excel and the like are better than nothing and for most non programmer numbers people probably fine - but if you need some real heavy lifting I would bring in the bug guns.