Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Zurbs17
 
Posts: n/a
Default How do i total cells in excel that contain specific text?

I have a column in which each cell contains either "W" or "L"
What formula do I use to total cells that contain either of these two
characters?

thanks

jb
  #2   Report Post  
Posted to microsoft.public.excel.misc
Ron Coderre
 
Posts: n/a
Default How do i total cells in excel that contain specific text?

For W or L in Col_A

To count W's:
=COUNTIF(A:A,"W")

Does that help?

***********
Regards,
Ron

XL2002, WinXP-Pro


"Zurbs17" wrote:

I have a column in which each cell contains either "W" or "L"
What formula do I use to total cells that contain either of these two
characters?

thanks

jb

  #3   Report Post  
Posted to microsoft.public.excel.misc
jamex
 
Posts: n/a
Default How do i total cells in excel that contain specific text?


To sum both W and L in ur range

=COUNTIF(RANGE,"L")+COUNTIF(RANGE,"W")

THANKS


--
jamex
------------------------------------------------------------------------
jamex's Profile: http://www.excelforum.com/member.php...o&userid=32243
View this thread: http://www.excelforum.com/showthread...hreadid=521603

  #4   Report Post  
Posted to microsoft.public.excel.misc
Gilles Desjardins
 
Posts: n/a
Default How do i total cells in excel that contain specific text?

Create a formula for each L and W as follows.
There are other ways like Conditional sum wizard, etc.

=COUNTIF(D1:D7,"W")

Gilles


"Zurbs17" wrote in message
...
I have a column in which each cell contains either "W" or "L"
What formula do I use to total cells that contain either of these two
characters?

thanks

jb



  #5   Report Post  
Posted to microsoft.public.excel.misc
CLR
 
Posts: n/a
Default How do i total cells in excel that contain specific text?

=COUNTIF(A:A,"W")+COUNTIF(A:A,"L")

Vaya con Dios,
Chuck, CABGx3


"Zurbs17" wrote in message
...
I have a column in which each cell contains either "W" or "L"
What formula do I use to total cells that contain either of these two
characters?

thanks

jb



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
Stop excel from dropping the 0 in the beginning of a number? Rosewood Setting up and Configuration of Excel 12 April 4th 23 02:12 PM
Pivot table for reporting sales performance Ram Excel Discussion (Misc queries) 2 February 6th 06 10:06 AM
Can you import data into specific cells of an Excel spreadsheet? Kayh2 Excel Discussion (Misc queries) 2 September 19th 05 03:04 PM
Formulas dealing with text data Bagia Excel Worksheet Functions 6 June 20th 05 10:29 PM
How do I "Wrap Text" & "Autofit" within Merged Cells in Excel? 6-shooter Excel Worksheet Functions 3 October 31st 04 12:14 AM


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

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

About Us

"It's about Microsoft Excel"