Lucy has attended:
Excel Introduction course
Excel Advanced course
Excel Intermediate course
Countif
How can I use countif
RE: Countif
Hi Lucy
countif is a function that totals matching items in a range. The formula is
=countif(range,criteria)
for example
=countif(A1:A5,"Paris")
would return 3 from the following list (assuming it were stored in cells A1 to A5)
London
Paris
Rome
Paris
Paris
I hope this helps - do let us know if you have any further questions.
Kind regards,
Andrew