Code:
Formula Description (Result)
=COUNTA(A2:A6) Counts the number of nonblank cells in the list above (3)
=COUNTA(A2:A3, A6) Counts the number of nonblank cells in the top two, and bottom cell in the list (1)
hij telt dan het aantal NIET lege cellen in een rij...
dus als je 300 leerlingen op een rij hebt
zeg je gewoon counta(cel bovenste leerling:cel ondersteleerling)
zoiets ?