I have a sheet that includes 5-6 columns of information that I want to link to a new sheet that people will work from. The information in these columns will be updated in the original sheet so I would like the cells to be linked instead of copied. In the original sheet, the information repeats so I only want the references to pull one row of information based on two rows (a parent and child row). I can make a report that pulls what I want, but I can't use the report to feed into the new sheet. I have tried using different formulas to pull the information needed, but it's not working as expected. I was able to get the first two instances of the collection type and article title to report to the new sheet with the formula below, but the next instances do not get pulled. The columns that need to be pulled are a mix of text/number and date columns.
=INDEX(COLLECT({cdp_collectiontype}, {cdp_task}, "Image Due"), 1)