I have a problem with a file in which the size of a cell is set like this :
146:00:00 but il you put your mouse on the cell, you can see the real size : 06/01/1900 (space) 02:00:00
My question is : how can I transform this format in number like 146,00 ?
I want to calculate thereafter tne number of extra hour between.
It means right and the good solution but how can I apply this function to all of my column without specifiy a number ?
I explain myself : I have this number in a column whose name is “Real Worked hours”. Each cells have differents numbers. And I want to transform all this column as you do in your example.
How can I do this ?
Thank you for your help.
Hi Karine,
I think that in the following formula : asnumber(keepbefore(“146:00:00”, “:”))
you should replace “146:00:00” by the name of your column : [Real Worked hours] asnumber(keepbefore([Real Worked hours], “:”))
Is it OK now ?
Best regards,
Michel
Thank you but it doesn’t work.
For the moment I’ve made a formula in excel before integrating my data in easymorph. It works but I find this is not an effective solution.
I need finding something to avoid doing some “do it yourself” because I think it is the better mind doing mistakes.