User:Jeremi: Difference between revisions
Jump to navigation
Jump to search
(Replaced content with "{{UserWorkbench}}") Tag: Replaced |
No edit summary |
||
Line 1: | Line 1: | ||
Formula for concatenating cells: | |||
=CONCATENATE("<p>",JOIN("</p><p>",FILTER(B:B,A:A=A4)),"</p>") | |||
{{UserWorkbench}} | {{UserWorkbench}} |
Revision as of 11:36, 1 July 2021
Formula for concatenating cells:
=CONCATENATE("
",JOIN("
",FILTER(B:B,A:A=A4)),"
")