jbarrick007
New Member
- Joined
- Jul 9, 2020
- Messages
- 36
- Office Version
- 365
- Platform
- Windows
I am trying to convert a TEXTJOIN to CONCATENATE. I have done so successfully on a few cells but this one is giving me fits. Any help would be appreciated because I just keep coming up with #SPILL errors.
The thing different with this cell compared to the others is the Filter at the end of the formula. Maybe it is just needing a different set of Parentheses.
Any help is apricated.
Currently:
=IF(ISNUMBER(FIND(".",A5)),TEXTJOIN(CHAR(10),TRUE,"#"&TEXT([@[Workflow '# ]],"#0.00")&" "&[@[Milestone Name ]]," - Duration: "&(TEXT([@Start],"m/d/yy"))&" ("&[@Duration]&")",FILTER(I5:I$1000,(LEFT(B5:B$1000,LEN(A5)+1)=A5&".")*ISNUMBER(SEARCH("x",BE5:BE$1000))," • No Assigned Tasks")),"")
The issue i have had so far is even just switching the textjoin to concatenate, without the delimitator the results from the filter wont have a line break between them.
The thing different with this cell compared to the others is the Filter at the end of the formula. Maybe it is just needing a different set of Parentheses.
Any help is apricated.
Currently:
=IF(ISNUMBER(FIND(".",A5)),TEXTJOIN(CHAR(10),TRUE,"#"&TEXT([@[Workflow '# ]],"#0.00")&" "&[@[Milestone Name ]]," - Duration: "&(TEXT([@Start],"m/d/yy"))&" ("&[@Duration]&")",FILTER(I5:I$1000,(LEFT(B5:B$1000,LEN(A5)+1)=A5&".")*ISNUMBER(SEARCH("x",BE5:BE$1000))," • No Assigned Tasks")),"")
The issue i have had so far is even just switching the textjoin to concatenate, without the delimitator the results from the filter wont have a line break between them.
Last edited: