File size: 1,227 Bytes
6d165ff | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | {
"coverage": [
"INDIRECT returns a reference from workbook text; this fixture does not evaluate or calculate the selected address.",
"The unchanged formula still directly reads the changed driver, but its effective target selection is outside a complete static dependency graph."
],
"coverage_expectations": [
{
"driver": {
"cell": "E12",
"sheet": "Inputs"
},
"formula": {
"cell": "B2",
"sheet": "Summary"
},
"functions": [
"INDIRECT"
],
"kind": "dynamic_reference_driver_changed"
}
],
"facts": [
{
"cell": "E12",
"kind": "value_changed",
"sheet": "Inputs"
}
],
"family": "structural",
"id": "structural.indirect_reference_driver_changed",
"must_reach": [
{
"source": {
"cell": "E12",
"sheet": "Inputs"
},
"targets": [
{
"cell": "B2",
"sheet": "Summary"
},
{
"cell": "B4",
"sheet": "Dashboard"
}
]
}
],
"review_expectation": "block",
"schema_version": 3,
"title": "An unchanged INDIRECT formula receives a different address driver",
"topology": "pair"
}
|