This is a problem very much like the one described here. However I need to do it horizontally, and my problems occur with the date. I'm on a Mac.
This is a picture of my .xlsx document. I have lots of entries like the ones in the first three rows, and I want to convert them into CSV as the last three ones. But my problem is this:
- 2012-08-16 (in A1) becomes 41137 (in A4)
- My session from 08:00 to 09:00 is 01:00 hour long (see H1 and I1 and J1) becomes a mess – ,0,333333333333333,0,375,
- My session from 09:00 to 10:00 has the same problem as the one above, only that the messy numbers are different.
My end goal is to export my .xlsx time sheet into toggl
P.S. Minor problems that may lead to the real ones:
- A1 2012-08-16 becomes 16-aug-12
- J1 01:00:00 becomes 01:00 as well as 08:00:00 becomes 08:00 and 09:00 becomes 08:00:00 and so on.