Hi
Totally new here. Need some help if can be.
I have to write a formula that averages cells in a range once the range is full. That I can do.
My problem is-how do I then write it so that it uses that data and converts it into a value depending on the average.
Here is what I am trying to do:
Cells B1,2,3 and 4 get a percentage(a pupil's mark for eg English). This is tthe end of the term percentage. I want B5 to work out the average only once all four terms marks have been entered.
This average must then be converted into a code. If the % is between 0-34 it is given a code of 1, if between 35 and 50 its a 2, 50-70 is a 3 and 70-100 is a 4.
My question is: How do I get the cell, B5 to display the code eg 1,2,3,4 instead of the average %?
I can write the if to calculate the code and the average seperately. But I can put them together.
Any help would b greatly appreciated.
Totally new here. Need some help if can be.
I have to write a formula that averages cells in a range once the range is full. That I can do.
My problem is-how do I then write it so that it uses that data and converts it into a value depending on the average.
Here is what I am trying to do:
Cells B1,2,3 and 4 get a percentage(a pupil's mark for eg English). This is tthe end of the term percentage. I want B5 to work out the average only once all four terms marks have been entered.
This average must then be converted into a code. If the % is between 0-34 it is given a code of 1, if between 35 and 50 its a 2, 50-70 is a 3 and 70-100 is a 4.
My question is: How do I get the cell, B5 to display the code eg 1,2,3,4 instead of the average %?
I can write the if to calculate the code and the average seperately. But I can put them together.
Any help would b greatly appreciated.