dear all, please kindly see the attachment
i tried to group and sort with no hope
i would like to sort by the last row of each group matching with the first row another group without losing the group
thank you very much in advance
dear all, please kindly see the attachment
i tried to group and sort with no hope
i would like to sort by the last row of each group matching with the first row another group without losing the group
thank you very much in advance
With a help column C:
Put this formula in cel C3 and copy down
=IF(ISERROR(A3);C2;A3)
Then copy , paste special , value
Then you can sort on column C
Willem
English is not my native language sorry for errors
Please correct me if I'm completely wrong
all put it in a macro
I deleted my post
Last edited by Ali Kırksekiz; 06-08-2015 at 06:09 AM.
For H3
then pull down to H234![]()
IF(ROWS($H$3:H3)<=COUNT($B$3:$B$234),LARGE($B$3:$B$234,ROWS($H$3:H3)),"")
For G3
This is an Array Formula confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. You will know the array is active when you see curly braces { } appear around your formula. If you do not CTRL+SHIFT+ENTER you will get an error or a clearly incorrect answer.![]()
=INDEX($C$3:$C$234,SMALL(IF($B$3:$B$234=H3,ROW($B$3:$B$234)-ROW($B$3)+1),COUNTIF($H$3:H3,H3)))
then pull down to G234
For G3
For H3![]()
=IF(ROWS($J$3:J3)<=COUNT($C$3:$C$234),SMALL($C$3:$C$234,ROWS($J$3:J3)),"")
This in an array formula and so must be confirmed with CTRL+SHIFT+ENTER and not just ENTER.![]()
=INDEX($B$3:$B$234,LARGE(IF($C$3:$C$234=G3,ROW($C$3:$C$234)-ROW($C$3)+1),COUNTIF($G$3:G3,G3)))
This part (ROWS($J$3:J3)) is for sequence number.
You can change this part. For example ROWS($H$3:H3) Both formulas gives same result
a slight push for help
![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks