Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 37
Default Stripping Information

I am working with data imported from Solomon Reports, and one of the columns
comes over as follows:

12/11/2007 00:00:00

When I look at the cell formatting, it is general, not formatted as
date/time. I want to strip the 00:00:00 and just be left with the date, is
there an easy way to do this in Excel???
Thanks,
Kent
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Stripping Information

Assuming your "date/time" is in A1, put this in B1:

=LEFT(A1,10)*1

and format the cell as a date. Copy down as required.

Hope this helps.

Pete

On Jan 11, 5:31*pm, Kent wrote:
I am working with data imported from Solomon Reports, and one of the columns
comes over as follows:

12/11/2007 00:00:00

When I look at the cell formatting, it is general, not formatted as
date/time. *I want to strip the 00:00:00 and just be left with the date, is
there an easy way to do this in Excel???
Thanks,
Kent


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Stripping Information

If the data is not date/time then:

=LEFT(A1,FIND(" ",A1,1)-1)

--
Gary''s Student - gsnu200765


"Kent" wrote:

I am working with data imported from Solomon Reports, and one of the columns
comes over as follows:

12/11/2007 00:00:00

When I look at the cell formatting, it is general, not formatted as
date/time. I want to strip the 00:00:00 and just be left with the date, is
there an easy way to do this in Excel???
Thanks,
Kent

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 310
Default Stripping Information

Perhaps you could insert another column and insert the formula
=LEFT(A1,FIND(" ",A1,1)-1)

The FIND function finds the index where the space occurs, and the left
function displays the text from the first character up to one before the
space. Drag the formula down for each date you want to strip out.

Hope this helps.

--
Cheers,
Michelle
"Anyone who says he can see through women is missing a lot." Groucho Marx


"Kent" wrote:

I am working with data imported from Solomon Reports, and one of the columns
comes over as follows:

12/11/2007 00:00:00

When I look at the cell formatting, it is general, not formatted as
date/time. I want to strip the 00:00:00 and just be left with the date, is
there an easy way to do this in Excel???
Thanks,
Kent

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 37
Default Stripping Information

Thank you!

"Pete_UK" wrote:

Assuming your "date/time" is in A1, put this in B1:

=LEFT(A1,10)*1

and format the cell as a date. Copy down as required.

Hope this helps.

Pete

On Jan 11, 5:31 pm, Kent wrote:
I am working with data imported from Solomon Reports, and one of the columns
comes over as follows:

12/11/2007 00:00:00

When I look at the cell formatting, it is general, not formatted as
date/time. I want to strip the 00:00:00 and just be left with the date, is
there an easy way to do this in Excel???
Thanks,
Kent





  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 37
Default Stripping Information

Thank you!

"Gary''s Student" wrote:

If the data is not date/time then:

=LEFT(A1,FIND(" ",A1,1)-1)

--
Gary''s Student - gsnu200765


"Kent" wrote:

I am working with data imported from Solomon Reports, and one of the columns
comes over as follows:

12/11/2007 00:00:00

When I look at the cell formatting, it is general, not formatted as
date/time. I want to strip the 00:00:00 and just be left with the date, is
there an easy way to do this in Excel???
Thanks,
Kent

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 37
Default Stripping Information

Thank you!

"Michelle" wrote:

Perhaps you could insert another column and insert the formula
=LEFT(A1,FIND(" ",A1,1)-1)

The FIND function finds the index where the space occurs, and the left
function displays the text from the first character up to one before the
space. Drag the formula down for each date you want to strip out.

Hope this helps.

--
Cheers,
Michelle
"Anyone who says he can see through women is missing a lot." Groucho Marx


"Kent" wrote:

I am working with data imported from Solomon Reports, and one of the columns
comes over as follows:

12/11/2007 00:00:00

When I look at the cell formatting, it is general, not formatted as
date/time. I want to strip the 00:00:00 and just be left with the date, is
there an easy way to do this in Excel???
Thanks,
Kent

  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Stripping Information

You're welcome - thanks for taking the trouble to feed back.

Pete

On Jan 11, 7:21*pm, Kent wrote:
Thank you!



"Pete_UK" wrote:
Assuming your "date/time" is in A1, put this in B1:


=LEFT(A1,10)*1


and format the cell as a date. Copy down as required.


Hope this helps.


Pete


On Jan 11, 5:31 pm, Kent wrote:
I am working with data imported from Solomon Reports, and one of the columns
comes over as follows:


12/11/2007 00:00:00


When I look at the cell formatting, it is general, not formatted as
date/time. *I want to strip the 00:00:00 and just be left with the date, is
there an easy way to do this in Excel???
Thanks,
Kent- Hide quoted text -


- Show quoted text -


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
How to display zero in a number to 1dp e.g. 14.0 without stripping the zero [email protected] Excel Discussion (Misc queries) 2 October 11th 07 03:36 PM
Stripping The First Four Characters from a value Rob Excel Discussion (Misc queries) 4 January 26th 07 06:31 PM
Stripping the dashes digital21st Excel Discussion (Misc queries) 4 May 23rd 06 03:43 PM
Stripping and Conversion. Rodney New Users to Excel 28 June 27th 05 05:51 AM
Stripping section of text Philippe L. Balmanno Excel Worksheet Functions 3 December 30th 04 03:36 PM


All times are GMT +1. The time now is 02:45 AM.

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

About Us

"It's about Microsoft Excel"