Hi all!
I have tried to find a solution to this problem, but so far nothing I've found has either worked or explained why it can't - so I'm turning to you guys!
I have a standard data table from which I wish to display the maximum and minimum value of a given criteria using in-cell dropdowns. Due to the sensitive nature of the data I am unable to share the actual workbook or information, so I have created an example for this question using the premier league table:
Columns A:F contain the information, column I contains the dropdowns and desired return, and column J has an explanation of what I have in column I.
I have a series of dynamic named ranges:
I want users to be able to choose a Team in I2 and a metric (based on the headings) in I3 using in-cell dropdowns. The cells below would then show the value for that team, and then the team with the highest value and lowest value for the chosen metric. In the example, it shows Leicester's goals for and that Liverpool have the highest GF and Norwich the lowest. When I use the GF named range as shown in the example everything works perfectly and as expected. However, if I try to reference the contents of I3 in place of a GF in the MAX() part of I5 and I6 I get an error.
I've tried using indirect (despite my reservations in using that at all!) with no luck, so am hoping to either get a solution or for someone to say it simply isn't possible.
I hope I've explained that okay, please let me know if I've missed any important information.
Many thanks in advance for your help!
I have tried to find a solution to this problem, but so far nothing I've found has either worked or explained why it can't - so I'm turning to you guys!
I have a standard data table from which I wish to display the maximum and minimum value of a given criteria using in-cell dropdowns. Due to the sensitive nature of the data I am unable to share the actual workbook or information, so I have created an example for this question using the premier league table:
Columns A:F contain the information, column I contains the dropdowns and desired return, and column J has an explanation of what I have in column I.
I have a series of dynamic named ranges:
I want users to be able to choose a Team in I2 and a metric (based on the headings) in I3 using in-cell dropdowns. The cells below would then show the value for that team, and then the team with the highest value and lowest value for the chosen metric. In the example, it shows Leicester's goals for and that Liverpool have the highest GF and Norwich the lowest. When I use the GF named range as shown in the example everything works perfectly and as expected. However, if I try to reference the contents of I3 in place of a GF in the MAX() part of I5 and I6 I get an error.
I've tried using indirect (despite my reservations in using that at all!) with no luck, so am hoping to either get a solution or for someone to say it simply isn't possible.
I hope I've explained that okay, please let me know if I've missed any important information.
Many thanks in advance for your help!