I am using phpexcel which does not support some formulas like iferror so I am converting my formulas from iferror to if(iserror(),"","") but I am not able to convert this formula. Can you please check and convert it for me?
{=IFERROR(INDEX($Comp.$A$1:$A$45,SMALL(IF(($Comp.B$1:B$45=1),ROW($Comp.$A$1:$A$45)),ROW()-ROW($Comp.A$51)+1)),"")}
Solved by Z. Y. in 27 mins