I have two excel workbooks. Of which one excel (X) contains macro and array formula.
Normally I copy and paste some data from one excel (X) to another excel workbook (Y) manually.
During the manual copy and paste, the array formula works fine.
Later I copied and pasted the same using macros.
But this time the array formula is not working in the excel workbook (X).
It returns as blank.
Still I could see the formula in the the cell but gives no results
The array formula is
=IFERROR(INDEX($A$2:$A$11,SMALL(IF((B$2:B$11>=1)+(B$2:B$11<=-1),ROW($A$2:$A$11)-ROW($A$2)+1),ROWS(B$15:B15))),"")
Kindly help.
Thanks in advance
Johnson
Normally I copy and paste some data from one excel (X) to another excel workbook (Y) manually.
During the manual copy and paste, the array formula works fine.
Later I copied and pasted the same using macros.
But this time the array formula is not working in the excel workbook (X).
It returns as blank.
Still I could see the formula in the the cell but gives no results
The array formula is
=IFERROR(INDEX($A$2:$A$11,SMALL(IF((B$2:B$11>=1)+(B$2:B$11<=-1),ROW($A$2:$A$11)-ROW($A$2)+1),ROWS(B$15:B15))),"")
Kindly help.
Thanks in advance
Johnson