F
felder
I have data that looks like this:
name class title
joe class1 assistant
mary class1 assistant
zelda class1 assistant
al class1 professor
ben class1 professor
cleo class1 professor
dan class1 professor
alice class2 student
barb class2 student
claire class2 student
...and so on the spreadsheet goes. What I want to do is create a macr
that will insert 2 blank lines between each 'title' group and insert
line above the groupings with the title on it.. so that the resultin
spread sheet looks like:
name class title
assistant
joe class1 assistant
mary class1 assistant
zelda class1 assistant
professor
al class1 professor
ben class1 professor
cleo class1 professor
dan class1 professor
student
alice class2 student
barb class2 student
claire class2 student
Can someone help me with such a macro for Excel?
Thanks
A
name class title
joe class1 assistant
mary class1 assistant
zelda class1 assistant
al class1 professor
ben class1 professor
cleo class1 professor
dan class1 professor
alice class2 student
barb class2 student
claire class2 student
...and so on the spreadsheet goes. What I want to do is create a macr
that will insert 2 blank lines between each 'title' group and insert
line above the groupings with the title on it.. so that the resultin
spread sheet looks like:
name class title
assistant
joe class1 assistant
mary class1 assistant
zelda class1 assistant
professor
al class1 professor
ben class1 professor
cleo class1 professor
dan class1 professor
student
alice class2 student
barb class2 student
claire class2 student
Can someone help me with such a macro for Excel?
Thanks
A