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…
'I grew up with it': readers on the enduring appeal of Microsoft Excel
351–360 of 377 posts
Re: 'I grew up with it': readers on the enduring appeal of Microsoft Excel
#352I made an aircraft flight model that made heat maps of line of sight vectors to the ground as a plane banked and flew its looping flight path over a city. I included an overhead view animation tab by plotting the lat/lon over a scatter plot with a map as a background image and walking over each point via the arrow keys. Wrote some VB to output the image frame to files then stitched them together as a gif. Funny enough it worked great on everyone’s machine except the conference room computer attached to the projector. Turns out it was due to it not having a printer driver installed so some screen inch to pixels system variable wasn’t set.
I did all of the problems in the Fundamentals of Astro dynamics book (BMW) via excel by using the cel copy via mouse drag to perform iteration based calculations.
A co-worker made a complete battlefield simulation in excel that was amazing.
Another shrunk the row and columns cells into pixel size and made some pretty cool looking animations by using cell formatting to turn them on/off with color.
Today, the only modern toolset that would come close to being able to made those examples as quickly would be Jupyter Notebooks. Another tool “professional” coders hate. Maybe Matlab with some costly modules but that breaks down once you leave its linear algebra comfort zone.
I truly hate Microsoft but Excel is an amazing piece of software. Which funny enough started on a Mac.
Re: 'I grew up with it': readers on the enduring appeal of Microsoft Excel
#353Earlier quoted context omitted.
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.
I wrote a VB macro that displays the formula for a cell, next to the cell. Granted you have to add a cell (typically a column) to make space for it. It returns either a formula, or "constant" if the cell doesn't contain a formula. I could make it more sophisticated, but just those two things are enough to make spreadsheets a lot easier for me to follow. Following spreadsheets is like trying to find something in my ga…
Re: 'I grew up with it': readers on the enduring appeal of Microsoft Excel
#354Earlier 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.
Re: 'I grew up with it': readers on the enduring appeal of Microsoft Excel
#355Earlier quoted context omitted.
Excel sheets are built visually so there is absolutely no sane way to parse them. Just the same thing as trying to restructure a pdf at the end of the day.
Yeah this is what Microsoft is trying to do with copilot. But they couldn't figure it out either so it's limited to data formatted as table.
Re: 'I grew up with it': readers on the enduring appeal of Microsoft Excel
#356Re: 'I grew up with it': readers on the enduring appeal of Microsoft Excel
#357Earlier quoted context omitted.
And I'd bet that after you left, your system was ignored or fell apart while those "chaotic" employees with their spreadsheets just kept chugging along fine.
Not sure why you’re assuming the worst of me here.
b) because in many years of corporate experience, the vast majority of systems built with the intention of replacing Excel processes fail to achieve that goal.
It is true that knowledge workers are often disorganized and messy - in large part, because actual business is also messy and changes very quickly. When you start with the attitude of "unfucking" and "sheer amount of crap", it's obvious that you actually aren't respectful and aware of the actual day-to-day demands of business, their bosses, presentation requirements, messy input sources, etc. Pure, testable code may be more elegant but it simply is not as flexible and UI-friendly as Excel, which is a large part of why these types of projects fail at such a high rate.
Re: 'I grew up with it': readers on the enduring appeal of Microsoft Excel
#358Earlier quoted context omitted.
I’ve had the pleasure of investing many hours across excel and gsheets. I’m currently at an org that uses MS suite and excel collaboration across OneDrive & Sharepoint is almost seamless now as long as long as you’re on the cloud
I don't think people are remotely aware how Good MS tools are atm when it comes to collaboration and integration with their "other" suit of tools. Yes, it's ugly sharepoint under the hood somewhere, but for all intents and purposes it looks and works like magic when I'm collaborating in real-time with my coworkers over any sort of MS document. This whole "real time collaboration" comment as a reason to prefer some ha…
Re: 'I grew up with it': readers on the enduring appeal of Microsoft Excel
#359Earlier quoted context omitted.
Take any loan/credit and stretch it out until it’s paid off under the current parameters. You can calculate total interest paid. Now add an extra column to pay extra (against the principal). Now calculate total interest paid. Save this separately. Now the fun part. Go back to the original and adjust the interest rate until the total interest paid is the same as the adjusted version. You just found a way to reduce you…
There is the "debt is bad" viewpoint, where paying your loan earlier is seen as a good thing, which is a valid way to look at it, depending on your values. However, what you described can also be done this way: invest the extra payment amount elsewhere and get interest/capital gains on it, which gives you the lower effective interest rate and the extra liquidity as well. Or in other words, the figures on the spreadsh…
My example is for people struggling with credit cards and high interest loans that don’t have investment properties.
Re: 'I grew up with it': readers on the enduring appeal of Microsoft Excel
#360Earlier quoted context omitted.
Not sure why you’re assuming the worst of me here.
a) because you yourself wrote "sometimes we just failed" and "I don't think it's fixable", and b) because in many years of corporate experience, the vast majority of systems built with the intention of replacing Excel processes fail to achieve that goal. It is true that knowledge workers are often disorganized and messy - in large part, because actual business is also messy and changes very quickly. When you start wi…