Hi,
What is the best formula to use to make a scrollable list of details?
The list is based on the top 5 products. I have a drop down where you can choose one of the top 5 and the idea is you are able to scroll through the basic details of that product.
I havefound the following formula which I've tried using but entails having the headers in order. Since my data is not in sequential oder it doesn't work. I want the list dynamic so it changes with the top 5.
the formula is iferror(index(data_tbl;smallest(wenn(data_tbl=$D$17;row(Data_tbl));$C21);match(D$20;Data_Headers_tbl;0));"No Data")
Is tehre another way I could create a list of details dependant on the top 5, that also doesn't use much space as my data set wil be growing. I was thinking using an array formula of when,vlookup and match? Am I on the right track?
Thanks
What is the best formula to use to make a scrollable list of details?
The list is based on the top 5 products. I have a drop down where you can choose one of the top 5 and the idea is you are able to scroll through the basic details of that product.
I havefound the following formula which I've tried using but entails having the headers in order. Since my data is not in sequential oder it doesn't work. I want the list dynamic so it changes with the top 5.
the formula is iferror(index(data_tbl;smallest(wenn(data_tbl=$D$17;row(Data_tbl));$C21);match(D$20;Data_Headers_tbl;0));"No Data")
Is tehre another way I could create a list of details dependant on the top 5, that also doesn't use much space as my data set wil be growing. I was thinking using an array formula of when,vlookup and match? Am I on the right track?
Thanks