Comment On Cell 24Z

As software developers, we're seen as by the world as the Experts of All Things Computer. Want more RAM installed? Of course we can help, we know C++! Blue screen of death? Our day job calls for .NET, so we know exactly what to do! Need a monitor plugged in? That's basically the same thing as programming! [expand full text]
« PrevPage 1 | Page 2 | Page 3 | Page 4Next »

Re: Cell 24Z

2009-05-08 09:05 • by Anon (unregistered)
Take, for example, that little paintbrush-looking button in Excel. Did you know it's called the “Format Painter” and can magically copy/paste cell formatting? Did you even know it was there?


Yes, thank you. Actually, I usually use it in Word all the time because the formatting on the templates we use for reports is all f'ed up and the only way to get it be consistent is by format painting the bits that look right into the bits that don't.

Re: Cell 24Z

2009-05-08 09:05 • by sponk (unregistered)
That was a really exciting story.

Re: Cell 24Z

2009-05-08 09:05 • by anonymouse (unregistered)
One can always call on TDWTF readers to post first. It's almost the same thing as posting content, really.

Re: Cell block 24Z, gulag 13.

2009-05-08 09:08 • by Real-modo (unregistered)
My parents had a problem with a spreadsheet my sister set up for them, and they asked me for help.

I _____________________ and now they ___________.

Re: Cell 24Z

2009-05-08 09:09 • by Code Dependent
My solution would be to say, "You need to roll 24Z back to its previous formula."

Re: Cell 24Z

2009-05-08 09:11 • by Expert-at-all-things-Excel (unregistered)
The real reason that cell's formula didn't work was "IIF".

No, wait, that's why the story didn't work.

I guess I'm jaded, but that formula didn't quite rise to the complexity level needed to merit a true WTF. Hideous, botchy, nightmare-inducing, but par for the Excel course actually.

CAPTCHA: ingenium. What the brain of the hero of the story was made of. 100% pure ingenium.

Re: Cell 24Z

2009-05-08 09:12 • by Akido (unregistered)
She must have been REALLY cute.

Re: Cell 24Z

2009-05-08 09:17 • by Paul (unregistered)
260534 in reply to 260522
Ye gods, that is a horrendous formula! The worst part is that my Inner Geek is busy trying to find an easier way to write it....

Re: Cell block 24Z, gulag 13.

2009-05-08 09:26 • by Merrick
260535 in reply to 260527
Real-modo:
My parents had a problem with a spreadsheet my sister set up for them, and they asked me for help.

I _____________________ and now they ___________.


Oooh, ad-libs... I love 'em.

I ____PULLED_MY_HAIR_OUT____ and now they ___LAUGH____.

Re: Cell 24Z

2009-05-08 09:27 • by nico (unregistered)
Yes, thank you. Actually, I usually use it in Word all the time because the formatting on the templates we use for reports is all f'ed up and the only way to get it be consistent is by format painting the bits that look right into the bits that don't.


why not using styles instead?

Re: Cell 24Z

2009-05-08 09:29 • by Anon (unregistered)
260537 in reply to 260536
nico:
Yes, thank you. Actually, I usually use it in Word all the time because the formatting on the templates we use for reports is all f'ed up and the only way to get it be consistent is by format painting the bits that look right into the bits that don't.


why not using styles instead?


Because it's too much effort for some stupid report that I'm required to do each month. Also, if (when) they change the format, it'll be all f'ed up again anyway.

Re: Cell 24Z

2009-05-08 09:32 • by Kermos
Holy shit that's one horrid formula.

The girl better have been drop dead gorgeous and at least performed sexual favours afterwards.

Re: Cell 24Z

2009-05-08 09:32 • by Auction_God
260539 in reply to 260536
Here's a formula I recently had to build. It is easily as long/complex as the WTF cell, but because of the formating it is easier to read and understand. I used CTRL-Enter to add lines to the actual formula.

