A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Extracting partial information from a cell



 
 
Thread Tools Display Modes
  #1  
Old October 8th, 2009, 12:57 AM posted to microsoft.public.excel.misc
Jode
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  
Old October 8th, 2009, 01:51 AM posted to microsoft.public.excel.misc
T. Valko
external usenet poster
 
Posts: 15,759
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  
Old October 8th, 2009, 01:51 AM posted to microsoft.public.excel.misc
Fred Smith[_4_]
external usenet poster
 
Posts: 2,386
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???


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 06:33 AM.


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