Monday, January 30, 2012

How to Keep an Idiot Busy for Hours - the VBA edition

Triviality has many faces. You can have something that is both trivial and inane - like "Thou must not end thy sentences with prepositions" (another topic for another day). You can have something that is trivial and interesting - the banana slug on the sidewalk this morning, for example. There is a third category I'm going to posit: the things that are trivial, inane, and make me smile. This category includes hats with ridiculous pom-poms, "Sh*t _______ Say/s" videos, clever graffiti, and this bit of code I wrote this morning:
Sub FindMeThisCell()
   Worksheets("Sheet2").Activate
   Range("A2").Activate
   X = Range("A2")
   MsgBox X
   ActiveCell.Font.Bold = True
End Sub
This code does next to nothing. It's worse, actually - it does next to nothing and it doesn't even do what it says it does, namely, finding a cell. There is no searching involved here, to be honest. You should never, ever code like this, and if you do, you should find absolutely no enjoyment in using it. You should never smile at what it does, nor cause it to execute multiple times in a row because you think it's actually kind of cute.

Let me explain exactly how bad this really is. This snippet of code is a subroutine. A subroutine is a bit of code that you stick in your spreadsheet's module (accessory code) that you can call up whenever you feel like it - when today's date is after May 5th, when you click a button, when cell B1 turns green, whatever. Subroutine (abbreviated "Sub") FindMeThisCell  has a name - FindMeThisCell - that I can use to identify it later. The parentheses at the end just tell you that you don't need any information to run this code. *

So much for Sub, End Sub (does what you think it does), and FindMeThisCell(). The next two lines 
Sub FindMeThisCell()
   Worksheets("Sheet2").Activate
   Range("A2").Activate
   X = Range("A2")
   MsgBox X
   ActiveCell.Font.Bold = True
End Sub
pick out a particular cell in my file and turn it on - "activate" it. This is sort of like playing Pokemon. Go Sheet2! Activate! Go Range("A2")! Now cell A2 in Sheet 2 is ready and raring to go. 
Now I pick a variable - the quintessential "x", why not - 
Sub FindMeThisCell()
   Worksheets("Sheet2").Activate
   Range("A2").Activate

   X = Range("A2")
   MsgBox X
   ActiveCell.Font.Bold = True
