+ Reply to Thread
Results 1 to 2 of 2

Hello. blood pressure based on various age groups

  1. #1
    Forum Contributor
    Join Date
    01-11-2012
    Location
    usa
    MS-Off Ver
    Excel 2007
    Posts
    133

    Hello. blood pressure based on various age groups

    Blessing and peace to everyone.
    I am very new to codes and formulas and hope to learn as much as possible here.
    I work with disadvantaged people of all ages and been trying to find a way to document their blood Pressure based on their age in excel to e-mail to their Dr.'s. I already have a blood pressure program that calculates normal and hypertension ranges. Basically, there needs to be a drop down box that has the age ranges like (16-21) which I can do. Next I need a (IF?) formula that says, if the person is between 16-21, their normal blood pressure range should be, 124 78 for example. I know this is probably very simple; but after several days of trying to figure it out, I am at a loss. Thank in advance.
    Last edited by mrjinx007; 06-10-2012 at 09:29 AM.

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,327

    Re: Hello. blood pressure based on various age groups

    There a few ways you can do this. This easiest, create a lookup table >> C2:E5

    Please Login or Register  to view this content.
    B1 =LOOKUP(A1,$D$2:$E$5)

    or you could imbed the lookup table directly into the formula

    B1 =IF(A1<>"",LOOKUP(A1,{"16-21","22-27","28-33","34-39"},{"124/78","126/80","128/82","130/84"}),"")
    HTH
    Regards, Jeff

+ 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