Again a simple time problem, but by some reason I cannot get the right result.
Cell P9 holds a (start)time “10:45”, and cell P10 has the (end)time “11:00”. Both cells with time property and the result of a calculation with time values.
I want the value of both cells in a piece of text on another sheet.
For test purpose I tried to get the result “10:45 – 11:00” in a cell e.g. Cell T10.
I tried in T10: =TEXT(P9;”hh:mm”)&” - “&TEXT(P10;”hh:mm”).
This however returns “hh:01 – hh:01” . I have read all help on the time subject, but have not found the solution.
Can anyone help? Thanks.
Paul
Cell P9 holds a (start)time “10:45”, and cell P10 has the (end)time “11:00”. Both cells with time property and the result of a calculation with time values.
I want the value of both cells in a piece of text on another sheet.
For test purpose I tried to get the result “10:45 – 11:00” in a cell e.g. Cell T10.
I tried in T10: =TEXT(P9;”hh:mm”)&” - “&TEXT(P10;”hh:mm”).
This however returns “hh:01 – hh:01” . I have read all help on the time subject, but have not found the solution.
Can anyone help? Thanks.
Paul