Counting cells

gbanks

Registered User.
Local time
Today, 17:57
Joined
Feb 9, 2000
Messages
161
Don't know if this is possible but I would like to count the number of cells in a spread sheet based on the text in the cell. I would like to count the number of fields with the word Monday in them. Is this possiible? Thanks...
 
Counting cells with text

Hi,
you can use following formula: =countif(A1:F10;"*Monday*")
Pieter
 
Excellent Pieter. For those using the English version:

=COUNTIF(A1:F10,"*Monday*")
________
vapir oxygen vaporizer
 
Last edited:

Users who are viewing this thread

Back
Top Bottom