Hello,
Sorry if this has been asked before - my forum search did not find it.
Using Excel 2007, I have a worksheet with about 30 lists (30 columns). Each list is defined as:
=Lists!$A$1:INDEX(Lists!$A:$A,COUNTA(Lists!$A:$A))
=Lists!$B$1:INDEX(Lists!$B:$B,COUNTA(Lists!$B:$B))
=Lists!$C$1:INDEX(Lists!$C:$C,COUNTA(Lists!$C:$C))
=Lists!$D$1:INDEX(Lists!$D:$D,COUNTA(Lists!$D:$D))
and so on
What i would like to do is for these lists to be sorted alphabetically any time any of the lists are changed (item added, deleted, or edited).
Maybe sort all the lists when the workbook is opened then sort only the list that has been changed... that sounds more efficient. Since none of the lists have more than 50 items, efficiency may not be a consideration.
I would appreciate any thoughts on this or code I can enter into the Lists! worksheet to make this happen.
Thank you.
Sorry if this has been asked before - my forum search did not find it.
Using Excel 2007, I have a worksheet with about 30 lists (30 columns). Each list is defined as:
=Lists!$A$1:INDEX(Lists!$A:$A,COUNTA(Lists!$A:$A))
=Lists!$B$1:INDEX(Lists!$B:$B,COUNTA(Lists!$B:$B))
=Lists!$C$1:INDEX(Lists!$C:$C,COUNTA(Lists!$C:$C))
=Lists!$D$1:INDEX(Lists!$D:$D,COUNTA(Lists!$D:$D))
and so on
What i would like to do is for these lists to be sorted alphabetically any time any of the lists are changed (item added, deleted, or edited).
Maybe sort all the lists when the workbook is opened then sort only the list that has been changed... that sounds more efficient. Since none of the lists have more than 50 items, efficiency may not be a consideration.
I would appreciate any thoughts on this or code I can enter into the Lists! worksheet to make this happen.
Thank you.
Last edited: