79681086

Date: 2025-06-26 20:04:55
Score: 1.5
Natty:
Report link

Simpler version for if all the data is in column A:

=SUM(IF(ISNUMBER(SEARCH("3",A:A)),1,0))

(Just change A:A to whatever range you need. This adds 1 for every cell in the range that contains a 3 and returns the result.)

Image of spreadsheet with formula

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Boom