Forum Discussion

Cannonball285's avatar
Cannonball285
Copper Contributor
Apr 24, 2023
Solved

Using a Count formula but excluding cells containing a formula

I've been asked to figure out a small problem at work with some Excel sheets for my coworker. Essentially, I'm looking at Column H that spans from H4 to H428. They're broken up into sections that don...
  • OliverScheurich's avatar
    Apr 24, 2023

    Cannonball285 

    =SUMPRODUCT((NOT(ISFORMULA(H4:H26)))*(H4:H26<>""))

    You can try SUMPRODUCT to count the cells without a formula and excluding blank cells.

     

Resources