Rhythmdoctor
Footballguy
I'm not sure if this thread has long-term sustainability, but it might.
Let me back up a bit. In another thread, I was reading some interesting opinions/data from EBF regarding BMI. BMI has never been on my radar as far as potentially predictive indicator. Being an analyst by nature and by profession, last season (my 2nd year in a dynasty) I started a spreadsheet where I'm tracking WR combine/pro day metrics. Along with Name, height, weight, draft position, team and some other calculated metrics I came up with.
So, tonight I added a new column for BMI and created a formula for it. I figured some other stat geeks on here could use it. I started thinking about what thread to post it in but then figured it might be a good idea for excel equations to have it's own thread. I dunno.
That's a lot of words to post the formula I created for BMI in excel. I already have my sheet formatted where height reads as 6-3, for instance or 5-10 etc... Since the BMI formula requires height in the form of inches... I did the following (below). Cell column identifiers and matching names (per my sheet) below:
Column A - Player Name
Column B - Height
Column C - Weight
Formula - =703.06957964*(C2/((LEFT(B2,1)*12+IF(LEN(B2)=4,RIGHT(B2,2),RIGHT(B2,1)))^2))
Let me back up a bit. In another thread, I was reading some interesting opinions/data from EBF regarding BMI. BMI has never been on my radar as far as potentially predictive indicator. Being an analyst by nature and by profession, last season (my 2nd year in a dynasty) I started a spreadsheet where I'm tracking WR combine/pro day metrics. Along with Name, height, weight, draft position, team and some other calculated metrics I came up with.
So, tonight I added a new column for BMI and created a formula for it. I figured some other stat geeks on here could use it. I started thinking about what thread to post it in but then figured it might be a good idea for excel equations to have it's own thread. I dunno.
That's a lot of words to post the formula I created for BMI in excel. I already have my sheet formatted where height reads as 6-3, for instance or 5-10 etc... Since the BMI formula requires height in the form of inches... I did the following (below). Cell column identifiers and matching names (per my sheet) below:
Column A - Player Name
Column B - Height
Column C - Weight
Formula - =703.06957964*(C2/((LEFT(B2,1)*12+IF(LEN(B2)=4,RIGHT(B2,2),RIGHT(B2,1)))^2))


When I started at my current job, one of the first tasks I was given was to update/recreate an old Excel file that was used to produce a bunch of reports we needed to file with the state. Not only was I new to the company, I was new to the whole industry so all of the reports were pretty foreign to me - in fact the main reason I was given this task was moreso that I would learn what all the reports contained and how they were produced as I worked my way through the Excel file, and not really because there was a pressing need to update the file. This thing had dozens of worksheets, with easily hundreds of unique formulas, many of which were either unnecessarily complicated or totally unnecessary altogether. Spend time trying to fix something like that and you'll quickly learn to appreciate brevity and efficiency (and documentation!)