Forum Discussion
calzadillajessica
Oct 12, 2018Copper Contributor
Help with Countif and Or
Hello!
I'm trying to get a total number of people who have completed surveys. Some people complete their surveys after 3 months, the date that they complete their survey is added to a 3 month survey column. Some people complete it after 6 months, and the date is added to a 6 month survey column. Sometimes there will be a date in both columns but I don't want those people counted twice. What formula could I use?
- Haytham AmairahSilver Contributor
Hi,
Please try this formula and find it in the attached file.
=COUNTA(B2:B16,C2:C16)-SUMPRODUCT((B2:B16<>"")*(C2:C16<>""))
Hope that helps