Hi all,
I have a question about sorting that I have not been able to find the answer to. Using Excel 2010
My problem: I would like to sort a large table ('Participant Table'!A1:AG47638) based on a value of around 50 different values in drop down list ('Choose your Location'!G7), which matches values in 'Participant Table'!I:I
I have been successful using a third sheet to copy the people I need using and array index formula, but due to the size it takes a LONG time to compute, and is not useful:
=IFERROR(INDEX('Participant Table'!D$2:D$47638,SMALL(IF('Choose your Location'!$G$7='Participant Table'!$J$2:$J$47638,ROW('Participant Table'!$J$2:$J$47638)-MIN(ROW('Participant Table'!$J$2:$J$47638))+1,""),ROW('Participant Table'!A1))),"")
Does anybody have a solution that would require less resources? I think vba is the route to go but I've never used it so I'm ignorant in it's use very beginner solution here would be great - I would love to learn it myself but unfortunately don't have the time to fix this problem.
Thank you SO much in advance.
Cavan
I have a question about sorting that I have not been able to find the answer to. Using Excel 2010
My problem: I would like to sort a large table ('Participant Table'!A1:AG47638) based on a value of around 50 different values in drop down list ('Choose your Location'!G7), which matches values in 'Participant Table'!I:I
I have been successful using a third sheet to copy the people I need using and array index formula, but due to the size it takes a LONG time to compute, and is not useful:
=IFERROR(INDEX('Participant Table'!D$2:D$47638,SMALL(IF('Choose your Location'!$G$7='Participant Table'!$J$2:$J$47638,ROW('Participant Table'!$J$2:$J$47638)-MIN(ROW('Participant Table'!$J$2:$J$47638))+1,""),ROW('Participant Table'!A1))),"")
Does anybody have a solution that would require less resources? I think vba is the route to go but I've never used it so I'm ignorant in it's use very beginner solution here would be great - I would love to learn it myself but unfortunately don't have the time to fix this problem.
Thank you SO much in advance.
Cavan
Last edited: