Huskey,
I have placed a sample lookup table below for your use. It assumes that you have no values less than zero. Then use the following formula: =VLOOKUP(D2,$A$2:$B$12,2) and it should accomplish the task you describe here. This will place a zero in all cells with values from 0 up to but not including .22, a 1 in cells adjacent to values equal to .22 but less than 1, a 2 in cells with values from 1 to below 1.78, etc.
Lookup Table
0 0
0.22 1
1 2
1.78 3
2.56 4
3.34 5
4.12 6
4.9 7
5.68 8
6.46 9
7.24 10
Hope this helps.