Hi there,
What would be the vba code for nested textjoin and filter function to return values into another workbook (not worksheet)? I'd like to assign the macro to "Update" button...
=TEXTJOIN(CHAR(10),TRUE,FILTER($A$2:$A$6&CHAR(10)&$C$2:$C$6&CHAR(10)&$D$2:$D$6,$E$2:$E$6&$B$2:$B$6=$C22&E$21,""))
What would be the vba code for nested textjoin and filter function to return values into another workbook (not worksheet)? I'd like to assign the macro to "Update" button...
=TEXTJOIN(CHAR(10),TRUE,FILTER($A$2:$A$6&CHAR(10)&$C$2:$C$6&CHAR(10)&$D$2:$D$6,$E$2:$E$6&$B$2:$B$6=$C22&E$21,""))