I want to merge multiple arrays that are in multiple sheets into a single matrix with the size of Max(Columns(arrays)) x Count(arrays). See image bellow to better understand the inputs and expected results.
Input values and expected results image
https://www.mediafire.com/file/g832c50izpqrnu5/IndirectErrorExample.xlsx/file
The expected result is the last one, recreated with HSTACK. However, this method is executed by brute forcing all different inputs and is not dynamic.
The second example is just to show that the INDIRECT formula works individually.
Lastly, the first example is how I tried to execute, calling a transposed array as input and expecting a matrix output.
Is there something I can do to fix this #VALUE! error in this case? Or is there an alternative?

REDUCE/HSTACK With INDIRECT
Edit
Mayukh Bhattacharya suggested this, IMO, improvement:
Note how
IFNAneeds to go afterDROPto be applied to a smaller array (range).