Remove Timestamp from date

  • Thread starter Thread starter Smythe32
  • Start date Start date
S

Smythe32

Hi,

I have a .csv file that I copy into and worksheet and use it for pivot
tables. The problem is that I need to remove the timestamp from the
date so I don't have multiple dates in the pivot dropdowns. I also
need to be able to sort on the date.

I tried picking the field apart with the left and mid functions, but it
will not sort as a date.

Any help would be greatly appreciated.

Thanks
 
=INT(A1)

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 
Bob,

That was just beautiful. Works like a charm.

Thank you so much. This will save me tons of time.

Thank You....
 
The simple ones are always the best <g>

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 

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

Timestamping 7
Excel Date format changes 1
change date in a sql statement from a cell 1
VBA Pivot Table Change Criteria - Help?! 1
timestamp 3
Controling a Pivot Dropdown 2
timestamp handle 5
Date Timestamp 1

Back
Top