Can I count the number of all elements, including text and blanks

How can I count the number of all elements, including text and blanks, in a column in Stackby using the COUNTALL() function ?

Assuming your column with elements is named “Elements,” your formula would look like this:

COUNTALL({Elements})

This formula will count all elements, including text and blanks, in the “Elements” column.