M
MarkM
Let's say that the range A1
10 is named TEST.
Is there any way to reference the a column within the
range TEST?
e.g.,
{=Sum(if("dog" = TEST.Col(1),TEST.Col(4),0))}
TEST.Col(1) and TEST.Col(4) represent the 1st and 4th
columns in the range named TEST, respectively.
10 is named TEST.Is there any way to reference the a column within the
range TEST?
e.g.,
{=Sum(if("dog" = TEST.Col(1),TEST.Col(4),0))}
TEST.Col(1) and TEST.Col(4) represent the 1st and 4th
columns in the range named TEST, respectively.