I have a range ("A1:A60") that contains numbers out 2 decimals and blanks.

Examples of the numbers in the range are 1.01, 1.02, 2.01, 2.02, 1.03, 1.04, 2.03

I'd like to do the following:

1. grab these numbers and put them in an array (maybe array is the wrong term)
2. add a "x.00" and "x.99" for every integer to the array.
(So in the above example, the array would now also include 1.00, 1.99, 2.00 and 2.99)
3. Sort the array Ascending
4. Paste the new array into cell B1.

Is this possible?

Thanks,
Ajm