L
Landmine
I have defined ranges of cells with names (ie TCO71, TCO72). I have a column
of data 71, 72 ... I am trying to use a function ie count to use this name.
I tried the following with mixed results
=count(TCO71) gave correct result
=count(a3) with TCO71 typed in A3 gave a zero result
=count(indirect(A3)) gave a zero result
=count(concatenate("TCO",text(B3,0)) gave a zero result
in reality I would like to use a form similar to the last line so I do not
have to add another column with the range name.
Any help would be appreciated
Landmine
of data 71, 72 ... I am trying to use a function ie count to use this name.
I tried the following with mixed results
=count(TCO71) gave correct result
=count(a3) with TCO71 typed in A3 gave a zero result
=count(indirect(A3)) gave a zero result
=count(concatenate("TCO",text(B3,0)) gave a zero result
in reality I would like to use a form similar to the last line so I do not
have to add another column with the range name.
Any help would be appreciated
Landmine