Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you are sure that all the dates are of month May try the below formula
(not VBA code) in the column near to that... Suppose you have the below data in Col A in B1 enter the formula and copy down as required =DATE(YEAR(A1),5,IF(MONTH(A1)<5,MONTH(A1),DAY(A1) )) If this post helps click Yes --------------- Jacob Skaria "Alfredo_CPA" wrote: I'm wondering if there is a way with VBA to correc dates that look like this (all of them are MAY dates). Is not a format issue as they look typed like that: 10/5/2009 1/05/2009 04/5/2009 1/5/09 5/10/09 05/10/2009 5/1/09 5/01/09 etc -- Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
manipulating arrows | Excel Programming | |||
Manipulating Date Using Dropdown | Excel Discussion (Misc queries) | |||
Manipulating dates (was Add 6 months to a date) | New Users to Excel | |||
Manipulating a Range | Excel Programming | |||
Manipulating DOS from VBA | Excel Programming |