COUNTA
conta o número de células que não estão vazias. Então, não é a função que você precisa.
Use a função COUNT
. Ele fará exatamente o que você está procurando.
The COUNT function counts the number of cells that contain numbers, and counts numbers within the list of arguments. Use the COUNT function to get the number of entries in a number field that is in a range or array of numbers.
A sintaxe é: COUNT(value1, [value2], ...)
Se você usar =COUNT(Data!$B$21:Data!$XEL$21)
is retornará a contagem de células que contêm números.