• kingthrillgore@lemmy.ml
    link
    fedilink
    English
    arrow-up
    40
    arrow-down
    1
    ·
    edit-2
    7 months ago

    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.

      • kingthrillgore@lemmy.ml
        link
        fedilink
        English
        arrow-up
        8
        ·
        edit-2
        7 months ago

        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

      • expr@programming.dev
        link
        fedilink
        English
        arrow-up
        3
        arrow-down
        1
        ·
        7 months ago

        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.