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.
- May 16 Wed 2007 20:37
copying part of a cell's contents (formatted as dd:hh:mm)
close
全站熱搜
留言列表
發表留言