this post was submitted on 16 Jan 2025
643 points (98.2% liked)

Engineering Memes

1365 readers
302 users here now

About:

Memes about engineering for all disciplines.

Rules:

General Rules:

  1. No hate speech
  2. No harassment, calls to violence
  3. No advertisement

Posts:

  1. Must be a meme/joke/observation/attempt at humour
  2. Must be engineering related (software engineer humour probably better suited for programmer humour communities, though not explicitly banned)

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] shalafi@lemmy.world 9 points 1 day ago (2 children)

You can format cells to do any number of crazy things, but damned if I don't occasionally run into something that simply refuses to take my setting.

[–] givesomefucks@lemmy.world 10 points 1 day ago (1 children)

Sometimes you have to save and close to show Excel you mean business...

It's a dominance thing

[–] WraithGear@lemmy.world 10 points 1 day ago (1 children)

Silly me went and learned VBA code to make excel work right. … and whose idea was it to have default paste, paste the format?!? When has anyone EVER wanted a table filled with different sizes and colors and fonts. Make the formatted paste the ctrl-shift-v if you want that so bad. JfC. Am i not being rational? Because this gets me HEATED.

[–] abcd@feddit.org 5 points 1 day ago (1 children)

Pasting with format as default is one of the biggest mistakes of humanity. I can’t remember a single situation in all my life that I needed this.

My favorite is writing an email, copy&pasting a name and send it to the person. Only to discover later (on a different device) that your stupid email program pasted with format without actually showing it to you. And your mail looks like some moron played with the format settings.

[–] WraithGear@lemmy.world 2 points 1 day ago

I want NAMES!!

[–] hydrospanner@lemmy.world 1 points 23 hours ago

My god, I was just using a reference table on another sheet to drive a few columns of data in my first sheet (basically a color hex code in the main sheet that would match a code in the reference table and return the color name in one column and a part size in the next one) and for some unknown reason, 3 rows of the reference table were causing an N/A (value not found) error in the first sheet.

I checked every variable I could think of and nothing was solving the issue.

Finally tried literally retyping the same damn value in the cell and it instantly fixed the issue. There weren't any extra spaces, format never changed...it just really needed me to retype it.