How do I sort data by date excluding time

M

markd

I would like to sort a database by date and transaction type. The problem is
the data sorts by time, even though the field is formatted to show date only,
with the transaction type not sorting within the date because it shows up in
the time order. How do I get rid of the time?
 
S

Stefi

If date/time column is A then you have to use an empty helper column filled
with formula =INT(A2) and sort by it.

--
Regards!
Stefi



„markd†ezt írta:
 

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

Top