=IF(AND($D$1="F1",ISNUMBER($K5)),IF($K5<Pass_Retained_Capacity,"Retain Capacity,",""),"") &
IF(AND($D$1="F1",ISNUMBER(Dis_2_min),ISNUMBER(Dis_2_max),ISNUMBER($J5)),IF(OR($J5<Dis_2_min,$J5>Dis_2_max),"2nd Discharge Cap,",""),"") &
IF(AND($D$1="F1",ISNUMBER(DCR_min),ISNUMBER(DCR_max),ISNUMBER($O5)),IF(OR($O5<DCR_min,$O5>DCR_max),"DCR Fail,",""),"") &
IF(AND($D$1="F1",ISNUMBER(ACR_min),ISNUMBER(ACR_max),ISNUMBER($S5)),IF(OR($S5<ACR_min,$S5>ACR_max),"ACR Fail,",""),"") &
IF(AND($D$1="F1",ISNUMBER(OCV_Min),ISNUMBER(OCV_Max),ISNUMBER($T5)),IF(OR($T5<OCV_Min,$T5>OCV_Max),"OCV Fail,",""),"") &
IF(AND($D$1="F1",$U5<>0,OR($U5 < Shoulder_Concession_Height, $U5>Shoulder_Height_Max)),"Shoulder Height,","") &
IF(AND($D$1="F1",$V5<>0,OR($V5 < Concession_Height_Min, $V5>Overall_Height_Max)),"Overall Height,","") &
IF(AND($D$1="F1",ISNUMBER(Weight_Min),ISNUMBER(Weight_Max),ISNUMBER($W5)),IF(OR($W5<Weight_Min,$W5>Weight_Max),"Weight Fail,",""),"") &
IF(AND($D$1="F1",LEN($C5)>0,OR(ISBLANK($K5),ISBLANK($J5),ISBLANK($O5),ISBLANK($S5),ISBLANK($T5),ISBLANK($U5),ISBLANK($V5))),"Missing Data,","")

Bonus points if you can identify the industy...

Re: Cell 24Z

2009-05-08 09:33 • by Matt (unregistered)
Ok, I want to know what the woman was trying to actually do in the spreadsheet, and what this formula was meant to be doing.

Re: Cell 24Z

2009-05-08 09:33 • by jonnyq
You accidentally the whole point.

Re: Cell 24Z

2009-05-08 09:35 • by Protector one (unregistered)
That actually looks pretty delicious. Something I could have written, if Excel was 'mah thang'.
Curious how it handles feb 29s though, with that "...*365.25+1900" in there...

distineo

Re: Cell block 24Z, gulag 13.

2009-05-08 09:36 • by DaveK
260543 in reply to 260535
Merrick:
Real-modo:
My parents had a problem with a spreadsheet my sister set up for them, and they asked me for help.

I _____________________ and now they ___________.


Oooh, ad-libs... I love 'em.

I ____PULLED_MY_HAIR_OUT____ and now they ___LAUGH____.
Hooray for amateur Trichology!

Re: Cell 24Z

2009-05-08 09:39 • by ounos
260545 in reply to 260541
jonnyq:
You accidentally the whole point.

That was also what I.

Re: Cell 24Z

2009-05-08 09:42 • by DaveK
After spending a few minutes reading about how CHOOSE and MATCH worked, he spent the rest of the afternoon “debugging” the spreadsheet. He eventually figured it out, thus maintaining his position as an Expert of All Things Computer.
Yeah, but how does the story end? If he did all that and didn't even try and get her phone number, that was TRWTF!(*)


(*) inb4 "I heard he got to FRIST!!!! base"(**)

(**) and don't even go there with the fist-related jokes.

Re: Cell 24Z

2009-05-08 09:43 • by dpm
260549 in reply to 260538
Kermos:
The girl better have been drop dead gorgeous and at least performed sexual favours afterwards.
"At least"??? What more do you want, money and a parade? Hell, if she's drop-dead gorgeous and willing to perform sexual favours, I'd fix a sendmail.cf raw (without m4) and call it even.

Re: Cell 24Z

2009-05-08 09:45 • by campkev
260550 in reply to 260539
Auction_God:


Bonus points if you can identify the industy...


Some type of livestock. Cattle would be my first guess.

Re: Cell 24Z

2009-05-08 09:47 • by zolf
That was simple formula. I really like those with their own "assembler" using INDIRECT() function.

Re: Cell 24Z

2009-05-08 09:47 • by ubersoldat
What's that you call Excel? Really, last time I used Excel was like ten years ago.

Anyway, she must have been really cute because I usually dispatch anyone who asks me about how to do their job.

Re: Cell 24Z

2009-05-08 09:47 • by Anonymous Coward (unregistered)
260553 in reply to 260545
ounos:
jonnyq:
You accidentally the whole point.

That was also what I.


Recursive humor is.

Re: Cell 24Z

2009-05-08 09:52 • by WiggyWiggy (unregistered)
I think we need to see a pic of the brunette at the time she asked for help. You know, was it really worth it to spend the afternoon debugging it for her.

Re: Cell block 24Z, gulag 13.

2009-05-08 09:54 • by Code Dependent
260556 in reply to 260527
Real-modo:
My parents had a problem with a spreadsheet my sister set up for them, and they asked me for help.
I said, "Why not? Can't dance..." and now they are teaching me the bitwise left shuffle.

