Forum Discussion
Need help with my TEXTJOIN Formula
- Jan 15, 2025
The correct formula in F5 is
=TEXTJOIN("; ",TRUE,FILTER('Internal Tracking'!$E$3:$AB$3,ISNUMBER(FILTER('Internal Tracking'!$E$4:$AB$85, 'Internal Tracking'!$A$4:$A$85=$A5, "")), ""))
Auf Deutsch:
=TEXTVERKETTEN("; ";WAHR;FILTER('Internal Tracking'!$E$3:$AB$3;ISTZAHL(FILTER('Internal Tracking'!$E$4:$AB$85; 'Internal Tracking'!$A$4:$A$85=$A5; "")); ""))
https://docs.google.com/spreadsheets/d/1k-gIzs91YiNq_MAsPrD4QKyUiglbl11r/edit?usp=sharing&ouid=115058807617085367176&rtpof=true&sd=true here is the sample data, this is my other account as i couldn't share it with my work email, i hope it helps !
The correct formula in F5 is
=TEXTJOIN("; ",TRUE,FILTER('Internal Tracking'!$E$3:$AB$3,ISNUMBER(FILTER('Internal Tracking'!$E$4:$AB$85, 'Internal Tracking'!$A$4:$A$85=$A5, "")), ""))
Auf Deutsch:
=TEXTVERKETTEN("; ";WAHR;FILTER('Internal Tracking'!$E$3:$AB$3;ISTZAHL(FILTER('Internal Tracking'!$E$4:$AB$85; 'Internal Tracking'!$A$4:$A$85=$A5; "")); ""))
- Ella123Jan 17, 2025Copper Contributor
thanks!