• einlander@lemmy.world
    link
    fedilink
    English
    arrow-up
    45
    ·
    4 days ago

    Text that doesn’t wrap and goes off screen. Scrollbars that shrink to a single pixel. Universal undo (open multiple Excel Windows and do stuff in all of them. When you undo it will follow your activity instead of being local to the window). Excels crappy copy.

      • dual_sport_dork 🐧🗡️@lemmy.world
        link
        fedilink
        English
        arrow-up
        7
        ·
        4 days ago

        Excel does all those things it does because it’s always done those things it does, and if Microsoft changes it everyone will pitch a fit and probably sue because now they have to retrain their entire accounting department.

        • einlander@lemmy.world
          link
          fedilink
          English
          arrow-up
          7
          ·
          edit-2
          4 days ago

          The undo and copy behavior for Excel started with office 365. Also the repeat after hitting the end of the redo stack.

        • Eheran@lemmy.world
          link
          fedilink
          English
          arrow-up
          3
          ·
          4 days ago

          I disagree. There are louts of things that would not change old behavior but add so much convenience. Like cell reference for diagram ranges. But nope, we are stuck in 199…4?

          • Madrigal@lemmy.world
            link
            fedilink
            English
            arrow-up
            3
            ·
            3 days ago

            I love some of the newer things like LET and LAMBDA. But I’d kill for structured references to be properly implemented everywhere. I’m a bit over using INDIRECT to get around it (when I can).

            • Eheran@lemmy.world
              link
              fedilink
              English
              arrow-up
              2
              ·
              3 days ago

              Yes. I have build dynamic diagrams with indirect, I feel ashamed.

              Let us use Python instead of cancerous VBA. You can not even add comments to your variable definitions. Or named vars in functions. Why do I even need macros at all to simply define a function?

              • Madrigal@lemmy.world
                link
                fedilink
                English
                arrow-up
                2
                ·
                3 days ago

                You don’t, any more. At least not for relatively simple functions.

                LAMBDA combined with the name manager lets you do custom functions even in a regular .xlsx workbook.

                You don’t get the full control flow and extended functionality you do in VBA, and Python would be amazing of course, but I find LAMBDA covers about 90% of use cases.