Re: Cell 24Z

2009-05-08 09:55 • by StDoodle (unregistered)
260557 in reply to 260539
Auction_God:
Here's a formula I recently had to build. It is easily as long/complex as the WTF cell, but because of the formating it is easier to read and understand. I used CTRL-Enter to add lines to the actual formula.

[formula]

Bonus points if you can identify the industy...


Is that from an electrical supply company (heavy duty / industrial) bill-of-lading or related form? Curious cat is curious...

Re: Cell 24Z

2009-05-08 09:59 • by leppie (unregistered)
leppie:
leppie:
First?


Nope, slow web serving :|


And even slower brain

Re: Cell 24Z

2009-05-08 10:00 • by Buddy (unregistered)
I worked in places where anything with a blinking light was considered as something for the computer guy.

I remember one Canon printer that would take its good sweet time warming up in the morning. The helpful message - "Cleaning Wire" - while it clicked and buzzed annoyingly. Sometimes it was ready in a few minutes, other times, especially if too many jobs were queued, it would sulk and repeat the wire cleaning process a few more times and take half an hour to get ready. I got so fed up with the stupid thing I set up a chron job to print a diagnostic page early in the AM to pre-warm the printer prior to anyone coming in.

For ridiculous Excel formulas, I'd try to convince them to do it in steps, one per column, then hide the intermediate results. Also to introduce fixed cell references to insert important constants. Excel is pretty powerful and can do a lot, it's the grunt working hard in the background while PowerPoint gets all the pizazz. PowerPoint is great at sucking up every minute of your time. If you have four or six or eight hours to do a presentation, PowerPoint will take all four or six or eight hours. In the end, the presentations all look the same.

Yes, those with skimpy outfits always got preferential treatment. Nothing like hiring temporary summer help, especially those not versed in appropriate office attire...

Re: Cell 24Z

2009-05-08 10:04 • by belgariontheking
Oh man 100% agreed. The copy cell format button is awesome!

Re: Cell 24Z

2009-05-08 10:06 • by Kermos
260563 in reply to 260549
dpm:
Kermos:
The girl better have been drop dead gorgeous and at least performed sexual favours afterwards.
"At least"??? What more do you want, money and a parade? Hell, if she's drop-dead gorgeous and willing to perform sexual favours, I'd fix a sendmail.cf raw (without m4) and call it even.


Well, she could also become my permanent sexual slave. :)

Re: Cell 24Z

2009-05-08 10:17 • by ounos
260565 in reply to 260553
Anonymous Coward:
ounos:
jonnyq:
You accidentally the whole point.

That was also what I.


Recursive humor is.

Always fun to explain the.

Re: Cell 24Z

2009-05-08 10:20 • by MMaI (unregistered)
260566 in reply to 260563
dpm:
Kermos:
The girl better have been drop dead gorgeous and at least performed sexual favours afterwards.
"At least"??? What more do you want, money and a parade? Hell, if she's drop-dead gorgeous and willing to perform sexual favours, I'd fix a sendmail.cf raw (without m4) and call it even.


you're a bit too desperate aren't you ;)

Re: Cell 24Z

2009-05-08 10:24 • by (unregistered) (unregistered)
Real WTF here is that the article begins with a complaint about how software developers are roped in for every even tangentially computer-related task and then describes a problem that actually called for one.

Re: Cell block 24Z, gulag 13.

2009-05-08 10:28 • by bjolling
260568 in reply to 260527
Real-modo:
My parents had a problem with a spreadsheet my sister set up for them, and they asked me for help.

I _____________________ and now they ___________.
A møøse once bit my sister ... No realli!

Re: Cell 24Z

2009-05-08 10:28 • by Pedro Melo (unregistered)
Which shows how much pain a guy will endure for sex, I guess...

Re: Cell 24Z

2009-05-08 10:34 • by Bodestone
260570 in reply to 260539
Auction_God:
Bonus points if you can identify the industy...


Got to be electrical/Electronics testing of some sort with AC Resistance, DC Resistance, On Circuit? Voltage, 2nd Discharge Cap(acitor)?

Where the shoulder height and wight come into I haven't a clue it unless it's testing stun capacity of a taser and the they refer to the target.

Re: Cell 24Z

2009-05-08 10:42 • by Buddy (unregistered)
260571 in reply to 260538
Kermos:
Holy shit that's one horrid formula.

The girl better have been drop dead gorgeous and at least performed sexual favours afterwards.


Watching a bit too much porno there, Kermos. The most one can expect in the real world is a flash of brassiere at an office picnic or other informal event, but only provided all these conditions are satisfied:

