This doesn’t sound like an Excel problem it sounds like a management/software upkeep/bus factor problem.
I’m going to be the odd man out and say that Excel isn’t even that bad: I use it a lot for RPG simulations and engineering simulations, and not just because CSV is normalized. It can be part of the tech stack, but not in a mission critical way. There’s really no tool like it especially if you are doing simulations.
If you’re working with csv data, https://www.visidata.org/ >>>>> excel (assuming you’re comfortable with terminal UIs, anyway). You can very rapidly slice and dice data and for formulas and such, you can just write Python.
This doesn’t sound like an Excel problem it sounds like a management/software upkeep/bus factor problem.
I’m going to be the odd man out and say that Excel isn’t even that bad: I use it a lot for RPG simulations and engineering simulations, and not just because CSV is normalized. It can be part of the tech stack, but not in a mission critical way. There’s really no tool like it especially if you are doing simulations.
deleted by creator
Well if you’re trying to use Excel as a database, get them behind SQL Server or something. Hell, Access is a step up.
Using Excel outside of simulation proofs is not a wise business decision, because it means (going off my experience) institutional knowledge
deleted by creator
If you’re working with csv data, https://www.visidata.org/ >>>>> excel (assuming you’re comfortable with terminal UIs, anyway). You can very rapidly slice and dice data and for formulas and such, you can just write Python.