![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Mar 2002
Posts: 82
|
Hi,
I have a colutmn of dates that are part of a table. The data is input via a form (Thanks to Audiojoe for the spinbutton code) and then sorted. The problem seems to be that the dates are only sorted on the day part of the data (format is dd/mm/yyyy) Therefore the 16/04/2002 is coming before 25/03/2002. This little nuance is wrecking my home made task / to-do list app !! Any help greatly appreciated. Regards Darren |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Helena, MT
Posts: 13,690
|
It appears your dates are entered as text. You will need to convert them to numbers for Excle to sort them properly. Easiest way is to multiply each date by 1 and reformat. Place the number 1 in a empty cell, copy it, and then do a paste special Multiply on your date column.
[ This Message was edited by: lenze on 2002-03-25 09:32 ] |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|