Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
Heads up: Excel and Google Sheets do this differently.
=SUMPRODUCT((MMULT((A2:C5<>"")*1,{1;1;1})>0)*1)=SUMPRODUCT((MMULT((A2:C5<>"")*1,TRANSPOSE(ROW(INDIRECT("A1:A"&COLUMNS(A2:C5)))))>0)*1)Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Need the Google Sheets version instead? Open Sheets variant in workspace →
Working on a sheet you inherited? Run the Auditor on the whole file first — it flags every #REF!, #N/A, broken column pattern, and inconsistent formula in seconds, free, no signup.
Change >0 to =COLUMNS(range) — the MMULT sum must equal the number of columns for the row to be fully populated.
Cells containing =IF(FALSE,"x","") return an empty string, which this formula treats as filled because <> "" is FALSE but *1 gives 0. Use ISBLANK() for stricter detection.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: