R
R.VENKATARAMAN
I am fairly familiar with excel and vbe.
But the logice of this deludes me
my values in A1 to A7 are
rr
rv
rs
ra
va
vs
vd
in B1 if I type
=COUNTIF($A$1:A1,"r"&"*")
I get 1
if I drag B1 down to COPY the formula to B2 to B7 this gives 1 in each cell
In B7 the formula as seen in the formula bar is
=COUNTIF($A$1:A7,"r"&"*")
but suppose in some other cell say E1if I type the forumula
=COUNTIF($A$1:A7,"r"&"*")-------same as in B7
the result is 4 which is correct.
why this difference in B7 and E1
what is meant by <$A$!:A1) in B1
your valuable commens please
But the logice of this deludes me
my values in A1 to A7 are
rr
rv
rs
ra
va
vs
vd
in B1 if I type
=COUNTIF($A$1:A1,"r"&"*")
I get 1
if I drag B1 down to COPY the formula to B2 to B7 this gives 1 in each cell
In B7 the formula as seen in the formula bar is
=COUNTIF($A$1:A7,"r"&"*")
but suppose in some other cell say E1if I type the forumula
=COUNTIF($A$1:A7,"r"&"*")-------same as in B7
the result is 4 which is correct.
why this difference in B7 and E1
what is meant by <$A$!:A1) in B1
your valuable commens please