Sunday, March 14, 2010

Get Your 2010 March Madness Pool Manager Here!

Alright, folks. It's done. And, as I've been telling you...it's going to be absolutely free this year. Here's how it'll work: the "Master Bracket" file -- the one you use as the pool manager -- still requires you to input and submit a "key code" to unlock the file for use. I've pre-filled this in for you. You'll simply need to click "submit" and accept the terms of use to begin using the file. You'll notice that the file will be open for use until May 1st of this year. (Hey, if I even want to think about ever charging for this again, I can't simply give away all the goods, right?)

The "Standard Bracket" is the file that others in your pool will use to make their picks and track their own progress.

Now, I'm not going to be available to help people with technical difficulties this year (part of the reason I'm giving it away for free this year), so let me tell you the most common reason people have trouble using the file. They don't have macros enabled in Excel. If this happens to you, simply go to Tools --> Macro --> Security... and make sure your security level is set to Medium or Low. I'd recommend Medium, as it will always prompt you to enable macros upon opening a file with macros embedded. Once you've done this, close the file and then reopen the file. You should be prompted to enable macros.

Here are the files:

March Madness Master Bracket by Excel_Geek v.2010a.xls

March Madness Standard Bracket by Excel_Geek v.2010a.xls

Enjoy!

Monday, March 08, 2010

2010 March Madness Pool Spreadsheet Coming Soon

Yes. I will be doing a March Madness Pool Spreadsheet this year, just like last year's with one exception: this year's will be free! I'll still have some lock-down on the file, though.



It should be ready after all the selections are made this Sunday.

Sunday, January 03, 2010

Ideas for the College Bowl Pool Sheet for Next Year

Well, folks, it's wrapping up again. Thanks for making this my biggest college bowl pool spreadsheet year ever!



Four remaining games in one of our most beloved sports pool events of the year -- college football bowl game season. This is that point in many of our pools where some age-old questions start to emerge...


  • "Do I really have a shot to win this thing?"

  • "Do I even have a chance?"

  • "Who else is in the running?"

  • "Which games are really most important to my chances?"


I intend to give you the power to answer these questions (and maybe more) in next year's pool sheet. Stay tuned...but in the meantime best of luck in this year's pool! (oh, and get ready for March Madness...)

Thursday, December 17, 2009

Alternate Requests for College Bowl Pool Pick 'em Sheets

I've been getting flooded for requests for all types of variations on my traditional college football bowl pool pick 'em sheet. For those of you familiar with mine, it's a straight up pick the winner (not picking against the line) and you assign points to each pick between 1 and 34 (each number used only once) depending on how confident you are in your pick.

I cannot possibly keep up with each and every variation people want, but I have gotten a number of requests for a simpler version that is more like my NFL Weekly Pool sheet that I did not that long ago. This version is picking a winner straight up (no line) and one point is assigned for each correct pick. The tie-breaker is the total combined score of the championship game. This version I made with 30 possible games (I know there are 34 bowl games, but you can figure out how to add the rest if you want to.) and is set up for up to 100 participants.

Excel_Geek Insiders subscribers will get this file for free as part of their subscription. Not a subscriber? Sign up. It's cheap and easy and you get copies of all the $50 Projects I complete.

I'll probably do another version of two of pool sheets.

Later,

Excel_Geek

Sunday, December 06, 2009

2009-10 College Football Bowl Pool Spreadsheet

Okay folks...it's ready. Well...sort of.

We won't know whether or not it's Army or UCLA vs. Temple in the EagleBank Bowl until Army plays Navy on December 12th. Army has to win that game to become bowl eligible. My money's on Navy, so I'm guessing we'll see UCLA. Whenever we know, you'll have to make that last change for yourself.

Here are the files:

  • Click here for the corrected main file.

    Note: I just found out that I had a problem with this file. It wouldn't let you select the winner of each game in the "WINNER" column. I've since corrected this and this download now works. If you've already got all your data in the file you previously downloaded don't worry, the fix is simple. Go to Tools --> Protection --> Unprotect Sheet... Then select all of the cells where you determine the winner in the "WINNER" column and go to Format --> Cells... --> Protection tab, and uncheck the "Locked" option. Then go back to Tools --> Protection --> Protect Sheet... and click OK without setting a password.

  • Click here for a simply entry form you can pass around to other to make their picks.


Let me know if you have questions. Also, please pass along any great improvements you make. Remember, last year Jonathan chipped in some nice new features.

Later,

Excel_Geek

Monday, October 19, 2009

Code Crackers Challenge: Round One

Ok everyone...here's something that I've been wanting to do for some time, but am just finally getting around to: a series on encoding and decoding data.

I've always had an interest in "breaking secret codes" etc. which has led me to creating those secret codes and encryption techniques. Some of you may already know I've done a bit of code-creating. My March Madness bracket spreadsheet is protected using my own code and methodology.

I have a hunch that there's a group of code-cracking geeks out there like me just waiting to be challenged. So here's the challenge:

  • I'm going to provide an encrypted message.

  • You may ask questions (use the blog's comment feature so all can see and benefit from the answers).

  • I'll give answers and hints as I feel appropriate.

  • The first person to submit via the comment feature the message "Excel_Geek, I have cracked your code." encoded using the same technique I've used wins. (This helps prevent "brute force" type attacks, which tend to give answers without knowing how they were derived.)


What do you win? I dunno...let's see...how about your pick between two free $50 Projects or 2 free hours of Excel consulting/instruction via Skype? Oh, and you'll obviously also be held out as the Code Cracking Champion (if that's meaningful to you).

So here is the Code Crackers Challenge Round One Encoded Message:

R0#4y,4y, y3'44yudiyI'*/46%my)-48&4x

I also feel compelled to give you a first hint, and it's been encrypted using the same technique (which is also kind of a hint in and of itself!):

P$/.s0+2%,. s12 ./s$%s&. 2,.e

So...pass this along to your code-cracking geek friends and family. Ask questions. I'll do the best i can to respond to each question, though not always as directly as you'll probably hope.

Good Luck!

Excel_Geek

Wednesday, October 14, 2009

Pull numeric value from string

The other day I had an interesting request for help via my little MeeboMe chat window. James wanted a formula to pull a numeric value from a string contained in another cell. The string was something like this:

"Nylon rope 300Ft"

He had a whole column of this type of data and wanted to pull out the number of feet of each item. The "Ft" would always be immediately after the numeric value desired, and a space would always immediately precede it, but here's the kicker: there could be any number of other spaces before the numeric value and there could also be other number before the numeric value desired.

It took me a bit to get where I needed to be, but here's the logic built into a pretty long, nasty, nested formula:

  1. First get the string that contains everything up to and including the "Ft" using LEFT and FIND.

  2. Count the number of spaces in the string identified in #1 by comparing the length of that string versus that string if all the spaces are replaced with nothing (""), using LEN and SUBSTITUTE.

  3. Replace the last space found in the string identified in #1 with an odd character not likely to be in any of the data (I used a tilde ~) using SUBSTITUTE.

  4. Pull out the numeric value, which is the remainder of the string after the tilde using MID, FIND, and LEN.


I put together a sample spreadsheet of this process both broken out into parts and also all nested together in a single formula.

Excel_Geek Insiders, enjoy!

Later,

Excel_Geek