#1   Report Post  
Posted to microsoft.public.excel.misc
Lee
 
Posts: n/a
Default I need a formula

Can I make a cell count the total number of "X" placed in a group of cells?
example: If A1, B1, C1, and D1 each have an "X", I want E1 to say "4". If A1,
B1, and D1 each have an "X", I want E1 to say "3", and so on. Is there a
formula for this?
--
Lee Davenport
  #2   Report Post  
Posted to microsoft.public.excel.misc
Miguel Zapico
 
Posts: n/a
Default I need a formula

You can try
=COUNTIF(A1:A4,"X")

"Lee" wrote:

Can I make a cell count the total number of "X" placed in a group of cells?
example: If A1, B1, C1, and D1 each have an "X", I want E1 to say "4". If A1,
B1, and D1 each have an "X", I want E1 to say "3", and so on. Is there a
formula for this?
--
Lee Davenport

  #3   Report Post  
Posted to microsoft.public.excel.misc
Dav
 
Posts: n/a
Default I need a formula


=COUNTIF(A1:d1,"x")

note it is not case sensitive so will count X or x

regards

Dav


--
Dav
------------------------------------------------------------------------
Dav's Profile: http://www.excelforum.com/member.php...o&userid=27107
View this thread: http://www.excelforum.com/showthread...hreadid=538439

  #4   Report Post  
Posted to microsoft.public.excel.misc
JRockdown
 
Posts: n/a
Default I need a formula


Hopefully this is what you are looking for.

=COUNTIF(A1:D1,"=X")

HTH

RC


--
JRockdown
------------------------------------------------------------------------
JRockdown's Profile: http://www.excelforum.com/member.php...o&userid=13236
View this thread: http://www.excelforum.com/showthread...hreadid=538438

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
Dynamic Range with unused formula messing up x axis on dynamic graph [email protected] Charts and Charting in Excel 2 February 2nd 06 08:02 PM
2 Nesting questions Starchaser Excel Worksheet Functions 7 January 20th 06 06:53 PM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM


All times are GMT +1. The time now is 02:31 AM.

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"