Forum Discussion
H1D3F
Sep 25, 2019Copper Contributor
Help with formula
Hello, I am trying to remove the blank selections from a dependent drop list I have created in Excel and I am having a hard time figuring out what the formula would be to get this accomplished. A li...
Twifoo
Oct 05, 2019Silver Contributor
In the attached file, the formula for CountedPortfolios is:
=INDEX(Portfolios,1,
MATCH(!A2,Managers,0)):INDEX(Portfolios,
PortfolioCount,MATCH(!A2,Managers,0))
Note that all formulas are dynamic.