Forum Discussion
Array formula not working in my computer
- Sep 01, 2017
Hi,
It is working !! The syntax was wrong.
=IFERROR(INDEX(names;SMALL(IF(groups=$E5; ROW(names)-MIN(ROW(names))+1);COLUMNS($E$5:E5)));"")
This worked. The snytax on this excel was seperated by semi colons and not commas.
Thanks and best regards,
Hi,
No problems with this formula on PC as well if you enter it correctly (properly defined name ranges and enter as array formula).
Copy/paste this one
=IFERROR(INDEX(Names,SMALL(IF(groups=$E5,ROW(Names)-MIN(ROW(Names))+1),COLUMNS(D$5:$E5))),"")
and enter with Cntrl+Shift+Enter
Hi,
Thank you for the fast response.
I did it but i faced the same error message. I tried selecting the whole column and only the data set as Named range and both didnt work.
COLUMNS(D$5:$E5)
Is it supposed to be D or E. Both did not work anyway.
FYI, I am using an English version of Excel on a German language system (German keyboard settings).
Best regards,
- Dakkshinamurthi Pan SubramanianSep 01, 2017Copper Contributor
Hi,
It is working !! The syntax was wrong.
=IFERROR(INDEX(names;SMALL(IF(groups=$E5; ROW(names)-MIN(ROW(names))+1);COLUMNS($E$5:E5)));"")
This worked. The snytax on this excel was seperated by semi colons and not commas.
Thanks and best regards,