Hi...
I would like excel to figure out the grade for students on a given finnishing time on a track race...
Example:
the finnishing time < 00:05:20 would give the grade 6
the finnishing time < 00:06:20 would give the grade 5
the finnishing time < 00:07:20 would give the grade 4
I now have the if statement looking like this, but I do not understand how it is workin, but it is:
=HVIS(L18<$AD$2;6;HVIS(L18<$AE$2;5; HVIS(L18<$AF$2;4;HVIS(L18<$AH$2;3;""))))
The HVIS is the same as IF (Norwegian)
I would like to change the time for the grades as the students gets older. How?
Anyone?
I would like excel to figure out the grade for students on a given finnishing time on a track race...
Example:
the finnishing time < 00:05:20 would give the grade 6
the finnishing time < 00:06:20 would give the grade 5
the finnishing time < 00:07:20 would give the grade 4
I now have the if statement looking like this, but I do not understand how it is workin, but it is:
=HVIS(L18<$AD$2;6;HVIS(L18<$AE$2;5; HVIS(L18<$AF$2;4;HVIS(L18<$AH$2;3;""))))
The HVIS is the same as IF (Norwegian)
I would like to change the time for the grades as the students gets older. How?
Anyone?