View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Making a media library for movies, cd, book, so on

in row 1 put in your headers

Title Geren Format ISBN

Select them and do format=Cell and choose the font tab, make them bold.
then enter the information for each row on a separate line

when done,

Click on any cell in the list, and do Data=Sort and select column 1 as the
key to sort on.

--
Regards,
tom Ogilvy

recoyote wrote in message
...
We're trying to make a library for to put movies and so
on in alphabetical order, by name, geren, format, ISBN #.
Where do we start?