I cannot convert by putting Application.WorksheetFunction. in front of the formulas; I think that it specifically does not work with ROW and ISBLANK.![]()
=LOOKUP(2;1/((SUBTOTAL(3;OFFSET(A2:A10;ROW(A2:A10)-MIN(ROW(A2:A10));0;1)))*(1-ISBLANK(A2:A10)));A2:A10)
How can I make this formula work in VBA?
Bookmarks