I'm trying to group information together from a second smartsheet, but the information requires a vlookup so a typical join/collect won't work.
In the first smartsheet I have a company ID in each row that I want to look up, and in the second smartsheet there are hundreds of rows that contain company IDs in the first column and other data in the other columns. There are often multiple matches for the company IDs, but I don't want to pull the IDs, I want to pull the 5th column to the right from the column containing the matching IDs. Then I want to concatenate the multiple matches together in one cell in the first sheet.
Thanks in advance if anyone can help me solve this!