Z
zorglub76
I am using Mac version of Excel (Office 2004), but it probably shouldn'
matter.. The problem is:
I have a table with 10 columns. One of these columns is "Time" (th
time of some events). Some of the cells is contain values like "20:00"
and some are like "20:00/22:00" (event's beginning and ending time)
Excel has automatically formatted the "20:00" type of cells as "time
and "20:00/22:00" type of cells as "text".
I want ALL the cells to be formatted as text.
How?
If I change the format of the single cell to text, cell "20:00" i
displayed as "0.833333" (which is equivalent of dividing 20 with 24)
I'd preffer not to use some function which would go from cell to cell
check if it's formatted as "time" and then transform it with some othe
function to "string"..
matter.. The problem is:
I have a table with 10 columns. One of these columns is "Time" (th
time of some events). Some of the cells is contain values like "20:00"
and some are like "20:00/22:00" (event's beginning and ending time)
Excel has automatically formatted the "20:00" type of cells as "time
and "20:00/22:00" type of cells as "text".
I want ALL the cells to be formatted as text.
How?
If I change the format of the single cell to text, cell "20:00" i
displayed as "0.833333" (which is equivalent of dividing 20 with 24)
I'd preffer not to use some function which would go from cell to cell
check if it's formatted as "time" and then transform it with some othe
function to "string"..