I have a column of various numbers
in column B
I have the following formula COUNTIF($B2:$B2218,"=0"),
Is there a way for me to have this formula incrementally increas as I drag it over
so I would want it to go to:
COUNTIF($B2:$B2218,"=0")
COUNTIF($B2:$B2218,"=1")
COUNTIF($B2:$B2218,"=2")
COUNTIF($B2:$B2218,"=3")
COUNTIF($B2:$B2218,"=4")
Etc.
Thanks
in column B
I have the following formula COUNTIF($B2:$B2218,"=0"),
Is there a way for me to have this formula incrementally increas as I drag it over
so I would want it to go to:
COUNTIF($B2:$B2218,"=0")
COUNTIF($B2:$B2218,"=1")
COUNTIF($B2:$B2218,"=2")
COUNTIF($B2:$B2218,"=3")
COUNTIF($B2:$B2218,"=4")
Etc.
Thanks