Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default date extraction howto?

hello,

I want to extract numbers from a date generated by excel
example:
cell a 119 contains as value 10/30/2003
now i want to use a formula that extracts the 10 and place that into
another cell.
Another formula must extract 30 and place this into another cell
and the last formula schould extract the 2003 and place this into
another cell.

so a119 = 10/30/2003
e.g.
a120 = 10
a121 = 30
a122 = 2003

Regards,

Niek



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from http://www.ExcelForum.com/

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default date extraction howto?

=Month(A119)
=Day(A119)
=Year(A119)

--
Regards,
Tom Ogilvy


"solo_razor" wrote in message
...
hello,

I want to extract numbers from a date generated by excel
example:
cell a 119 contains as value 10/30/2003
now i want to use a formula that extracts the 10 and place that into
another cell.
Another formula must extract 30 and place this into another cell
and the last formula schould extract the 2003 and place this into
another cell.

so a119 = 10/30/2003
e.g.
a120 = 10
a121 = 30
a122 = 2003

Regards,

Niek



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from http://www.ExcelForum.com/



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
date extraction Donna[_2_] Excel Worksheet Functions 1 February 3rd 10 12:44 AM
Date extraction from data pull M Thran Excel Discussion (Misc queries) 1 August 13th 09 04:37 PM
howto: concat (x1:x3) Marc Hebert New Users to Excel 3 December 15th 06 07:52 PM
HOWTO Replace from Row Don Guillett[_4_] Excel Programming 9 August 24th 03 03:14 PM
HOWTO Replace from Row SolaSig AB Excel Programming 0 August 22nd 03 12:12 PM


All times are GMT +1. The time now is 05:58 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"