I want to hide duplicates so that my date will look like this
John Test1 10
20
Test2 5
Fred Test1 15
Test2 10
20
This I have done. My problem is with formating it. If I just hide duplicates it still keeps the border of the text box of the one showing. I can remove the borders of this box but then there is no lines between any of the rows. Much like the example above.
Using the example data above (John) - What I want is to have a box around 'John' that is 3 lines deep and a box arount Test1 that is 2 lines deep and a box around Test2. The numbers would all have boxes around them. Fred would have a box 3 lines deep with Test1 having a box around it. Test2 would have a box 2 lines deep and the numbers each having a box around them.
Hope this makes sense.
Thanks in advance
Jonathan
John Test1 10
20
Test2 5
Fred Test1 15
Test2 10
20
This I have done. My problem is with formating it. If I just hide duplicates it still keeps the border of the text box of the one showing. I can remove the borders of this box but then there is no lines between any of the rows. Much like the example above.
Using the example data above (John) - What I want is to have a box around 'John' that is 3 lines deep and a box arount Test1 that is 2 lines deep and a box around Test2. The numbers would all have boxes around them. Fred would have a box 3 lines deep with Test1 having a box around it. Test2 would have a box 2 lines deep and the numbers each having a box around them.
Hope this makes sense.
Thanks in advance
Jonathan