1. most direct and thumb solution
use chain of if else inside b1 cell. =if(A1<1, A, if(A1<2.5, B, if(A1<3.5))) and so on...
2. use vlookup or hlookup formulas, look their manuals and if you need after looking any help I can explain thoroughly how to implement it
3. I am sure there are many other (better) solutions, others will probably suggest
Bookmarks