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 it for your exact data?
Describe your columns in plain English and get the precise formula for your sheet, with the right Excel or Sheets syntax.
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: