this post was submitted on 22 Jul 2024
504 points (99.2% liked)

Programmer Humor

19171 readers
1484 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 

My sister started a new position that involves HTML. She tried to explain an issue to me, but I'm not a web guy. I told her to send it to me on Monday and she sent this...

you are viewing a single comment's thread
view the rest of the comments
[โ€“] thevoidzero@lemmy.world 3 points 1 month ago (1 children)

You know how people say "Devil you know is better than God you don't"?

Excel is that Devil people know. It's not the best tool for a lot of stuffs but it let's people do things.

I saw a co-worker generate sequence for formula in excel for another cell in excel. They wanted to do average of all January data, instead of averageif/sumif/countif etc, they generated a sequence a1+a13+a25...... And used excels' drag down thing to make the formula. I'm like who could even verify it.