Let say I have two sheets, one Database and another one NewSheet. I want to have a reference to the database so I can put some filters to the columns and be able to search for certain words or phrases in order to find a suited entry that I will then add to my main table that is down of the search table, as you can see in the next picture:
I already set up a reference table like that is using some =IF() and the =Offset() functions + a scroll wheel using this tutorial https://www.youtube.com/watch?v=v0U1JCXm_QI&t=658s. This is limitative for a few reasons:
- I can't scroll through all the data since the scrollable wheel has a max range that I can't dynamically change, unless I use VBA code which I haven't tried cuz is not important right now.
- Even If I manage to set up the scroll wheel the way I want, I still can't put filters above the searchable columns since the data is not all in the sheet at the same time.
I also tried the Special Paste > Copy Link method, it does show me the data from the Database but I can't scroll to it and also I don't know if the range can be dynamically changed as the table gets bigger and also, To be honest I haven't experimented much with this: 
To mitigate this I tried making a live connection to the table from the Database sheet, similarly to how you would do it when you use "Get Data" function and "from an Access file", BUT it did not work, as when I try to use the "Get data from another table" it only lets me use a table that is in the same sheet which is very limitative:
, I also tried using the function Get data from an excel file but it does not let me reference to the same Excel file.
What methods do I need to use to achieve what I want? Does anyone know another way?
And even if you can't help me I hope you have a great day!
Thank you!

Data->From Table/Rangewhat you're looking for? In PQ on the left, selectClose and Load To.... In theImport Datadialog, selectTable,Existing worksheetand navigate to the first cell as desired (select the sheet then the cell).