regexgoogle-sheetsgoogle-sheets-formulaarray-formulasgoogle-sheets-query

JOIN results of VLOOKUP into one string in Google Sheets


I have following task for my Google spreadsheet: JOIN strings in all cells that are to the right of certain id.

enter image description here

Is this possible with Google Spreadsheets?


Solution

  • I believe you could use the FILTER function instead of VLOOKUP to filter a range based on an ID and then JOIN the returned range.

    The documentation for FILTER is here: https://support.google.com/docs/answer/3093197

    For example: