My company used Google for a few years. Higher level Excel users hated Sheets and didn't give up Excel. But for the rest of us riffraff Sheets was great. The collaboration features work really well, better than Office 360.
Same here. Usually office 2007 + saveaspdf plugin + local language pack is my way to go, but recently started using only office and Im amazed how compatible it is, at least for my usage.
I work in Data centers.
A few years back I saw a banking customer with a mainframe computer in their hall while we were upgrading the buildings cooling systems.
I've worked for a massive corporation in which they had 300mb+ excel files they bought high specs computers just to have them load fast enough and searching would take 3 to 5 minutes we suggested that they'd try moving it to Microsoft access and the query became instant, I can't imagine the hours wasted waiting for the queries to run
I used to manage a team that developed tools for traders, in excel. We had excel sheets that loaded 20+ custom addins, most related to financial libraries. The excels would compute prices of financial products in real time, and send those prices live on multiple platforms. Those prices were executable, meaning other clients and banks could trade live in a click.
This was (probably still is for sken banks) the norm 10 years ago. Most banks were running their whole trading desks out of excel.
The data fits on the screen. Roughly 40x30 matrices are fine. These rules aren’t set in stone, so there are situations when it’s still justified to use matrices larger than that.
You can see all the sheets you need. Roughly 10-14 sheets. If you need more sheets than that, you should probably split the calculation into several files.
You need complicated VBA macros and you need them to run perfectly every time. In my experience, this programming language is infuriatingly unpredictable and unreliable. Random things happen all the time and no amount of debugging is able to solve these types of cosmic problems.
You can go beyond those general guidelines, but using everything gets more and more annoying the further you go. Pretty soon you’ll realize it would have been better to build the whole thing in Python, R or something else. Once the file size hits 15 MB you know you’ve gone way too far and it’s about time you rebuilt the whole calculation using some nicer tool. I try to switch as soon as possible when I realize my calculations are about to grow beyond these limits.
I used to work for municipal government in a major American city. The database for the entire city downloaded query results to your desktop formatted as Excel 95. Still does.
At one point I had to install special R packages because someone retired and I was tasked with taking over the worksheet they had been maintaining forever and the usual R packages to read data from Excel can't parse Excel 5.0.
There was also someone in the office who still used a typewriter on the regular.
True, I work in ecomm and we definitely have database exports being passed around relatively freely. No passwords obviously, but segmentation data, emails, addresses, phone numbers, etc.
We have good IT security but it still doesn't feel great.
I'm trying to move away and doing all I can with python (pandas, numpy and friends). Everything starts with a pd.read_excel() and finish with a df.to_excel().
Having worked for a state government which maintained data for federal submissions in 15 different versions of the same giant excel file on 15 different computers, it's scary how accurate this is.
I've worked at private companies where this is the case too lol.
This is true even when better software would work instead of the one-size-fits-all-but-isn't-suitable Excel.
Often to get it to work the way I want is through VBA scripting. And at that point I should be using other software but companies are cheap and don't want to invest in better tech.
I think the joke is twofold. First of all, Microsoft pretty much has a monopoly on financial software with their excel, which shows that the entire global finances are in the hands of that crab.
The second joke, must be that they never bother updating the suite to the latest, and solely depend on 2013🤷
Not just financial documentation, but everything. Planning staff levels, work assignments, quarterly reports, bonus calculations, pto administration, and more. There's likely people retiring that wrote an excel macro 20 years ago that still part of a critical business process.