ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Counting Words (https://www.excelbanter.com/excel-discussion-misc-queries/108707-counting-words.html)

Confused at Work

Counting Words
 
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.

Dave F

Counting Words
 
=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
--
Brevity is the soul of wit.


"Confused at Work" wrote:

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.


Joe Mac

Counting Words
 
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")
--
Thanks for your help -
Joe Mac


"Confused at Work" wrote:

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.


Kevin B

Counting Words
 
You can use the CountIf function:

=COUNTIF(A1:X1000,"=EMPTY")
--
Kevin Backmann


"Confused at Work" wrote:

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.



All times are GMT +1. The time now is 12:45 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com