K
Ketsu Fan
Hello,
I'm trying to separate digits from a large number, a date actually, into adjacent cells.
For example, in cell A1, I have the eight-digit figure "11252009" (MM/DD/YEAR, or Nov 25, 2009).
I would like to separate the 11252009 into separate cells.
If cell A1 is 11252009, then I want:
B1 to have 11 (month)
C1 to have 25 (date)
D1 to have 2009 (year)
Note: I also have seven-digit dates as well (3152009 = 3/15/2009).
Please help.
Cheers,
Ketsu
EggHeadCafe - Software Developer Portal of Choice
Separate ASP Code From HTML Content
http://www.eggheadcafe.com/tutorial...5-d298fa3477ec/separate-asp-code-from-ht.aspx
I'm trying to separate digits from a large number, a date actually, into adjacent cells.
For example, in cell A1, I have the eight-digit figure "11252009" (MM/DD/YEAR, or Nov 25, 2009).
I would like to separate the 11252009 into separate cells.
If cell A1 is 11252009, then I want:
B1 to have 11 (month)
C1 to have 25 (date)
D1 to have 2009 (year)
Note: I also have seven-digit dates as well (3152009 = 3/15/2009).
Please help.
Cheers,
Ketsu
EggHeadCafe - Software Developer Portal of Choice
Separate ASP Code From HTML Content
http://www.eggheadcafe.com/tutorial...5-d298fa3477ec/separate-asp-code-from-ht.aspx