L
leave alone
I need to edit this formula 2 ways
=COUNT(J1:J5)
first way I need it to count any cell with a value lower then 10 as 1 and
any cell with a value of 10 or higher as .75
For example if cells j1 to J4 are all valued at 6 but cell J5 is value at 11
the total I get would be 4.75
Second formula I need is to count J1 to J5 only the cells with a value of 10
or higher as .25
For example if cells J1 to J4 are all valued at 6 but cell J5 is value at 11
the total I get would be .25
=COUNT(J1:J5)
first way I need it to count any cell with a value lower then 10 as 1 and
any cell with a value of 10 or higher as .75
For example if cells j1 to J4 are all valued at 6 but cell J5 is value at 11
the total I get would be 4.75
Second formula I need is to count J1 to J5 only the cells with a value of 10
or higher as .25
For example if cells J1 to J4 are all valued at 6 but cell J5 is value at 11
the total I get would be .25