Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Extracting partial information from a cell

I have a speadsheet and one of the cells has the date and time. I want to
know can you pull the time part of this cell and imput into another cell???
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Extracting partial information from a cell

One way:

=MOD(A1,1)

Format as Time

--
Biff
Microsoft Excel MVP


"Jode" wrote in message
...
I have a speadsheet and one of the cells has the date and time. I want to
know can you pull the time part of this cell and imput into another
cell???



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,389
Default Extracting partial information from a cell

If you have a true Excel date/time, you can separate them with:
date: =int(a1)
time: =mod(a1,1)

Change a1 to your actual cell address.

If this doesn't work for you, then you don't have a date/time, you have
text. Show us examples of what you have, and how you want it "pulled apart".
Be sure to identify how you want the result stored (eg, date, time, text)

Regards,
Fred

"Jode" wrote in message
...
I have a speadsheet and one of the cells has the date and time. I want to
know can you pull the time part of this cell and imput into another
cell???


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Pulling partial information from a cell Emeryville John Excel Worksheet Functions 2 September 18th 08 12:30 AM
Deleting partial information from all cells in a column Smooney Excel Worksheet Functions 4 August 17th 07 02:11 AM
extracting information from a certain place in one cell Wooddy Excel Discussion (Misc queries) 2 March 2nd 07 07:07 PM
merging information from partial duplicate rows Todd Excel Discussion (Misc queries) 3 August 25th 06 10:02 PM
Extracting cell information from various sheets to a master list JackR Excel Discussion (Misc queries) 0 March 20th 06 02:51 PM


All times are GMT +1. The time now is 04:38 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"