Guys, what is excel? Do you mean libre office calc?
IT guy here, Excel is a data analytics tool, not a database, not a word processor, not a sales system, not a photo album, not a notepad, not a paint program.
If at anytime you are treating Excel as a database, you are doing it wrong, and you deserve me mocking you when asking for help recovering it when it breaks, I won’t as I am not a dick, but if I did, you would deserve it.
If you want a database, build an SQL database, or have someone build it for you, not me.
It’s not even a good analytics tool. If you submit an academic paper with excel plots in it, I’ll reject that shit without reading it and type “lmaoooooooo…” To the review character limit.
My 12 year old child knows how to use matplotlib and he thinks Santa can fit down a chimney.
It is good enough for financial and marketing analytics, just because there are better tools for scientific applications doesn’t make Excel a bad analytic tool for general use.
Shit, I’ll mock them. I’m too jaded and depressed at this point in my career to give a fuck. I’ll go full Nick Burns on their asses if one of my end users wants to use Excel as a database and expects me to make it work. The may even learn something in the process. It might be the fact that I’m a dick, but everyone figures that out pretty quickly.
Here is an alternative Piped link(s):
Piped is a privacy-respecting open-source alternative frontend to YouTube.
I’m open-source; check me out at GitHub.
Its not that simple.
Yes, there are the people who think there is genuinely no problem with this. Just like there are people who will never delete a line of code in favor of commenting everything and who refuse to write commit messages no matter how many times their co-workers beg them to.
But, generally, people know it is a horrible workflow and is prone to failure. But there is no time and resources available to revamp the entire system. Because that likely involves going “offline” for the migration as well as the subsequent retraining. Its no different than the technical debt we all laugh and cry about. We know that server is held together with chewing gum and shoe strings but we don’t have time or authorization to tear it down and rebuild it from scratch. We are just hoping it doesn’t fail at a bad time.
If you’re lucky? You can periodically export the excel sheet to a database (sql or access, it doesn’t matter). You are still doing things wrong but you at least have a recovery option at that point. But, if you can’t, you are more or less fucked and know it.
As for another Lesson Learned. A database solution without high-ish availability and backups is actually worse than the god awful spreadsheet. Because people know when the spreadsheet fail and likely are self-important enough they will stop everything to recover it. People tend to ignore error messages when they try to submit a record or save something and you find out that the disk failed last week and you lost everything.
The problem is, people dig to deep into excel functions, some of them could easily build a database or do some programming (if/else), but they know nothing outside of their ms-office -ecosystem.
Just a hint for ms-office devs, why not a low-code-builder with SQL backend. Just call it squirrel or powersql or something.
It’s more than just knowing things outside the ms office ecosystem. People use the tools they have. So when IT locks down the whole system and it takes an act of God to get anything else installed, you find ways to hammer that nail with whatever blunt object you have in hand.
It’s great at (correspondence) Battleship with a coworker though. Didn’t see this on the “not a…” list. Oh, and (correspondence) Guess Who!
Our users have had access to Password Safe, then Keepass, then LastPass, now Keeper. Guess what still pops up in screen shares.
I work for a Fortune 500 company and I can tell you the reason why excel (and Google sheets) are used inappropriately is because cyber data controls make creating and maintaining a database very hard. Not only that but the skills required to know how to make a table in a spreadsheet is nowhere near the skills required to deploy, maintain, and provision a database table.
Spreadsheets don’t require a UI to be built. People don’t have to learn a new app just to be able to see data.
I’m an IT guy too and I’m the first to tell you that spreadsheets suck. But when it takes an act of a board to create new tables in a database, I tell ya…might as well just use spreadsheets.
ITT, very salty IT guys… I’d rather folks use Excel then some home made stuff. That’s the real nightmare fuel. VB, not .net, just VB, from 1995. You’ll beg to have bad Excel after you deal with that stuff. 😵😱😭
The scripting in Excel is VBA, which is VB6. So, basically what I’m saying is that you can have both!
My old company had a revenue system built in-house that only could run on MS-DOS. We needed a VM just to use it.
I left that company in 2019 and they were still using it.
I still can’t get over the fact that it was only a few weeks ago when I learned that Walter White is the same actor who played dad in Malcolm in the Middle. still blows my mind. What a prolific actor to take on such vastly different roles.
I zoom in on Walter White and try so hard to see Hal Wilkerson in there but I just can’t.
You know… If that is true, it’s possible you may suffer from face blindness
My wife grew up with it her whole life and didn’t realize it was abnormal until she was about 30. Apparently it’s more common than you’d think, and if washer most people have no idea it even exists, even if they have it.
There is a skit from Sat Night Live with Brian Cranston and Aaron Paul that is a spoof of their real lives as celebrities. Up to a point he is mild mannered, and then suddenly he gets very dark and serious. He is really good at portraying an aloof person and turning it on a dime. Point is in the that skit you certainly can see both.
Okay let me ask the question:
“You know, the company is getting a bit too big and heavy to keep all our books in Excel.” What is there to go to beyond that? Lease an IBM AS/400, hire a team of COBOL programmers and have them build a bespoke system for you? Something Something SQL?
Back when I was going to school, every single one of us got one semester in middle school and one semester in high school on MS Office. That was 20 years ago. There’s two, two-and-a-half generations of us who are trained to use Excel as the most computing we can do, like if you need a computer to do math you use the calculator app or Excel. If you need to compute more than Excel can, you hire an IT team and a database administrator and such.
Something like Microsoft Access is literally built to be a database, while I don’t have experience personally with that program, I’ve heard it’s miles better for that type of work than excel
Access has the benefit that it allows you to build a front end and can have a relational database on the back end. You also can use real databases such as SQL. So it’s definitely better in that regard than Excel.
But of course it also has it’s limits in terms of speed and efficiency. I’ve definitely seen Access solutions which should have ported to a proper one years ago.