+ Reply to Thread
Results 1 to 2 of 2

Combining Two Independent Formulas in One Cell

  1. #1
    Registered User
    Join Date
    09-19-2017
    Location
    Central Louisiana
    MS-Off Ver
    Office 2013
    Posts
    1

    Combining Two Independent Formulas in One Cell

    At my job we have our employees that have to take a fitness and body fat test occasionally. I have built a spreadsheet that calculates all the information I need but I am having trouble with a cell that is supposed to grade their fitness score ONLY if they pass the body fat score. I am going to try to not make this post too long but I want to ensure I try to explain exactly what is happening.

    1) The formula below labeled “Fitness Score” works just fine by assigning a value of 0-7 based upon their score.

    Fitness Score: =IF(A2<180,0, IF(A2<205,1, IF(A2<230,2, IF(A2<255,3, IF(A2<280,4, IF(A2<300,5, IF(A2>=300,7)))))))

    2) The next function, labeled body fat function, is supposed to allow the fitness Score Function to pass through if the person enters ‘P’ for pass in the Body Fat cell and enter a zero is the person enters ‘F’ for failing the body fat or there is nothing in the cell at all. I put 4 ‘?’ marks to annotate that the function is not complete and I am not sure what goes there. I am thinking that the fitness function should somehow go in the section where the 4 ?’s are but I’m not sure how to squeeze it in.

    In F10 the graders will enter a 'F' or 'P' for failing the body fat scale
    =IF(B2="",0,IF(B2="F",0,IF(B2="P",????)))

    Example:
    Scoring their fitness test by entering the score in cell A2. They get a score of 1-7 depending on where their fitness score lands in the bracket. The reason there is no '6' is because a perfect score gets a 2 point jump. Then the person enters ‘P’ or ‘N’ if they pass the body fat.
    - If they pass the body fat and score a 207, then Excel should put a 1 in cell C2.
    - If they fail the body fat and score a 207, then Excel should put a 0 in cell C2.
    - If nothing gets entered then a 0 should be put in cell C2.

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Combining Two Independent Formulas in One Cell

    Hi, welcome to the forum.

    Can you put together a small sample of some data along with the desired output (manually entered) that you are looking for?

    This sounds like it should be fairly straightforward once we can see the layout.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Combining two formulas in one cell
    By lbrown12225 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-26-2017, 12:13 PM
  2. Combining 2 Formulas in 1 cell?
    By Be828 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 01-29-2016, 02:13 PM
  3. [SOLVED] Combining 2 formulas in 1 cell
    By ciapul12 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-13-2014, 04:51 AM
  4. Combining two formulas into 1 cell
    By cybonic in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-01-2013, 02:52 PM
  5. [SOLVED] Combining to formulas into one cell
    By Anglerman in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 02-28-2013, 03:14 AM
  6. 2 independent formulas 1 cell
    By sublimemovement in forum Excel General
    Replies: 8
    Last Post: 11-08-2011, 11:26 AM
  7. Combining if formulas in one cell
    By share knowledge in forum Excel General
    Replies: 3
    Last Post: 01-08-2009, 01:47 PM

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