i have cells from c2 to c47 all with times like this 1.12.32 ....they have just been entered as numbers no formatting. now i just want them converted ...ie ..in the case above 1.12.32 becomes 72.32 secs.
i have cells from c2 to c47 all with times like this 1.12.32 ....they have just been entered as numbers no formatting. now i just want them converted ...ie ..in the case above 1.12.32 becomes 72.32 secs.
If it is all ready text or number format (CELL C2) In Cell D2 enter this formula and fill down as needed =LEFT(C2,1)*60+MID(C2,3,2)&RIGHT(C2,2) If you want the answers in C Column Copy results from D column Select CELL C2 then Paste special, Paste Values Then clear D column
If it is all ready text or number format (CELL C2)In Cell D2 enter this formula and fill down as needed=LEFT(C2,1)*60+MID(C2,3,2)&RIGHT(C2,2)If you want the answers in C ColumnCopy results from D column Select CELL C2 then Paste special, Paste Values