Draoul2007
New Member
Hello All,
I have a formula that I am using with a google spreadsheet. I know this is for excel, but every time I have asked for the formula has worked. Here is my logic: I would like a formula to score a result as a 10 if there is a 10% improvement. It currently scores a 9 if there is a 3% improvement.
Here is the formula for the mile:
=IF(ISBLANK(M2),"No Data",IF(M2<=IF(B2="M",TIME(0,8,0),TIME(0,9,0)),10,IF(M2<=IF(B2="M",TIME(0,10,30),TIME(0,11,30)),IF(M2<=L2*(1-0.03),9,8),IF(M2<=L2*(1-0.1),7,IF(M2>0,6,"Error")))))
Here is the formula for the Pacer. (The pacer is an activity in my class that test cardiovascular endurance) Here is the formula:
IF(ISBLANK(P2),"No Data",IF(P2>=IF(B2="M",96,85),10,IF(P2>=IF(B2="M",62,52),IF(P2>=O2*(1+0.03),9,8),IF(P2>=O2*(1+0.1),7,IF(P2>0,6,"Error")))))
Your help would greatly appreciated.
I have a formula that I am using with a google spreadsheet. I know this is for excel, but every time I have asked for the formula has worked. Here is my logic: I would like a formula to score a result as a 10 if there is a 10% improvement. It currently scores a 9 if there is a 3% improvement.
Here is the formula for the mile:
=IF(ISBLANK(M2),"No Data",IF(M2<=IF(B2="M",TIME(0,8,0),TIME(0,9,0)),10,IF(M2<=IF(B2="M",TIME(0,10,30),TIME(0,11,30)),IF(M2<=L2*(1-0.03),9,8),IF(M2<=L2*(1-0.1),7,IF(M2>0,6,"Error")))))
Here is the formula for the Pacer. (The pacer is an activity in my class that test cardiovascular endurance) Here is the formula:
IF(ISBLANK(P2),"No Data",IF(P2>=IF(B2="M",96,85),10,IF(P2>=IF(B2="M",62,52),IF(P2>=O2*(1+0.03),9,8),IF(P2>=O2*(1+0.1),7,IF(P2>0,6,"Error")))))
Your help would greatly appreciated.