Hello. I have a column with minute intervals such as this
05:00
05:05
05:10
05:15
05:20
05:25
05:30
05:35
05:40
05:45
05:50
05:55
06:00
06:05 etc
I want to replace all the cells beginning with 05 with a number (for example 5) and all the cells beginning with 06 with another number (for example 6). The problem is that if i replace '05:' with '5' then '06:05' is also replaced. I do not want to do it manually because i am looking at an excel file with more than 30.000 rows. What do i have to do in order to replace them?The same problem occurs when i try to replace all the 10:somethings (and the 15:somethings and 20:something, has to do with the fact that 5,10,15,20 appear in minutes as well). How do i work around this problem? Thanks
05:00
05:05
05:10
05:15
05:20
05:25
05:30
05:35
05:40
05:45
05:50
05:55
06:00
06:05 etc
I want to replace all the cells beginning with 05 with a number (for example 5) and all the cells beginning with 06 with another number (for example 6). The problem is that if i replace '05:' with '5' then '06:05' is also replaced. I do not want to do it manually because i am looking at an excel file with more than 30.000 rows. What do i have to do in order to replace them?The same problem occurs when i try to replace all the 10:somethings (and the 15:somethings and 20:something, has to do with the fact that 5,10,15,20 appear in minutes as well). How do i work around this problem? Thanks