I have been trying to work out how to count the number of times a value appears across a range, but only once per column.
Using the example data below, the results I want to get to are shown in the end cells. Using the =COUNTIF(A3:G5,J3) counts every time a name appears, causing double-ups on some days.
How can I make it count each name once per column, but across multiple columns (there would be 1 column for each day of the year in the real data)
Thanks


