I have 3 different work sheets.
worksheet 1 is pft score (where you type the persons info ie…. gender, age, run time, pull ups, and crunches)
worksheet 2 is the male score card
work sheet 3 is the female score card
So far i am able to compute a score from each worksheet with two seperate cells in worksheet 1. How do I get it to read in just one cell. I am running into the problem with the genders. Here is my formula thus far…..
=IF(OR(C17=””,C1745,8,ROUNDUP((C17-16)/5+1,0)),TRUE))
how do i tell it, if B17=Male/Female look on the male/Female scorecard.