Skip to content

Instantly share code, notes, and snippets.

@eob
Created August 9, 2016 18:26
Show Gist options
  • Save eob/c4c14f51520eaad32c619da9b3e0b71a to your computer and use it in GitHub Desktop.
Save eob/c4c14f51520eaad32c619da9b3e0b71a to your computer and use it in GitHub Desktop.
=IF(
NOT(ISBLANK($A2)),
IFERROR(
JOIN(
"\\n\\n",
filter(Comments!$C$2:$C,Comments!$A$2:$A=$A2)
)
),
""
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment