Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() =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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() 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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dynamic Range with unused formula messing up x axis on dynamic graph | Charts and Charting in Excel | |||
2 Nesting questions | Excel Worksheet Functions | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
Match / Vlookup within an Array formula | Excel Discussion (Misc queries) |