+ Reply to Thread
Results 1 to 3 of 3

How to create my own BMR calculator?

  1. #1
    Registered User
    Join Date
    07-01-2011
    Location
    North America
    MS-Off Ver
    Excel 2008
    Posts
    2

    How to create my own BMR calculator?

    I'm very, very new to Excel, and I need to create my own BMR (Basal Metabolic Rate) calculator for a project at work. I'm very confused by the formula builder.

    Here's the formula:

    BMR=
    Women: 655 + (4.35 x weight in pounds) + (4.7 x height in inches) - (4.7 x age in years)
    Men: 66 + (6.23 x weight in pounds) + (12.7 x height in inches) - (6.8 x age in years)


    I don't understand how to set it up to make the proper calculations. Is there a step by step tutorial for this?

    Thanks in advance!

    P.S. - I'm using Excel 2008 for Mac

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: How to create my own BMR calculator?

    Hello Rigras Leever

    I think that should be fairly straightforward.

    Let's assume you have 4 cells with information. A2 shows M or F to denote Male or Female, B2 shows weight in pounds, C2 shows height in inches and D2 shows age in years.

    Now you can use this formula in E2 for BMR

    =IF(A2="M",(66+6.23*B2+12.7+C2-6.8*D2),(655+4.35*B2+4.7+C2-4.7*D2))
    Audere est facere

  3. #3
    Registered User
    Join Date
    07-01-2011
    Location
    North America
    MS-Off Ver
    Excel 2008
    Posts
    2

    Re: How to create my own BMR calculator?

    *jaw drops*

    Thank you so much for creating that! I was totally overthinking this. Then again, I should go look at a few tutorials. =)

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1