rnordquest
New member
- Jul 17, 2003
- 148
How do I calculate something on one sheet from data on another? I want to do something like this:
In a cell on Sheet1:
=Countif(Sheet2!A3:A500,"Y")
or
=Sheet2!Countif(A3:A500,"Y")
What is the proper syntax? I want to avoid the intermediate step of making the calculation on Sheet2 and then have =Sheet2!A1 for my equation.
In a cell on Sheet1:
=Countif(Sheet2!A3:A500,"Y")
or
=Sheet2!Countif(A3:A500,"Y")
What is the proper syntax? I want to avoid the intermediate step of making the calculation on Sheet2 and then have =Sheet2!A1 for my equation.