Grouping non-consecutive items in Excel 2013 -


i'm trying see if can collapse (+/-) thing on excel grouping items together. however, want group items non-consecutive. here's example:

1: 2: b 3: ac 4: 5: ay 6: bi 7: ace 8: bye 

i want group putting of items start "a" under "a" , same "b." basically, i'd grouping lines 3, 5, 7 under line 1 , rest of lines, except line 2, under line 2. so, how go this?

i've tried using group option, won't let me group nonconsecutive rows together.

see if helps:

step 1 sort data: end with

a ac ace ay b bi bye

step 2 add row between end of "a" data , start of "b" data

a ac ace ay

b bi bye

step 3 group rows 2-4 , 7-9


Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Magento/PHP - Get phones on all members in a customer group -

session - Logging Out Using PHP -