End Sub
and read the contents of A2 to it. "X" dutifully memorizes this information. Next I choose a Message Box (or "MsgBox" - can't ever spare the vowels, those boxes) and tell it to recite whatever "X" says. 
Sub FindMeThisCell()
   Worksheets("Sheet2").Activate
   Range("A2").Activate
   X = Range("A2")

   MsgBox X
   ActiveCell.Font.Bold = True
End Sub
The next part is the worst bit. It takes the active cell, A2, and makes it bold. For absolutely no reason. No one benefits from this. The world is not better for it. I'm not any happier about it. It's worthless, and here I am wasting another whole paragraph about it. Enough!
Sub FindMeThisCell()
   Worksheets("Sheet2").Activate
   Range("A2").Activate
   X = Range("A2")
   MsgBox X

   ActiveCell.Font.Bold = True
End Sub
Now I go back to my original spreadsheet. I show the Developer tab (Office>Options>check "show Developer tab in ribbon"). In the Forms toolbar, I click on the rectangular icon



 to make a button. I title this button "Find me data!" and link it to the FindMeThisCell macro.



 And lastly, abashedly, I go to cell A2 and type in "Found me!" 

Then I click the button. And god help me, I smile at it. 







Click. Found me! Click. Found me! Click. Found me!

Isn't it awful?




*(As a counterexample, if you wrote some code to calculate the area of a rectangle, you would have to write Sub FindMeTheAreaOfThisRectangle(height,width), which would mean that every time you wanted to run it, you'd have to go and track down a rectangle to use it on. Very inconvenient..)

Saturday, January 28, 2012

The Going Train - A Melodrama in Three Parts

When we last looked in, the energy in our mechanical watch or clock had entered the device by means of a purposeful winding or by taking advantage of the potential energy in a raised weight as it descended to the earth. The energy was then stored in a tightly wound mainspring (in the case of the watch), wound around an arbor and connected to a barrel, which was both free to spin and capped with gear teeth. The barrel, which comprises all of those elements - the mainspring, arbor, and the gear-capped cylinder - interlocks with the all-important going train, which is the subject of this week's adventures in horology.

The Cast of Characters:

- The Mainspring Barrel  - a strong, steady type, as we saw in last week's episode. Strives to keep things moving smoothly, but can be a bit pushy.

File:Dscf3997 FederhausKleinuhr.jpg
The mainspring barrel, with and without the mainspring. Photo from Wikimedia Commons, but lacking a source. If this is your photo, please contact me and I will credit you!
- The Center Wheel - a newcomer to the story. In lockstep with the Mainspring Barrel, it keeps a very regular schedule. The Center Wheel has the honor of holding the Minute Hand, which gets paraded around once an hour like clockwork. Also charged with driving the Third Wheel.


- The Third Wheel - an awkward but necessary character. Is only included in the train to make the math work, and he knows it. Takes his duty of driving the Fourth Wheel very seriously, however.


-  The Fourth Wheel  - The Fourth Wheel has the dubious distinction of carrying the second hand - dubious because of the diminishing number of clocks that choose to flaunt a second hand. Worries that he will soon be obsolete. Also troubling: his second function of driving the escape wheel could easily be taken over by the Third Wheel, who has upward aspirations.

He's very shy.

- The Escape Wheel  - a spiky fellow, but absolutely necessary member of the Train. Has an impeccable sense of time and knows just when to give the Balance Wheel a push to keep it in the game. Very tight with the Escapement - they have a whole system worked out to make sure things happen on time.
Courtesy of mfrasca at en.wikipedia.
- The Pinions  - Small but mighty gears, without them the math simply would not work out. They feel strong attachments to their respective main gears and ensure that communication between all the biggest players comes off without a hitch.

In a watch, the pinion is on the outside. But you get the idea - it's a smaller gear rotating with the main gear to dial up or dial down the speed of rotation.


The Plot:

The reckless and headstrong Mainspring is hell-bent on pouring all of its power into the timepiece at once. There is much consternation and frenzy - too much energy in the watch at once will destroy the lovely Hairspring and rip apart her equally entrancing sister, the Balance - and without the Balance, there can be no Time! When it appears that no solution is forthcoming, at the last minute the valiant Gear Train leaps into action.

The Action:


The spring is wound and the stage is set. The mainspring pushes inexorably on the Mainspring Barrel, which grabs hold of the Center Wheel's pinion and forces it into lockstep. The dutiful pinion transmits the force of the Mainspring Barrel to the Center Wheel.

Due to the loyal pinion, the Center Wheel does not turn with nearly the force of the Mainspring Barrel, and lets the world know of its success by spinning the minute hand around the clock face at the rate of exactly one time per hour. The Center Wheel captures the attention of the Third Wheel's pinion, which spins the Third Wheel and distributes the Mainspring Barrel's energy even further. Already things are looking up for our heroines, the Hairspring and the Balance.

The Third Wheel spins the Fourth Wheel's pinion, raising the rate of rotation in its excitement. The Fourth wheel spins frenetically around at one turn per minute. In the midst of this frantic rotation, the Fourth Wheel finds the time to drive the escape wheel - the last gear to stand between the Mainspring Barrel and the Balance.

The Escape Wheel looks odd - its teeth are spiky, and it's made of different stuff than a proper watch gear. But the Escape Wheel is a steady fellow. He knows that without him, the rest of the watch gears would rotate with abandon, expending the Mainspring Barrel's energy with no regard for Time at all. The Escape Wheel is a regulator - he rotates precisely one tooth at a time in an arrangement he's worked out with his friend the Anchor. The Anchor is precisely that - it keeps even the Escape Wheel in check. Once the Escape Wheel has been brought down to a steady tick-tock rhythm, it sends just a bit of its energy down do the Balance - just enough to keep her spinning, rather than destroying her and the Hairspring in the process.


The Denouement: 
Thanks to these brave gears, the force of the Mainspring Barrel has been dialed down to a manageable force, and is even useful in keeping the Balance - she who actually keeps the time - running. Along the way, we passed over the contributions of the Motion Work and the underlying input from Gear Ratios.

All topics for the future.


Until next time!

Tuesday, January 24, 2012

Time and a Half


 I've never been one for small aspirations. As a kid, if they told me to build a model building out of paper, I was
 going to use the longest, thinnest paper available and hold the thing together by sheer force of will. After college, I
 wanted to work in science museum, so I picked the best one I knew of, got an (unpaid) internship, and flew
 across the country to start working two months later. When I decided to learn to snowboard, I took the ski lift to
 the top of the bunny slope, strapped in, eavesdropped on a kids' lesson to learn how to stand up, and went off to
 go snowboarding.

 I mention this because I know my own tendencies, and I suspect that my next project is beyond the scope of
 anything else I've tackled so far. I want to make a wooden clock.

 I chose a gear for my first SketchUp tutorial for a reason. I have a major soft spot for anything clockwork
 (from *before* it was popular, thankyouverymuch) and a serious penchant for little
 fiddly projects. I think precision makes things beautiful, and if you've ever seen the inside of a mechanical
 watch, you'll know that it's been precision-ed to death. So, a clock it is. Wooden because metalwork is a little
 beyond me right now and besides, look at this thing. It's gorgeous. This particular one is done by an immensely talented woodworker named Wayne Sutter.
This is gorgeous, and it's not even finished in this shot. Go buy a clock from him - we need more craftspeople like this.

 Clocks, especially mechanical ones, are amazing and complex works of careful engineering. Sounds like a
 great amateur project, doesn't it?

Image from Wikimedia Commons. Yay public domain!


 Clocks from the inside out
 Initial impression: Holy crap, there's a lot of vocab here. Right off, we have: mainspring, arbor, going
 barrel, ratchet, pawl, pinion, wheel train, escapement, remontoire, and balance wheel, just to name a few.

From a mechanical perspective, I think that the easiest way to tackle a watch movement (the whole thing in the back of a clock or watch that makes the thing go) is to trace the energy. Energy goes into the watch when you wind it, and out of it as the stored energy is expended in making the hands turn and the escapement oscillate (and the alarm go, and the cuckoo bird cuckoo, etc.). When you wind a watch, you spin a post, or turn a key that turns a post, called an arbor. The arbor connects to a spiraling strip of metal called the mainspring.
The mainspring.
Image from Wikimedia Commons.

 The mainspring is attached to the arbor from the inside of the spiral, making the whole thing look a little like a spinning top, or maybe a barred galaxy if you're creative. 

The arbor/spindle/massive beams of radiation would be coming out of the center of that.


The other end end of the mainspring attaches to a short, fat cylinder called the going barrel.

Also Wikimedia.
The barrel is free to spin, which is a good thing, because the barrel cylinder is capped with what is essentially a solid gear. This gear is used to interact with the gear train, which is the bit that makes the hands and other useful parts move. Its most important function, though is to power the balance, the little wheel that does for a wristwatch what a pendulum does for a grandfather clock.  

A real-life example: the going barrel in this watch is capped by the gear you can see in this picture. It also happens to be upside down.

Suppose you got bored at this point and thought, what the hell, we've got a power source and something that spins - let's just put some hands on it and let 'er rip! You'd have a timekeeping device of some sort, but right now there's nothing to counteract the force of that spring - you'd wind it, let it go, and it would release all its energy all at once. You'd measure time in spring-unwindings instead of seconds. 

That's where rest of the gear train comes in. That'll have to wait for part two, though. In the meantime, here's some watch porn for all you horologists out there. 

...that even sounds dirty.





Saturday, January 21, 2012

Google SketchUp 8 Tutorial - Drawing a Gear

I set out at around 5 PM today to draw a gear in Google SketchUp 8. How hard could it be? I said. It's only a couple of circles, I said. Five and a half hours later, I finally have this to show for myself:
Are you proud? I'm proud.


I spent an awfully long time looking for the tools I needed to make this, so I thought I'd put a tutorial out there about how I finally managed it. I'm going to assume that you have a basic working knowledge of SketchUp - what the premise is, how to use the more basic of the tools, etc. - but no more. So, in approximately 18 easy steps, here we go!

Step 0. One of the things I've really gotten used to in other graphics programs (namely, Illustrator and Photoshop) is the ease of using keyboard shortcuts. I'm so used to them that it's irritating that my favorites (Ctrl to switch to the last tool you used, anybody?) aren't here in SketchUp, but there are a fair number of easy-to-remember shortcuts that I used in drawing this. I'll list them where I think they're useful. I'd highly recommend getting used to using them, especially if you're using a touchpad instead of a mouse.

Step 1. Open Google SketchUp (I have version 8), and use the circle tool (keyboard shortcut "C") to draw a circle on the x-y plane. Here, I'm using red as x and green as y.

I made my gear with exact dimensions, so that's how I'll write the directions, but there's no need to be so precise. You can make most of the dimensions to be whatever you want. That said, there's an easy way to make your shapes with exact measurements. Here, I made a circle with a 2 cm radius. Using the circle tool, click anywhere, move the mouse a little distance away (don't click!), type "2cm", and press enter. You should have this:
Little floating circle. You're viewing it at an angle, so it doesn't look perfectly round.

Step 2. Using the line tool (L), draw a 15 cm line from the center of the circle out parallel to the x (red) axis This will be a guide line, so don't worry if it doesn't look like a gear. 

A couple of useful pointers here. To find the center of the circle quickly, once you've picked up the line tool, hover over the edge of your circle for 2 seconds, then move your cursor slowly toward the circle's center. A light blue dot labeled "center" should pop up. Your mouse should snap right to it. 

Although the line doesn't need to be drawn in any particular direction, I like orienting to the axes if only so I'm positive I haven't suddenly drawn a line in the z direction (out of the plane). When you're moving in the x direction, the line trailing from the line tool will turn red, and a popup box next to your mouse will tell you what direction you're going. You should have this after you've drawn your line: 


Step 3. Before I did the next step, I orbited (O) so that I had a top-down view of my figure. That makes it a little easier to draw the next bit. Using the line tool (L again), you're going to draw three sides of a square at the end of your guideline. Click on the endpoint of the guide, draw a 1 cm line in the same direction, turn right to draw a 1 cm line in the green direction, and right again to draw one last 1 cm line in the red direction. This will be your first gear tooth. 
Ignore the blue line. I just spun the view around a bit. 

Step 4. Use the eraser tool (E) to erase the very first line you drew.
First tooth! It's so cute.

Step 5. Select the gear tooth by pressing the spacebar and click-dragging over all three lines. (Side note: there is a difference between dragging right-to-left and left-to-right. The Google SketchUp video tutorials explain this very well, so I won't.)


Step 6. This step can be finicky, but I'll try and break it down as best I can. First, choose the rotate tool. Find the center of the circle again and click once. Move your mouse along the red axis and click again - it really doesn't matter how far along you go. Now, before you do anything else, press Ctrl (Option on a Mac) once. A small plus sign should appear next to your cursor. This means that SketchUp is not only going to rotate our tooth, it's going to be duplicated as well. 

Step 6a. Move your mouse clockwise a small distance. Type "360" and press Enter. 

Creating the first duplicate. You can do this by hand - just move the duplicate tooth in a full circle so that it overlaps the original, then click. I had trouble with this, though - as soon as I overlapped the first tooth, the counter at the bottom right would click back over from 359.9 to 0.0, and that would mean that you're not rotating through any degrees. Easier to just type in 360.

Step 7.  Before you do anything else, type "/50" and press Enter again. What you just did was tell SketchUp to rotate the tooth through 360 degrees, then duplicate it evenly 50 times through the whole circle.



Starting to look gear-like!

Now, 50 was a semi-arbitrary number that I chose. It just happened to make a regular-looking gear. If I were modeling this for physical production, I'd be much more careful in how I sized the teeth. At this point, any number that makes the gaps nearly the same size as the teeth will do. 


Step 8. This is the tedious bit. Take the line tool again and connect the bases of all the teeth together. 

Connect the teeth bases endpoint-to-endpoint. Takes a while, but it's gotta be done.
Step 9. When you connect the last one, the shape you made should turn gray, meaning that it's no longer a line - it's a face!
Ok, that wasn't really a step. I just added it in because I mis-numbered my screenshots and I needed an extra one to make them line up with my notes.


Step 10.  Now we have to set some guidelines so that we can form the spokes of our gear. This is another slightly finicky process, so be methodical and take it step by step. 

Choose the protractor tool (Tools menu > Protractor) and click in the center of the small circle. Now, move your mouse along the red axis (again, any direction in the same plane is fine, but the red axis is convenient). Click anywhere on the line you chose. Move your mouse clockwise slightly. Type "72" and press enter. A dotted guideline should appear 72 degrees clockwise from the red axis. 

Now, do the same thing again, except this time, instead of moving your mouse along the red axis, move and click along the guideline you just made. You should have two guidelines now. 

Repeat those steps three more times, each time clicking first in the center of the circle, then along the newest guideline before moving the mouse clockwise and typing in "72". 

You should have something like this:
Gear pizza.

I did one more thing to make my life easier later on. We're only going to be using half of those guidelines, so I used the rectangle tool to mark every other one.

Step 11. Use the push-pull tool to pull your gear up 1 cm vertically.


Step 12. Before you start this step, orbit (O) to the bottom of the figure. This will make your guidelines easier to work with.  Using the offset tool (F), offset the center circle first by 12 cm, then by 3 cm. 




 Step 13. Choose the line tool. Using the marked guidelines, connect the two circles you just drew. Make sure that when you draw them, the "intersect" symbol pops up as a red cross when you hover over the points where the guidelines and the circles meet. I thought I had a picture of this step, but I don't.

To make your figure look like the next picture, use the eraser tool to remove the guides. Then, using the offset tool on each of the slices you just made, offset them inwards by 0.5 cm.
Sorry, that's a lot of steps with very few pictures. To clarify: this picture shows five "spokes" alternating with five curved pieces. The thin spokes are the lines that you draw to connect the outer and middle circles. The curved pieces are what you get when you offset the shapes from the first step by 0.5 cm inwards. 


Step 14. Use the eraser to remove the thin spokes, leaving only the curved slices behind. 



Step 15. Use the push-pull tool to push the fat arcs through the gear to make windows. I found that I had the best luck with this when I entered "1cm" manually after clicking on each shape with the push-pull tool. Otherwise I had a tendency to just push them all the way through to the other side.



Step 16. Orbit to the other side again. Using the offset tool, offset the rim of the inner circle 0.25 cm outwards. (This is another one I wish I had taken a screenshot of, but didn't. Essentially, what you want to do is widen the center hole so that you can easily erase the surface that's in the middle.)

You should have a very very thin sliver of a hollow cylinder surrounding the center circle. Push that sliver through the gear 1cm, so that you have a thin window. Now, select the gray face that's left over and delete it.

Note: If you turn the gear back over, you'll note that it looks hollow. This is easily fixable by using the scale tool to shrink the middle edge of the gear in to meet the center hole. Press Ctrl (Option on a Mac) to highlight the center of the circle, then pull one of the corner handles in until the edge of the gear and the edge of the hole overlap. 



Step 17. Now, all that's left to do is color it! I modified the stock corrugated metal skin to look more like brass, but you can do whatever you want with it. 



And there you have it! I know there's some stuff here that is a little roundabout and could probably use some tweaking. Do you have an easier way to make a gear? Let me know in the comments!






Tuesday, January 17, 2012

Speechless

Waiting in line at Dunkin' Donuts the other day, I met Jonathan. I thought he was an asshole. 

 I got in line behind him. He turned around and caught my eye, then gave me the most over-the-top, exaggerated "'sup?" nod I've ever seen. Odd, I thought, but that's hardly unusual for downtown, and I let it go as one of those subtle markers that I work just above a major transportation hub. Trains do tend to bring in the crazies. After he ordered, I saw him leaning over the row of coffee pots, pointing at his cream-filled coffee and gesturing for the employee behind the counter to remake it. Oh great, I thought. One of *those* customers - the ones who think it's beneath them to actually open their mouths to speak to a server or retail employee. I watched him and the entire counter staff getting more and more frustrated - "Black?" they kept saying. "You want black?" Crap, I thought. This guy (who was black) is already pissed off, he's going to take that the wrong way and I don't want to know what'll happen next. Finally, Jonathan made that universal gesture for "Give me a goddamn piece of paper so I can write it down for you," and I finally got it - he's deaf. 

Feeling really incredibly proud of myself for being such a non-cynical person and reserving judgment til after I had all the facts, I followed him down to the food pick-up area, where he gave me a look that said, man, sometimes this is tough. I smiled back at him, and lord knows why, but I fumbled around with my little bag of food enough to sign at him, 






SIGN LANGUAGE?


Oh crap, I thought. I know less sign language than I do Spanish. I can't have a conversation with this guy! But his face lit up and he was signing back, 





YOUR NAME WHAT?


Well now, I know that one. With a bit more bag fumbling, I managed:




MY NAME E-M-I-L-Y

(Actually, I managed "I NAME E-M-I-L-Y". Quick lesson break: hand shapes are really important in ASL. You use a pointing finger for personal pronouns like me, he, she, it, them, and so on.


 A flat hand shape, like the one you'd use to swat a fly, is used for possessive pronouns like my, theirs, yours, etc.)





YOUR NAME? I asked (Well, in my pidgin ASL, I said YOU NAME, but he got it).




J-O-N-A-T-H-A-N

Blushing like an idiot at my awkward language skills, I said hi again. 





YOU WORK HERE? he asked.

And I was signing 

NO, NEXT DOOR 

and clumsily fingerspelling the name of my company before I realized that I didn't know I knew the sign for work. Who knows where I picked that up - and who would've known it would come in handy down the line during a chance meeting at lunch. 

Then the server came back with his sandwich and he signed




NICE TO MEET YOU. SEE YOU LATER!

And I waved to him and he was gone.






Oh yeah, there was a bird:


Friday, January 13, 2012

Just Plain Wrong

After my rant of yesterday, I need to add one more I'm-being-an-idiot moment: I can, in fact, use VB. 


That'll teach me to look more closely at my error popup messages. Turns out that what I was trying to do before really wasn't allowed - I can't call up any popup messages - but a plain-Jane workaround for nested IF statements? Perfectly fine. 

Which brings me to the second half of yesterday, which was occupied with turning this: 

=CELL("address",INDEX(P94:W94,1,MATCH(MAX(P94,R94,T94,V94),P94:W94,0)))

into this: 

Or, in its full glory:  =IF(LEFT(CELL("address",INDEX(P94:W94,1,MATCH(MAX(P94,R94,T94,V94),P94:W94,0))),2)="$P","Your answer is in column P!",IF(LEFT(CELL("address",INDEX(P94:W94,1,MATCH(MAX(P94,R94,T94,V94),P94:W94,0))),2)="$R"," Your answer is in column R! ",IF(LEFT(CELL("address",INDEX(P94:W94,1,MATCH(MAX(P94,R94,T94,V94),P94:W94,0))),2)="$T"," Your answer is in column T! ",IF(LEFT(CELL("address",INDEX(P94:W94, 1,MATCH(MAX(P94,R94,T94,V94),P94:W94,0))),2)="$V", " Your answer is in column V! ","I haven't found a damn thing."))))   


This is actually a very simple formula - just big. It says, if you find the maximum value in this row in column P, tell me that I've found my first thing. If not, and it's really in column R, tell me I've found my second thing. If not, look in column T, and tell me if the maximum value is there. No? Look at column V. If it's there, let me know, and if not, we haven't found a damn thing. 

And it works, it does! Look:



This formula is very very very close to doing what I want it to do. From here, all I need to do is replace those bits of text that say "This is where I found the maximum!" with a little formula that pulls the value from the column one to the right of the one I just found. Something like:

$Q94

which isn't much of a formula at all, just a reference, but if I pop it in there, look what happens:







.....exactly what was supposed to happen. Goddamn, I hate Excel. 


ETA: After smashing a few keyboards and pettishly force-closing Excel, I wrapped the whole formula in a nice, cozy IF statement that says to only run through that whole monster of a formula if a maximum value really exists, and everybody was happy. Except me, because I hate Excel.


Also, the VBA point is moot, because I can work with just the formulas now.

Thursday, January 12, 2012

Things I Wish I'd Known About Excel Before I Started Today

I've been working on a project in Excel for the past couple of days - let's say it's for fun and profit, but mostly for profit - and while this particular spreadsheet runs just fine for what I need it to do, I can't help adding a bunch of bells and whistles when I have a spare hour or five. This particular endeavor was meant to capture a target value (say, a vacation start date) and the value next to that (a vacation end date)*. This is what I wish I had known before I started trying to gild the lily.

* The data below in no way represents the actual data or the format of the spreadsheet I'm talking about. Trust me when I say that these issues occur no matter what data you try to apply them to. Do not panic; this is merely a simulation. Please do not try this at home. Objects in mirror are closer than they appear.

1. If you need to enter a whole bunch of conditional formatting statements for a particular column, Excel 2003 will turn vindictive after the third one and not let you enter any more until you upgrade it to the flashy new Excel 2007.

2. Once you do upgrade to the flashy "new" Excel 2007, the fancy formulas you developed to work around the three-condition limit will be laughably clunky and obsolete in the face of the newer conditional formatting tools. (Very snazzy, by the way.)

3. Returning a cell value or address will take between one and ten minutes, depending on your knowledge of Excel formulas. Returning the value *next* to that value will take 8+ hours.

4. A function exists to do what you want to do, but it will turn out that it is volatile and will explode at any moment.

Take this function, for example:

That's  =CELL("address",INDEX(A2:H2,1,MATCH(MAX(A2,C2,E2,G2),A2:H2,0))) if you didn't catch it the first time.



This will give me the name of the cell between A2 and H2 that holds the maximum value in that range. It evaluates to cell $E$2 (which is actually correct! go me!). That alone took hours, because apparently I can't visualize data structures like some programming geniuses. I believe that my brain has a three-nested-function limit; three levels down, I start thinking about Hofstadter and tortoises and Moebius strips, and it's all over. So I have to build it up from the inside out, piece by piece, usually with plenty of time to research the functions, because all college taught me was SUM(A1:A25).

That aside, this function works perfectly well. So does this one:
=OFFSET($I6,0,-7,1,1). That's what she said.

Have you ever written pages and pages and pages of code, then peeked at a forum to find that there are these things called regular expressions and that someone solved your problem in three lines? That was this formula. Excel got a stern talking to about communication after this one. Still! This was good. This formula will look at cell I6 and spit back a 1x1 (one cell) grid starting at the cell that's on the same row (that's the 0), but seven columns to the left (the -7). And it works! It works beautifully.

What happens when I combine these two? All I'm going to do is take out the cell number from this function:

=OFFSET( ___________ ,0,-7,1,1)

and replace it with this formula, which, as shown, spits out the maximum cell in the range (which should be $H$11*, giving this:

* Ok, so I fudged this one a little bit. So I didn't have to take screen captures for a fourth time, I tweaked it to look for the maximum value overall, not just in the "Start" columns. Trust me when I say that this is not the source of my problem.


You know what happens next? The whole thing explodes.

The formula works. I know it works. If this were software code, no one would bat an eye. But Excel, lovely Excel, considers CELL() and OFFSET() to be *volatile*. Volatile functions may never, never be nested inside one another, otherwise there will be a small black hole in your screen that will consume the universe. There is but one force preventing this disaster: an extraordinarily unhelpful popup message that proclaims:

You're so helpful.


What kind of error, Excel? Where is it? Did I misplace a parenthesis? (If so, commence the parentheses ritual: "open, open, open, open, closed, closed, open, closed, damn!") Oh...you mean the kind of error that only the internets know about. Helpful. Thanks for the warning.

The workaround to this problem is another story for another day. Spoiler: Excel is a bitch.

5. Do not mention macros or VBA to me. My computer is so locked down that Excel throws an error if I even try to define a function.

6. Sharing a workbook between two people and across two versions of Excel will randomly result in spontaneous data loss or someone deciding to scrap the whole giant project because "it's not the right technology."

7. If you have just typed a very very very long formula in, clicking away will replace the whole thing with a single cell reference.

8. If you have just typed a very very very long formula in, there is a little button over on the right that will let you expand the entry box so that you're not sorting through five nested if-statements one line at a time.



What are your favorite things to hate about Excel?

ETA: I'm updating the syllabus to include Google Sketch-up

Monday, January 2, 2012

Orientation

As we're no longer in the wild west days of blogging (you know, when you'd never, ever meet one of your readers in person without a government-standard background check, and even if you didn't have any animated gifs on your page, you knew someone who did) I'll spare you the "Hello, world!" post and the protracted statement of purpose. Succinctly, here it is: I want to know a lot of stuff about a lot of stuff. I checked around a bit, and no one's offering "A Lot of Stuff" as a major at any of the community colleges around here (besides which, have you $een the price$ for college the$e day$??), so here I am. Me 'n the internet, off to see the world.

So, "university" because we'll be learning stuff, and "fifth floor" because...well, reasons to be revealed in time, I suppose. I came up with a basic list of stuff I want to learn, but I'm not promising to stick with it at all. Here it is, in all its eclectic glory, ready to be left by the wayside like so many blogs are...the syllabus!

1. Wood inlay
2. Spanish
3. Glass blowing
4. More German
5. Physiology
6. Knit gloves
7. Bird biology
8. Greenscreens
9. Excel programming
10. More Hindi
11. More Photoshop/Illustrator
12. Container gardening
13. Watchmaking
14. Bike mechanics/repair

I'll add and delete things as I come across them, hopefully with plenty of photos and documentation along the way. I have a sort of nebulous idea that this is a year-long blogging project. We'll see if that pans out.

It feels good to be a freshman again.