File size: 1,223 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": [
"OFFSET returns a reference displaced from another reference; this fixture does not calculate the selected cell.",
"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": [
"OFFSET"
],
"kind": "dynamic_reference_driver_changed"
}
],
"facts": [
{
"cell": "E12",
"kind": "value_changed",
"sheet": "Inputs"
}
],
"family": "structural",
"id": "structural.offset_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 OFFSET formula receives a different column displacement",
"topology": "pair"
}
|