close

Is there a way to extract (copy) a particular portion of a cell's contents
where the cell's number format is dd:hh:mm?
For instance, 04:09:12 indicates 4 days, 9 hours and 12 minutes. I would
like to extract the days, hours, and minutes separately and copy them to
three separate cells.

If 04:09:12 is in text then
=MID(A1,1,2)*1=MID(A1,4,2)*1=MID(A1,7,2)*1
will give you day, hours, and minutes
--
Gary's Studentquot;Tom in Americusquot; wrote:

gt; Is there a way to extract (copy) a particular portion of a cell's contents
gt; where the cell's number format is dd:hh:mm?
gt; For instance, 04:09:12 indicates 4 days, 9 hours and 12 minutes. I would
gt; like to extract the days, hours, and minutes separately and copy them to
gt; three separate cells.

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 software 的頭像
    software

    software

    software 發表在 痞客邦 留言(0) 人氣()