Chookz
Board Regular
- Joined
- May 9, 2011
- Messages
- 95
I have encountered a problem with my data set. My export data lists 24 minutes 30 seconds as 24:30, however the computer reads this as 24 hours thirty minutess (as 1 hour 24 minutes 30 seconds is displayed as 1:24:30).
Can i enter a formula/formulas to say:
If cell is 4 characters, add 0: to the start of the cell
If cell is 3 characters, add 0:0 to the start of the cell
If cell is 2 characters, add 0:00: to the start of the cell, and
If cell is 1 character, add 0:00:0
So that 24:30 would read 0:24:30, 5:36 would read 0:05:36 and 20 would read 0:00:20?
Can i enter a formula/formulas to say:
If cell is 4 characters, add 0: to the start of the cell
If cell is 3 characters, add 0:0 to the start of the cell
If cell is 2 characters, add 0:00: to the start of the cell, and
If cell is 1 character, add 0:00:0
So that 24:30 would read 0:24:30, 5:36 would read 0:05:36 and 20 would read 0:00:20?