deepak_message
New Member
- Joined
- Jul 20, 2011
- Messages
- 15
Hi to All,
Recently I joined this forum. I am having one problem in excel. I am looking ifcount() function inside the if() function. my table is ..
B c
<table border="0" cellpadding="0" cellspacing="0" height="60" width="225"><col style="mso-width-source:userset;mso-width-alt:5632;width:116pt" width="154"> <col style="width:48pt" width="64"> <tbody><tr style="height:15.0pt" height="20"> <td class="xl63" style="height:15.0pt;width:116pt" height="20" width="154">new</td> <td class="xl63" style="border-left:none;width:48pt" width="64">abc
</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl63" style="height:15.0pt;border-top:none" height="20">old</td> <td class="xl63" style="border-top:none;border-left:none">bac</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl63" style="height:15.0pt;border-top:none" height="20">new</td> <td class="xl63" style="border-top:none;border-left:none">abc</td> </tr> </tbody></table>
I am using formula =IF(C3:C5="abc", COUNTIF(B3:B5,"new"), 0) that means where "abc" text comes inside the C column, B column's "new" text should be count . after running this function, an error gives.
The result should be come - 2.
Please help me for the correct function. thanks in advance.
Recently I joined this forum. I am having one problem in excel. I am looking ifcount() function inside the if() function. my table is ..
B c
<table border="0" cellpadding="0" cellspacing="0" height="60" width="225"><col style="mso-width-source:userset;mso-width-alt:5632;width:116pt" width="154"> <col style="width:48pt" width="64"> <tbody><tr style="height:15.0pt" height="20"> <td class="xl63" style="height:15.0pt;width:116pt" height="20" width="154">new</td> <td class="xl63" style="border-left:none;width:48pt" width="64">abc
</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl63" style="height:15.0pt;border-top:none" height="20">old</td> <td class="xl63" style="border-top:none;border-left:none">bac</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl63" style="height:15.0pt;border-top:none" height="20">new</td> <td class="xl63" style="border-top:none;border-left:none">abc</td> </tr> </tbody></table>
I am using formula =IF(C3:C5="abc", COUNTIF(B3:B5,"new"), 0) that means where "abc" text comes inside the C column, B column's "new" text should be count . after running this function, an error gives.
The result should be come - 2.
Please help me for the correct function. thanks in advance.