Hello
I have this formula that returns the right address that I want:
=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:
=TRANSPOSE($H$38:CELL("address",INDEX($H$38:$H$136,MATCH(0,$H$38:$H$136,0))))
Any...