Greetings all, this is my first post in here.
I'm struggling with maintaining integrity of some data. I export from Global Shop Crystal Report Viewer into Excel. Unfortunately, I run into a problem right off the bat. What should be kept as time, turns into a decimal (example, hh:mm, can range from 00:01 to 25:31 or more; these values turn into 0.01 and 25.31, rather than maintaining the colon. The numbers/digits are correct; it just loses the colon. Of course, find/replace doesn't work!).
This was solved for a while, with an answer from MyOonlineTrainingHub. (You'll see in the attached file I was using INT and MOD with arithmetic to convert.) Recently, I noticed it hiccupping more frequently. In the file, rows 4, 10, and 14 are examples of how things should be. Looking at columns H, I, K and L. For instance, in row 10, 7.20 converts to 7:20, and 3.25 to 3:25. This is how it all should be! Keep the numbers, just get that decimal into a colon and format with [h]:mm
I've double checked things too many times now, if you know what I meanHad me stumped yesterday. Does anyone know a better solution than the INT and MOD stuff I have going on in there? For all I know, there's something staring me right in the face.
Note: I have about 200,000 rows of data of this stuff. I also have occasional negative time values (that should remain negative).
Thank you in advance!
Bookmarks