J
jgorow
Some of you tried to help me with this before, and I have read man
suggestions from previous threads. However, for some reason I canno
write a correct function:
I have several sheets which are all designed the same. The first shee
is titled Survey and the last is End_Sheet. I want to count the numbe
of times "Yes" appears in cell C14 of each sheet.
I was given the following example before:
=SUMPRODUCT(COUNTIF(INDIRECT("'"&F1:F6&"'!C6"),"Yes"))
So I wrote:
=SUMPRODUCT(COUNTIF(INDIRECT("'"&Survey:End_Sheet&"'!C14"),"Yes"))
I have tried all sorts of manipulations thinking I wasn't understandin
the example, but all with no success.
I would appreciate any further help you might give this inexperience
user.
Joh
suggestions from previous threads. However, for some reason I canno
write a correct function:
I have several sheets which are all designed the same. The first shee
is titled Survey and the last is End_Sheet. I want to count the numbe
of times "Yes" appears in cell C14 of each sheet.
I was given the following example before:
=SUMPRODUCT(COUNTIF(INDIRECT("'"&F1:F6&"'!C6"),"Yes"))
So I wrote:
=SUMPRODUCT(COUNTIF(INDIRECT("'"&Survey:End_Sheet&"'!C14"),"Yes"))
I have tried all sorts of manipulations thinking I wasn't understandin
the example, but all with no success.
I would appreciate any further help you might give this inexperience
user.
Joh