I have two issues that I am looking for help with.
The first, is to create a dynamic list of results for items matching "Horse" in column J on Sheet 2!, "Ball" in column I on Sheet 2!, and that do not contain the word dog in column A on Sheet 2!
The second, is that while I have calculated the number of assets meeting this criteria, using
=COUNTIFS(Sheet2!$A:$A, "<>*Dog*", Sheet2!$J:$J, "Horse", Sheet2!$I:$I, "Ball")
I would like to calculate the number of unique entries as well.
Thank you!
The first, is to create a dynamic list of results for items matching "Horse" in column J on Sheet 2!, "Ball" in column I on Sheet 2!, and that do not contain the word dog in column A on Sheet 2!
The second, is that while I have calculated the number of assets meeting this criteria, using
=COUNTIFS(Sheet2!$A:$A, "<>*Dog*", Sheet2!$J:$J, "Horse", Sheet2!$I:$I, "Ball")
I would like to calculate the number of unique entries as well.
Thank you!