I have the following function which works great on my laptop with the updated version of excel, however my computer at work has an older version and textjoin results in a NAME error.
These are the functions
=TEXTJOIN(", ",,IFERROR(SMALL(IF(E5:AA5=0,$E$1:$AA$1),{1;2;3}),""))
and
=TEXTJOIN(", ",,IFERROR(INDEX($E$2:$AA$2,N(IF(1,SMALL(IF(E5:AA5=0,$E$1:$AA$1),{1,2,3})))),""))
Thanks for your help and any suggestions
These are the functions
=TEXTJOIN(", ",,IFERROR(SMALL(IF(E5:AA5=0,$E$1:$AA$1),{1;2;3}),""))
and
=TEXTJOIN(", ",,IFERROR(INDEX($E$2:$AA$2,N(IF(1,SMALL(IF(E5:AA5=0,$E$1:$AA$1),{1,2,3})))),""))
Thanks for your help and any suggestions