Forum Discussion

Heapug's avatar
Heapug
Copper Contributor
Apr 17, 2022
Solved

COUNTA() not working as desired on calculated columns

COUNTA() does not work as desired on a column containing apparently zero-length blank cells that are the result of a calculation (for example where [...=""]). Is there a practical work-around for th...
  • SergeiBaklan's avatar
    Apr 17, 2022

    Heapug 

    It depends on what you'd like to calculate. COUNTA() work correctly. If you add any text to the cell, includes empty string, it excluded from calculation.

    As variant that could be

    =SUMPRODUCT(--(range <> "") )

Resources