Dark0Prince
Active Member
- Joined
- Feb 17, 2016
- Messages
- 433
I'm trying to get the cells that correspond to the results in the Large function
I tried this, but couldn't get it to work.
Code:
=LARGE(CHOOSE({1,2,3},DEF!F:F,GJ!F:F,DEN!F:F,),F3)
Code:
=INDEX(INDIRECT("'"&INDEX({"DEF","GJ","DEN"},E3)&"$B:$B"),MATCH(E3,INDIRECT("'"&INDEX({"DEF","GJ","DEN"},E3)&"$B:$B"),0))