Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
CJZ CJZ is offline
external usenet poster
 
Posts: 12
Default formula to keep a running tally of the number of times a certain w

formula to keep a running tally of the number of times a certain word appears
in a spreadsheet...

I'd like one cell that I can refer to that will always show me the number of
times SDP is listed in a spreadsheet.

Thanks in advance
  #2   Report Post  
Posted to microsoft.public.excel.misc
CJZ CJZ is offline
external usenet poster
 
Posts: 12
Default formula to keep a running tally of the number of times a certain w

should have looked around before I posted... found my answer:

=SUMPRODUCT(--(L4:L555="sdp"))



"CJZ" wrote:

formula to keep a running tally of the number of times a certain word appears
in a spreadsheet...

I'd like one cell that I can refer to that will always show me the number of
times SDP is listed in a spreadsheet.

Thanks in advance

  #3   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default formula to keep a running tally of the number of times a certain w

=SUMPRODUCT(--(L4:L555="sdp"))

An alternative for a single criteria count is:
=COUNTIF(L4:L555,"sdp")

And if the data setup permits using entire* col refs,
then it could be just simply:
=COUNTIF(L:L,"sdp")

*imo, that's an advantage in this instance,
since Sumproduct does not accept entire col references
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"CJZ" wrote in message
...
should have looked around before I posted... found my answer:

=SUMPRODUCT(--(L4:L555="sdp"))



  #4   Report Post  
Posted to microsoft.public.excel.misc
CJZ CJZ is offline
external usenet poster
 
Posts: 12
Default formula to keep a running tally of the number of times a certa

thanks Max. that's a better option. appreciate it.

"Max" wrote:

=SUMPRODUCT(--(L4:L555="sdp"))


An alternative for a single criteria count is:
=COUNTIF(L4:L555,"sdp")

And if the data setup permits using entire* col refs,
then it could be just simply:
=COUNTIF(L:L,"sdp")

*imo, that's an advantage in this instance,
since Sumproduct does not accept entire col references
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"CJZ" wrote in message
...
should have looked around before I posted... found my answer:

=SUMPRODUCT(--(L4:L555="sdp"))




  #5   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default formula to keep a running tally of the number of times a certa

You're welcome, CJZ !
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"CJZ" wrote in message
...
thanks Max. that's a better option. appreciate it.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Count the number of times a cell value is within a specific range Everett Excel Worksheet Functions 4 September 2nd 06 10:54 PM
Running a Macro a number of times JWF Excel Discussion (Misc queries) 2 March 14th 06 11:10 AM
=SUMPRODUCT formula help Anthony Excel Worksheet Functions 5 January 4th 06 04:30 PM
Copy a formula down a set number of times Julian Excel Worksheet Functions 1 September 23rd 05 06:43 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM


All times are GMT +1. The time now is 04:37 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"