I have the following COUNTIF that is working just how I want it to. Problems come when trying to copy the formula on down. The formula is:
=COUNTIF('Sheet1'!$B1:$B1048576,"=A1")
When I try to copy the formula down the column, I get this:
=COUNTIF('Sheet1'!#REF!,"=A1")
Two issues here that I put in bold. First, I'd like to retain the cells referenced on Sheet1 when copying and second, I'd like the cell A1 to change to A2, A3, and so on.
Any help is appreciated.
=COUNTIF('Sheet1'!$B1:$B1048576,"=A1")
When I try to copy the formula down the column, I get this:
=COUNTIF('Sheet1'!#REF!,"=A1")
Two issues here that I put in bold. First, I'd like to retain the cells referenced on Sheet1 when copying and second, I'd like the cell A1 to change to A2, A3, and so on.
Any help is appreciated.