Dynamic filter using excel VBA
问题 Hi I am new to using dynamic search boxes to filter in excel. I have a large dataset that I want to be able to type in any value from the a multi column table and all data with that value will be returned. I have turned the whole dataset into a table and used concat formula at the end of the table. The formula for which is: =CONCAT(Table4[@[Currency Description]:[SUM No. Data Submissions]]& "") Currency Description being mt first column, SUM No. Data Submissions the last. This for some reason