this post was submitted on 25 Nov 2025
328 points (99.4% liked)
Programmer Humor
27506 readers
1495 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Another kind of "code" but:
The poll in a excel sheet the office sent via email. You had to fill it out and send it back, so they could type it off in another excel sheet.
That's where i realized that people have fundamentally different approaches in thinking and problem-solving.
Am I getting it correctly that the excel sheet was basically a form to fill in, with fields and labels, but as a spreadsheet? If so, that sounds pretty clever to me - there're many better ways to do this, but if everybody working there has excel anyways, that's a fast and easy way to get the data in a unified and automatable format without any extra infrastructure.
Nope. Like "what to get for the company party? A, B or C".
Workflow: open excel sheet to know what it is about, save it, edit it, drag&drop it to the answer-mail. That could have been one of the zilions of online polling tools.
If it was a single question, that does sound lame, my other thought was that those "online polling tools" might not be viable because you can't put internal company communications into them... But if it's stuff like food choices or something, then that might also not be a problem.
That said, my point still stands - what you describe does sound like what I'm saying. If you make a sheet with a dedicated field to put the answer into, it should be possible to reliably automate pulling out answers from all the files with excel-level knowledge, and without any additional sites or servers, just spreadsheet editing software and email.