Forum Discussion
Saljets
Oct 04, 2022Copper Contributor
Excel functionality for returning values
Hi all, I am trying to create a dashboard where if a state is selected from a drop-down and the company supports that state, it will return the company name. Basically, my data table is below. I...
DexterG_III
Oct 04, 2022Iron Contributor
Saljets If you have Excel 365 this will do the trick.
=FILTER(A1:A6,CHOOSECOLS(B1:H6,MATCH(M1,B1:H1,0))="yes")