IFERROR(INDEX({Req Main Sort Summary}, MATCH($[LIB ID]@row, {LIB ID}, 0), MATCH([Script Name]$1, {Req Main Sort Header})), "")
Two sheets -
First is the primary sort with Script Numbers, Names and other key information
Second is the primary Test Build / Tracker sheet where End2End tests are built from the sort sheet.
There are 300+ tests to build up integrated scenarios from. The second sheet also tracks defects, status and other critical test metrics.
There should only be data in a Script name field if there is data in the LIB ID field, However, unless I clear the field of the formula there is a random (last script) filled down as far as the formula is filled down. This is very confusing to the user as this needs to be dynamic.
The Defect Index and Match calculation does something similar, though it is going out and simply pulling the first thing it finds.
Any suggestions as to what I am doing wrong would be most helpful.