Forum Discussion

anupambit1797's avatar
anupambit1797
Iron Contributor
Aug 08, 2024
Solved

COUNTA and ISBLANK

Dear Experts,                      In attached worksheet, names COUNTA_ISBLANK, in Column "I", I need to put the number of cells from "B to H" having some data as below, so for the Row num=2, from B...
  • HansVogelaar's avatar
    Aug 08, 2024

    anupambit1797 

    Have the data been imported/copied from a source outside Excel? The blank-looking cells are not really blank.

     

    One workaround is to use

    =COUNTIF(Table3_1[@[Text Between Delimiters.5]:[Text Between Delimiters.11]], "> ")

     

    Another is to select the entire table except for the last column, then activate the Visual Basic Editor (Alt+F11), activate the Immediate window (Ctrl+G), type

     

    Selection.Value = Selection.Value

     

    and press Enter. The COUNTA formula will then work correctly.

Resources