I need to answer the question " How many who were referred (Yes) had at least one test (x)" on a tab separate from the data tab.
I'm working with a data tab (1000+ lines) and a reporting tab. Using =IF(AND(A2="yes",B2:E2<>""),"Referred to Test","") on the data tab will tell me which lines meet the criteria, however, using that formula from the reporting tab pointing to the data tab results in a #Value! error. And it doesn't answer my question. How can I get a total number of all 1000+ lines of data who were referred with at least one test? Can you help? Thanks!
I'm working with a data tab (1000+ lines) and a reporting tab. Using =IF(AND(A2="yes",B2:E2<>""),"Referred to Test","") on the data tab will tell me which lines meet the criteria, however, using that formula from the reporting tab pointing to the data tab results in a #Value! error. And it doesn't answer my question. How can I get a total number of all 1000+ lines of data who were referred with at least one test? Can you help? Thanks!