Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]() Hi, Can somebody help me on which function do i have to use. 1. I need to count the number of (example 22403248 equivalent to ANSWER) then answer should be 3 22403248 ANSWER 22456987 ANSWER 456321547 NO ANSWER 459874561 NO ANSWER 441254789 NO ANSWER 449874562 NO ANSWER 456589874 NO ANSWER 22409874 ANSWER hoping to get response .. thank you -- mye0417 ------------------------------------------------------------------------ mye0417's Profile: http://www.excelforum.com/member.php...o&userid=26124 View this thread: http://www.excelforum.com/showthread...hreadid=396756 |
#2
![]() |
|||
|
|||
![]() do you mean you need to count all numbers in between 22400000 and 2250000 as being answers? because I can't find any other characteristic to determine if the number is an answer. or do you want to count the the text "ANSWER" -- Dnereb ------------------------------------------------------------------------ Dnereb's Profile: http://www.excelforum.com/member.php...o&userid=26182 View this thread: http://www.excelforum.com/showthread...hreadid=396756 |
#3
![]() |
|||
|
|||
![]()
Do you mean
=COUNTIF(B:B,"ANSWER") or do you need to determine whether it is ANSWER or NO ANSWER? =COUNTIF(B:B,INDEX(B:B,MATCH(22403248,A:A,0))) -- HTH RP (remove nothere from the email address if mailing direct) "mye0417" wrote in message ... Hi, Can somebody help me on which function do i have to use. 1. I need to count the number of (example 22403248 equivalent to ANSWER) then answer should be 3 22403248 ANSWER 22456987 ANSWER 456321547 NO ANSWER 459874561 NO ANSWER 441254789 NO ANSWER 449874562 NO ANSWER 456589874 NO ANSWER 22409874 ANSWER hoping to get response .. thank you -- mye0417 ------------------------------------------------------------------------ mye0417's Profile: http://www.excelforum.com/member.php...o&userid=26124 View this thread: http://www.excelforum.com/showthread...hreadid=396756 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 Slow Function Argument Window | Excel Discussion (Misc queries) | |||
SUMIF in multiple columns based on other criteria in Excel? | Excel Discussion (Misc queries) | |||
Function Keys in Excel | Excel Discussion (Misc queries) | |||
opening multiple instances of excel | Excel Discussion (Misc queries) | |||
Excel should have a quick and simple "change case" function like . | Excel Worksheet Functions |