Claymationator
Well-known Member
- Joined
- Sep 26, 2006
- Messages
- 705
I am trying to compile data from several different managers within my company. They all have similar workbooks, and have been entering time in a number format. Currently they have values that look like this:
However, the data should appear as this:
So, in any instance the period or decimal point should be a colon and the format of the cells should be in [m]:ss.
I want to be able to select a range within the workbook and run a macro that will convert the numbers into the "[m]:ss format.
Any help is appreciated.
Thanks.
Book1 | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
1 | 1.35 | 1.18 | ||||
2 | 2.01 | 2.23 | ||||
3 | 2.33 | 3.05 | ||||
4 | 4.12 | 4.22 | ||||
Sheet1 |
However, the data should appear as this:
Book1 | ||||||
---|---|---|---|---|---|---|
D | E | F | G | |||
1 | 01:35 | 01:18 | ||||
2 | 02:01 | 02:23 | ||||
3 | 02:33 | 03:05 | ||||
4 | 04:12 | 04:22 | ||||
Sheet1 |
So, in any instance the period or decimal point should be a colon and the format of the cells should be in [m]:ss.
I want to be able to select a range within the workbook and run a macro that will convert the numbers into the "[m]:ss format.
Any help is appreciated.
Thanks.