Hi, I am looking for some help with a formula. I am creating a training matrix. the training values are 1,2,3,4 (1=training, 2=trained with minimal supervision, 4 = fully trained etc)
My current formula is.. =COUNTIF(AR7:BB7,">1")*4
AR7:BB7 is my range I'm looking at, ">1" is saying count anything over 1, the * 4 is relative to the value of point available (4=fully trained).
Another cell references this to then return a % of how much training they have in the range on AR7:BB7. the training values 3 and 4 are people fully trained who require no support so I definitely want to count those as whole numbers. I'm counting level 2 as they have some training.
the formula I need help with is as level 2 requires some supervision I don't want to count that as a whole number. how can I edit my formula to say if in the range of AR7:BB7 anyone is a level 2 then divide that value in half so its not counted as a whole number? but the 3 and 4 value is still counted as a whole?
If it works here is a screenshot... http://tinypic.com/r/jhtyz6/9
Cell BD has the formula I'm looking for and cell BC is returning my %.
My current formula is.. =COUNTIF(AR7:BB7,">1")*4
AR7:BB7 is my range I'm looking at, ">1" is saying count anything over 1, the * 4 is relative to the value of point available (4=fully trained).
Another cell references this to then return a % of how much training they have in the range on AR7:BB7. the training values 3 and 4 are people fully trained who require no support so I definitely want to count those as whole numbers. I'm counting level 2 as they have some training.
the formula I need help with is as level 2 requires some supervision I don't want to count that as a whole number. how can I edit my formula to say if in the range of AR7:BB7 anyone is a level 2 then divide that value in half so its not counted as a whole number? but the 3 and 4 value is still counted as a whole?
If it works here is a screenshot... http://tinypic.com/r/jhtyz6/9
Cell BD has the formula I'm looking for and cell BC is returning my %.