I have two different tables (Table1 and Table2 in two different excel sheets. (There could be more than two tables, like 3 or 4)
3rd sheet is for reporting/filtering. Now in third/reporting sheet i want to use Filter function in one cell and want the both tables from both sheets to be spilled out according to given include criteria for both tables
i.e
=FILTER(Table1 + Table2
OR
=SORT(FILTER(Table1,inclue,"")+FILTER(Table2,Inclue,"")) << it adds the two results if numbers
I hope i am clear in explanation I am trying to filter both (all) tables showing the result in one go and all i want to do the task is using formula bar, not the VBA. Please help me do that