I am trying to create a formula that will count all of the "yes" entries in one column and from that total will subtract any that come under the heading NFA in another column i.e.
The worksheet is called Apr-Jun
Column S - entry will be Yes or No
Column J - entry can be a number of options one of which is NFA
I want a formula on a different worksheet that will count all of the Yes entries in column S but won't include any that are noted as NFA in column J. To count the yes entries at the moment I have the following formula:
=COUNTIF('Apr-Jun'!S2:S16, "Y")
Is there something I can add to this or would I need an entire new formula? If so, ant suggestions ars to what it should be?
The worksheet is called Apr-Jun
Column S - entry will be Yes or No
Column J - entry can be a number of options one of which is NFA
I want a formula on a different worksheet that will count all of the Yes entries in column S but won't include any that are noted as NFA in column J. To count the yes entries at the moment I have the following formula:
=COUNTIF('Apr-Jun'!S2:S16, "Y")
Is there something I can add to this or would I need an entire new formula? If so, ant suggestions ars to what it should be?