I'm looking to create a data validation list that can dynamically reference a sheet and dynamically populate only the cells that have data in them.
I can make a dynamic data validation list that references an non-dynamic sheet using this formula: =OFFSET(SHEET_NAME!$A$2,,,COUNTA(SHEET_NAME!$A:$A))
And I can make a non-dynamic data validation list (Only A2:A25) that dynamically references any sheet where Cell A3 contains the sheet name using this formula: "=INDIRECT("'"&A3&"'!$A2:$A25")"
But I have been unable to combine the two to make a dynamic data validation list that can dynamically reference sheets. If anyone has any advice to make the two work together or a better method I would greatly appreciate it.
Thanks

