smc1906
Jun 21, 2024Copper Contributor
Show value from table based on selection
Hi all
On an Excel spreadsheet tab I have a table with the following data:
Year | Session | % Passed | % Failed | Average | Highest |
2020 | July-20 | 55 | 45 | 4.8 | 8 |
2021 | July-21 | 28 | 72 | 5.0 | 5 |
2022 | July-22 | 58 | 42 | 4.2 | 6 |
2023 | July-23 | 82 | 18 | 4.0 | 6 |
2024 | July-24 | 78 | 22 | 4.2 | 7 |
On a separate tab I have the below table. On the data point column I have added a validation drop-down list of the above data points, i.e. % Passed, % Failed, Average and Highest. How can I then display that value in the data value column, taking into consideration the Year and Session? For example the first row below should show 58.
Year | Session | Data point | Data value |
2022 | July-22 | % Passed | 58 |
Many thanks!