Hi, thank you very much for your help:
3 different sources but all have same column headers.
Table 1: Filter(Table1,Column1 = Dropdown1.SelectedText.Value)
Table 2: Filter(Table2,Column1 = Dropdown1_1.SelectedText.Value)
Table 3: Filter(Table3,Column1 = Dropdown1_2.SelectedText.Value)
So I would like table 4 to be : Table1*Table2*Table3.
Hope that makes sense. Thanks again