I know this doesn't sound like a hard problem, but i just can't seem to find what will work. I have the numbers stored in column T as 7 7 7 7 5 5 5 5, etc.

I am trying to work on a macro that would basically change them to the decimal equivalent of the percentage.

Ex) 7 would become .07, 5 would become .05, etc.

I think the problem that i run into, is when trying to do anything on the same column as the numbers are stored into already. The values in column T must change, as the decimal equivalents need to stay in that column.