Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a survey that allows mulitple answers. What formula can I use to
count the records that contain certain text? I can Filter the responses for those records that contain the data, but I want to use a formula instead. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=COUNTIF(range,criteria)
Vaya con Dios, Chuck, CABGx3 "jfrisch3" wrote: I have a survey that allows mulitple answers. What formula can I use to count the records that contain certain text? I can Filter the responses for those records that contain the data, but I want to use a formula instead. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Lets say you have the following in cells A1:A10 Apple PeachApple Pear Apple ApplePeach Pear Apple Peach PearApple AppleApple You want to count those cells that contain the text Apple - so you want the result to be 7. Type =SUM(IF(ISERROR(SEARCH("Apple",A1:A15))=FALSE,1,0) ) and then click inside you formula bar and press Ctrl+Shift+Enter to make this an array formula. Regards, Michael. http://www.excelexchange.com -- michael.a7 ------------------------------------------------------------------------ michael.a7's Profile: http://www.excelforum.com/member.php...o&userid=33027 View this thread: http://www.excelforum.com/showthread...hreadid=528868 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
formula bar shows a ' before text | Excel Discussion (Misc queries) | |||
How do I count wildcard text meeting certain criteria in EXCEL? | Excel Worksheet Functions | |||
Count by Colour (Text) with other criteria | Excel Discussion (Misc queries) | |||
Count Position of Filtered TEXT cells in a column | Excel Worksheet Functions | |||
Count Position of Filtered TEXT cells in a column | Excel Worksheet Functions |