79141108

Date: 2024-10-30 12:30:52
Score: 0.5
Natty:
Report link

Counting the non-blanks cells

Based on your additional provided information. You can try this alternative.

=BYROW(C2:ZZZ, LAMBDA(r, IF(A2:A <> "", IF(COUNTA(r) = 0, "", COUNTA(r)), "")))

Output:

enter image description here

Reference:

Reasons:
  • Whitelisted phrase (-1): try this
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: EL SRY