Counting Words

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have all the same words in a excel huge spreadsheet, just wondering on how
I can count all the ones that say the word EMPTY, and they do change
everyday, so I need them to update automatically. Thanks I always appreciate
everyones help.
 
=COUNTIF([range you want to count],"EMPTY")

Should update automatically if your workbook is set to re-calculate
automatically, otherwise you'll have to hit F9 to update the count.

Dave
 
Use the "countif" function

If the range stays constant, name the range Insert-Name-Define, otherwise
high light the range internal to the formula...

assuming data exists in a range of A1:E5

the formula would be countif(A1:E5,"empty")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top