grapher.infer_dynamic_index_targets()

Infer the union of all possible standalone INDEX targets for a formula.

Usage

Source

grapher.infer_dynamic_index_targets(
    formula,
    *,
    current_sheet,
    cell_type_env,
    limits=None,
    bounds=None,
    named_ranges=None,
    named_range_ranges=None,
    current_row=None,
    current_col=None
)

INDEX calls that appear as the first argument of OFFSET are skipped - those are already handled by infer_dynamic_offset_targets.