Finance Pros Say You’ll Have to Pry Excel Out of Their Cold, Dead Hands
61–70 of 317 posts
Re: Finance Pros Say You’ll Have to Pry Excel Out of Their Cold, Dead Hands
#62Earlier quoted context omitted.
Anything that can be done in minutes with Excel could be done in relatively short order via an actual programming language.
With Excel any reasonably capable business analyst can do sophisticated calculations quickly without needing anything else. With a web app, SQL database and whatever the ramp up cost is huge in comparison.
Re: Finance Pros Say You’ll Have to Pry Excel Out of Their Cold, Dead Hands
#63Earlier quoted context omitted.
Erm, they would also need a programmer at that point. More to the point, excel is more of a thinking tool that allows for lots of tinkering with real time feedback. Programming languages require lots of thinking up front and are not meant for thinking without significant augmentation (REPL, Jypiter notebooks).
Excel is a garbage environment and its pretty trivial to find environments that provide both a capable environment AND immediate feedback.
Re: Finance Pros Say You’ll Have to Pry Excel Out of Their Cold, Dead Hands
#64Earlier quoted context omitted.
With Excel any reasonably capable business analyst can do sophisticated calculations quickly without needing anything else. With a web app, SQL database and whatever the ramp up cost is huge in comparison.
The ramp up cost isn't months vs minutes. That is just pure nonsense.
Re: Finance Pros Say You’ll Have to Pry Excel Out of Their Cold, Dead Hands
#65Earlier quoted context omitted.
Anything that can be done in minutes with Excel could be done in relatively short order via an actual programming language.
It might take a time till coder has time for it. And coder may misunderstand requirements and needs time to get them.
Re: Finance Pros Say You’ll Have to Pry Excel Out of Their Cold, Dead Hands
#66Excel's dominance in the field is because it is an _application container_ that _non_ dev people can use.
The workflow is this:
- old trader guy says to his junior guy: "hey can you look into xxx."
- junior trader guy says: "sure I'll make a spreadsheet for it"
- old trader guy: "great your model is all I need, let's trade"
- several weeks later, IT guy says: "hey you're running a $100m book out of a spreadsheet, we'll make you a nice system for it, cause your stuff will blow up."
- several months later the IT guy comes back with a web app that does the same thing as the spreadsheet.
- old trader guy says: "hey I can't copy shit around, my shortcuts aren't working, I need to be able to do basic maths on the side, I can't save my work, etc."
- IT guy: "ok I'll make you an export-to-Excel button"
Seriously I've seen this happen over and over again.
The issue is not how to get rid of Excel, it's how do we make a better spreadsheet...
Re: Finance Pros Say You’ll Have to Pry Excel Out of Their Cold, Dead Hands
#67Earlier 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
#68One 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…
What I don't understand is when shops start stressing the scalability of Excel, such as accountancy shops that share their spreadsheets around through primitive systems of locking (even some of the big 10 accountancies do this), why they never considered anything like Access. The jump is straight from Excel to full-on DB backend, with no transition in the middle.
Also, if it ain't broke, why fix it? I feel like a transition to a new system at times is akin to a software rewrite.
Re: Finance Pros Say You’ll Have to Pry Excel Out of Their Cold, Dead Hands
#69One 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…
Simply taking an Excel workbook -- even data connected -- and using that as the requirements that drive an implementation would be extremely quick and speedy, the result having a litany of advantages.
But that's never how such projects go. Instead everyone has to greenfield some idealized pinnacle product.