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