a) alcohol is available
b) other girls are there to dare her on
c) one is not a creep

Anything more requires some real investment of time and money.

Re: Cell block 24Z, gulag 13.

2009-05-08 10:45 • by Skizz
260572 in reply to 260527
Real-modo:
My parents had a problem with a spreadsheet my sister set up for them, and they asked me for help.

I _____________________ and now they ___________.


I looked into the abyss of cell 24Z and now they feed me with a plastic spoon.

Re: Cell 24Z

2009-05-08 10:48 • by dpm
260573 in reply to 260566
MMaI:
dpm:
if she's drop-dead gorgeous and willing to perform sexual favours, I'd fix a sendmail.cf raw (without m4) and call it even.

you're a bit too desperate aren't you ;)
No, "a bit too desperate" is when you're willing to fix sendmail.cf for just money.

Re: Cell 24Z

2009-05-08 10:50 • by James M (unregistered)
Welcome to investment banking, the entire system runs on Excel as a combination of VBA code and cell formulae, which goes some way to explaining the mess the industry is in! I see things like this every day.

Though surely it would be cell Z24, not 24Z?

Re: Cell 24Z

2009-05-08 10:52 • by GreyWolf
260576 in reply to 260553
Anonymous Coward:


Recursive humor is.


Since when Yoda an account on TDWTF has?

Re: Cell 24Z

2009-05-08 10:55 • by SomeCoder (unregistered)
The real WTF is him spending all day working on a stupid Excel document for that girl.

As others have said, sexual favors better have followed. Otherwise... WTF!?

Re: Cell 24Z

2009-05-08 10:57 • by Jasper (unregistered)
And...? Where's the rest of the story? Did he ask her out, they had a good time, they got married and happy, two kids and a dog? ;)

Re: Cell 24Z

2009-05-08 10:57 • by N Morrison (unregistered)
260579 in reply to 260559
Buddy:
For ridiculous Excel formulas, I'd try to convince them to do it in steps, one per column, then hide the intermediate results.

Convert them to your own functions written in VBA. Much easier to debug and maintain, and often far simpler.

Re: Cell 24Z

2009-05-08 10:57 • by Lister (unregistered)
260580 in reply to 260537
Anon:
nico:
Yes, thank you. Actually, I usually use it in Word all the time because the formatting on the templates we use for reports is all f'ed up and the only way to get it be consistent is by format painting the bits that look right into the bits that don't.


why not using styles instead?


Because it's too much effort for some stupid report that I'm required to do each month. Also, if (when) they change the format, it'll be all f'ed up again anyway.


Think of a style as a copied format that can be chosen from a list to be applied later. In essence, the first time you see that bit that looks right, you define the style. Then every time you see that bit that looks wrong, you apply the appropriate style. It does take a few moments longer to create the style than it does to copy the format. But you only have to do it once.

Re: Cell 24Z

2009-05-08 11:02 • by Auction_God
260581 in reply to 260570
Some close guesses...
It is high-power...

And the answer is:
Lithium Nanophosphate batteries for hybrids/plug-in vehicles.

Since the spreadsheet is used for all of our experimental cells (electric cell, not spreadsheet cell), the "F1" part makes sure to display the rejection reason only for the "F1" project. We made cells for one of the race teams in the Formula One race...
http://www.autobloggreen.com/tag/kers

Re: Cell 24Z

2009-05-08 11:03 • by justsomedude (unregistered)
260582 in reply to 260580
Who says "24Z"? Ranges are referenced with the columns letter(s) before the row numbers. It's "Z24", not "24Z".



Re: Cell 24Z

2009-05-08 11:04 • by JustinCasey (unregistered)
260583 in reply to 260539
Auction_God:

Bonus points if you can identify the industy...


My guess would be an amusement park. With shoulder height, overall height, min/max weight, and capacity, it reads like a formula for how many passengers you can get into a rollercoaster. But there's enough other stuff in there to make me think this is a long shot.

Re: Cell 24Z

2009-05-08 11:04 • by IT Girl (unregistered)
260584 in reply to 260559
Buddy:

Yes, those with skimpy outfits always got preferential treatment. Nothing like hiring temporary summer help, especially those not versed in appropriate office attire...


And this is why women find men so bemusing...

I used to be the girl that could bat her eyelashes and get the IT guy to do whatever she wanted him to do. But when I took over his job, the other women who never leaned how to file a trouble ticket where baffled about how to get their problems fixed.

And no, before you ask, cute guys don't get preferential treatment either. ;)
« PrevPage 1 | Page 2 | Page 3 | Page 4Next »

Add Comment