how do you make the following formula count 1,2,3,
You must be copying it down, so the column has not changed but the row
has - substitute ROW for COLUMN in the formula, but then your range
will change so you will have to put a $ in front of the 1199 to stop
that changing as you copy down.
Hope this helps.
Pete
On Mar 18, 2:13*am, Michael Angelo
wrote:
Ron / Pete, this fixes part of the problem, but now, it doesn't calculate my
criteria. The # of times a number appears in said column. It does for the
first entrie but not the second and third and so on.
=COUNTIF($B$2:$B1199,COLUMN(A1))= 112
=COUNTIF($B$2:$B1199,COLUMN(A2))= 112, should be 95
"Pete_UK" wrote:
Do you mean that you want the (1) to change to (2) automatically as you copy
the formula across? If so, try this:
=COUNTIF($B$2:$B1199,COLUMN(A1))
and copy across. The COLUMN(A1) (returning 1) will change to COLUMN(B1),
COLUMN(C1) etc, returning 2, 3 and so on.
Hope this helps.
Pete
"Michael Angelo" <Michael wrote in message
...
I'm using the following formula, but have to add the number lines
manually. I
know there has to be a formula to ease my burden.
=COUNTIF(B$2:B1199,(1)), one being #1, *=COUNTIF(B$2:B1199,(2))- Hide quoted text -
- Show quoted text -
|