Hello,
I tried to wriet an array formula as follows:
=INDEX(A:A,SMALL(IF(MATCH(TRUE,LEN(I$1:I$15000)<>0,0),ROW(I$1:I$15000)),ROW(A2)))
Basically I have data stored at columns from A column to I column, and I would like to search non-blank cells at column I and retrieve data at corresponding cells at A column and put those matched data at K column. For example, if I15 is a non-blank cell, then data at cell A15 will be retrieved and placed at K column.
Anything wrong with the above formula? thanks for the help..
Bookmarks