N
Ned23
I'm trying to group a worksheet according to repeating values in the first
column. All of the data in the rest of the columns is unique to each row,
but the values in the first column repeat up to a dozen times. What I want
to do is add one of those [+] things to the worksheet that collapses only the
first column into a heading but leaves all of the other unique columns
intact. I'm not sure exactly which function I need to use. An
illustration is below:
I've got something like this (comma delimits a column):
Apple, 20, 40, 50
Apple, 30, 50, 10
Apple, 25, 35, 45
Pear, 10, 10, 20
Pear, 15, 15, 15
And I want to hit a [+] sign to make it look like this for display:
Apple
20, 40, 50
30, 50, 10
25, 35, 45
Pear
10, 10, 10
15, 15, 15
Does that make sense?
Thanks.
column. All of the data in the rest of the columns is unique to each row,
but the values in the first column repeat up to a dozen times. What I want
to do is add one of those [+] things to the worksheet that collapses only the
first column into a heading but leaves all of the other unique columns
intact. I'm not sure exactly which function I need to use. An
illustration is below:
I've got something like this (comma delimits a column):
Apple, 20, 40, 50
Apple, 30, 50, 10
Apple, 25, 35, 45
Pear, 10, 10, 20
Pear, 15, 15, 15
And I want to hit a [+] sign to make it look like this for display:
Apple
20, 40, 50
30, 50, 10
25, 35, 45
Pear
10, 10, 10
15, 15, 15
Does that make sense?
Thanks.