Hello, I'm just starting to learn VB and have a relatively easy thing I'm trying to do (I believe)

I want the macro to simply look at a value in a cell (lets say F3), see if it is within a specific range range, and dependent upon which range it falls into, insert a different value for me in another cell. I'm assuming it's gonna be something like IF 1 < F3 < 2 Then F4 = "B"

i have about 26 ranges that I want it to compare the given value in F3 against, and depending on which range it lies in it would spit back different text but in the same cell every time.

Thanks for any help!