excel - Formula to recognize a column in a table via a cell reference -
i'm using =averageifs function in excel , trying have recognize want input column reference.
i have dropdown table if wants find value in table, can automatically see it. in c11:c14 have dropdown values. works except c14, references column in table in different worksheet. i've tried inputting "master!table1[sum 10%]" c14, formula won't recognize trying call column. thoughts?
=averageifs(c14, table1[division],c13, table1[product domain], c12, table1[lead source], c11)
please check name scope table1 workbook , try indirect(c14) instead of c14.
Comments
Post a Comment