Smartsheet does not use array formulas, but I need a way to list out items from one spreadsheet to another if a certain condition is met.
For example, I have an array formula that I used in excel that would look for a certain condition on one spreadsheet then pull all the rows of data that had that condition to another spreadsheet. In this case a date would be the condition, and I could change the date in a predetermined field and the array formula would look for all items that had that date then list them.
How can I do this in smartsheet? The below array is what I used in excel in the Order# column based on the shipped week 17 placed in the Green box. If I change the ship week the array pulls from another spreadsheet all orders based on that week. Is it possible to do this in Smartsheet? I've tried everything I can think of.
{=IFERROR(INDEX('[AUS GP Build Schedule.xlsm]Q2''19'!$C:$C,SMALL(IF(('[AUS GP Build Schedule.xlsm]Q2''19'!$AJ:$AJ=$M$3)*('[AUS GP Build Schedule.xlsm]Q2''19'!$AJ:$AJ=$M$3),ROW('[AUS GP Build Schedule.xlsm]Q2''19'!$C:$C)-ROW(INDEX('[AUS GP Build Schedule.xlsm]Q2''19'!$C:$C,1,1))+1),J3)),"")}
