I have a Google Sheet where I have data (in the form of numbers) from B16 to Z100.
I want to find the mode of all the scores, but I want to exclude the zeros.
Is there a way around it?
I tried using =MODE(FILTER(B16:Z100, B16:Z100 <> 0)) but to no avail.