something like for each c in selection if left(c,3)="The" then c.value=right(c,len(c)-4)&"," & left(c,3) next c
-- Don Guillett SalesAid Software dguillett1[ at ]austin.rr.com "Carol in GA" <Carol in GA[ at ]discussions.microsoft.com> wrote in message news:9C2286F1-9C25-4B70-96FD-30F242C3C5F5[ at ]microsoft.com...
[Quoted Text] > I'm creating a spreadsheet of my music collection and am having trouble > with > the way things are sorting. > 1. Data was entered as: "The Allman Brothers Band" through importing data > from another source. > 2. I would prefer it to be sorted as "Allman Brothers Band, The" instead. > > Is there a way to format the text (not each entry and not through the > replace functions) to display and sort in the prefered method? > > Thanks! > Carol
|