Hello
I have this formula that returns the right address that I want:
But when I use the above formula in the TRANSPOSE function, it does not work:
Any hint please?
I have this formula that returns the right address that I want:
Code:
=CELL("address",INDEX($H$38:$H$136,MATCH(0,$H$38:$H$136,0)))
But when I use the above formula in the TRANSPOSE function, it does not work:
Code:
=TRANSPOSE($H$38:CELL("address",INDEX($H$38:$H$136,MATCH(0,$H$38:$H$136,0))))
Any hint please?