Sorting a cloumn with dd:mm:hh

  • Thread starter Thread starter wifta
  • Start date Start date
W

wifta

Trying to sort a column that was dd/mm/yyyy and have since changed t
dd:mm:hh to display days, hours and minutes. The results are all ove
the place and not in descending or ascending order.

Any ideas?

Cheer
 
Dates and times are Whole numbers (dates), a decimal point, and parts of
numbers (fractions) (Time).

What you select is the display format, not what data is held.

The sort as described should sort chronologically on Full date/time,
not on what you see.

To sort on what you see, you need another column as Text,"dd/hh/mm"

Does this explain what you see?

--
 
Dates and times are Whole numbers (dates), a decimal point, and parts of
numbers (fractions) (Time).

What you select is the display format, not what data is held.

The sort as described should sort chronologically on Full date/time,
not on what you see.

To sort on what you see, you need another column as Text,"dd/hh/mm"

Does this explain what you see?

--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top