Assume data in range D6:E11 – months in D6:D11 and numbers in E6:E11. Headings are in D5:E5. On filtering multiple values in column D, one may want to view the filtered criteria in cell (separate criteria by comma for multiple selections in auto filter drop down).
For solving this problem, you will have to download and install the morefunc addin from here. For instructions of installing the addin for Excel 2010, please refer point 4 of the following post. This add in will enable us to use the following two functions
1. UNIQUEVALUES(); and
2. MCONCAT()
You may refer to my solution in this workbook.
Display auto filter criteria in a cell
{ 2 Comments }