Forum Discussion
juan jimenez
Oct 02, 2018Iron Contributor
Convert 1234 to 12:34
 Good morning!     Could someone help me in converting a large series of 4 and 3 digit numbers into a new form are which contains “:”.  As these  examples:     1234 to 12:34  333 to 3:33  4567 to 45:6...
juan jimenez
Oct 02, 2018Iron Contributor
Thank you very much for your quick answer.
Unfortunately when I copy this formula into my Excel 2016 (in Spanish) it is not accepted.
Maybe I do have to change "," for ":"?
SergeiBaklan
Oct 02, 2018Diamond Contributor
Juan,
You may translate formulas from one language to another using this tool https://en.excel-translator.de/translator/
They'll be
=ENTERO(A1/100)/24+RESIDUO(A1;100)/24/60
and
=IZQUIERDA(A1;LARGO(A1)-2) & ":" & DERECHA(A1;2)
If you open attached file formulas will be in your locale notation.
- juan jimenezOct 02, 2018Iron Contributorcongratulations!! It works. thank you very much!! - SergeiBaklanOct 02, 2018Diamond ContributorYou are welcome