organizing data on the fly to access certain infomation

1

10john01

I have different fields in my columns i.e. name, date, time. I need to find
like names and place them together, or, like dates and place them together
while keeping my rows intact. I need to be able to organize this information
when ever I want and however I choose according to the different fields with
out compromising the integraty of the rows.
 
R

Roger Govier

Hi John

You could mark your entire block of data, and sort by name, date or
time.
Providing you mark the complete range, the integrity of each row will be
maintained.

There is also some very nice code written by Dave Peterson, which
creates shapes to encompass the data, and just clicking on the column
header will automatically sort the data correctly by that column,
clicking it again sorts in the opposite direction.

The code and a download of an example file can be found on Debra
Dalgleish's site
http://www.contextures.com/xlSort02.html
 

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