I am trying to count the number of rows in a spreadsheet which contain at least one non-blank value over a few columns: i.e.
row 1 has a text value in column
With formulas, what you can do is:
D2
=COUNTA(A2:C2)
D4
D5
=SUM(D2:D4)