I have two Smartsheet's.
- The First Smartsheet contains all the original data.
- The Second Smartsheet will contain unique values from one of the columns (the column with a 1 in the IDUn... column).
In the Second Smartsheet, I need formulas in the individual column row fields to look up and match the value in the IDUn... column/row and pull information from multiple other columns (L1-Q1; L2-Q2; etc) that have populated fields.
First Smartsheet:
Second Smartsheet:
Problem I am running into:
The following formula works only on the first row that contained matching values:
=INDEX({First Smartsheet Range 11}, MATCH(IDUn...@row, {First Smartsheet Range 1}, 0))
I need a formula that will look to the next matching row to get the next column/row of data.