Big Monkey
Active Member
- Joined
- Nov 5, 2005
- Messages
- 255
I have the following formula in worksheet 2
=COUNTIF('2'!$C$2:$C$65536, 1)
I just recently discovered 3D references and tried to change it to:
=COUNTIF('1:2'!$C$2:$C$65536, 1)
When I add worksheet 1 to the equation, I get a #VALUE error.
Why is this happening? The COUNTA function seems to work fine, but COUNTIF won't
BTW, I tried the 1 with and without quotes, didn't make a difference (didn't think it would, but I gave it a shot anyway.)
=COUNTIF('2'!$C$2:$C$65536, 1)
I just recently discovered 3D references and tried to change it to:
=COUNTIF('1:2'!$C$2:$C$65536, 1)
When I add worksheet 1 to the equation, I get a #VALUE error.
Why is this happening? The COUNTA function seems to work fine, but COUNTIF won't
BTW, I tried the 1 with and without quotes, didn't make a difference (didn't think it would, but I gave it a shot anyway.)