I'm trying to get a tally of how many visitors the individual has seen. For some reason COUNTA is not summing that up. The reason why I'm using COUNTA is because in the even there are duplicate visitors it still needs to count them.
I'm trying to get a tally of how many visitors the individual has seen. For some reason COUNTA is not summing that up. The reason why I'm using COUNTA is because in the even there are duplicate visitors it still needs to count them.
Last edited by kyber; 08-24-2021 at 03:02 PM.
Try
=IF(A16="","",COUNTIF(Table1[Individual],A16))
I think that's a good workaround. Thank you!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks