Reference Formula
Reference Formula
(OP)
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.
RE: Reference Formula
=Countif(Sheet2!A3:A500,"Y")
Wouldn't it be much easier to just try both options to see which one worked, instead of posting it in this forum?
RE: Reference Formula
RE: Reference Formula