John B. answered 12/16/20
Middle School math, science and technology teacher for over 10 years
Katherine,
In the end, the formula that matters is:
If you want a decimal Rank between 1 and 5
=((((B2-1)/13)*4)+1) where B2 is the value between 1 and 14
If you want a whole number Rank 1 and 5
=ROUND(((((B2-1)/13)*4)+1),0) where B2 is the value between 1 and 14
If this answered your question, I would appreciate an Upvote. If I didn't successfully answer your question, please leave a comment and let me know where my understanding of your question missed the mark.
John