View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Greensky Young Greensky Young is offline
external usenet poster
 
Posts: 1
Default when the column text is different, how to insert one row below eac

I have a spreadsheet with column, Date, Name, Amount. only a few columns, but
a few thousand rows with same Name, different Date and different Amount.
Sample below:
Date Name Amount
4/1/07 John 100
4/1/07 Michael 200
4/2/07 John 110
4/2/07 Michael 220
4/4/07 John 130
4/4/07 Michael 230
First I will sort the above by Name then by Date, then I insert one blank
row just below John.
When I have a hundred different Names, How to automatically insert one blank
row when the Name is different?