M
mark.wolven
Here's what I am trying to do:
I have a historical list of data (achievements like past test scores)
in a range on sheet 2, for example, A1:A100
On sheet one, a new individual is tested and a score is generated in
B1. Without adding that score to the range on sheet 2, is there a way
to display the rank of the new individual's score?
Since the value to be ranked needs to be in the range of numbers, this
formula, =RANK(B1,Sheet2!A1:A100), evaluates to #NA.
Is there a different function that would do this?
I have a historical list of data (achievements like past test scores)
in a range on sheet 2, for example, A1:A100
On sheet one, a new individual is tested and a score is generated in
B1. Without adding that score to the range on sheet 2, is there a way
to display the rank of the new individual's score?
Since the value to be ranked needs to be in the range of numbers, this
formula, =RANK(B1,Sheet2!A1:A100), evaluates to #NA.
Is there a different function that would do this?