kshitij_dch
Active Member
- Joined
- Apr 1, 2012
- Messages
- 362
- Office Version
- 365
- 2016
- 2007
- Platform
- Windows
Hello folks ,
I have some codes that i want to count in each row , for that i am looking for a formula to count those codes
[TABLE="width: 320"]
<colgroup><col width="64" span="5" style="width:48pt"> </colgroup><tbody>[TR]
[TD="class: xl63, width: 64"]1[/TD]
[TD="class: xl63, width: 64"]2[/TD]
[TD="class: xl63, width: 64"]3[/TD]
[TD="class: xl63, width: 64"]4[/TD]
[TD="class: xl63, width: 64"]6[/TD]
[/TR]
[TR]
[TD="class: xl63"]PL[/TD]
[TD="class: xl63"]SL[/TD]
[TD="class: xl63"]CL[/TD]
[TD="class: xl63"]P[/TD]
[TD="class: xl63"]UL
[/TD]
[/TR]
</tbody>[/TABLE]
in the above table i have codes as PL , SL , CL , UL , P.... I need to count the codes (SL+UL+CL+PL) exclude P
My answer will be 4
any formula for this ?
I have some codes that i want to count in each row , for that i am looking for a formula to count those codes
[TABLE="width: 320"]
<colgroup><col width="64" span="5" style="width:48pt"> </colgroup><tbody>[TR]
[TD="class: xl63, width: 64"]1[/TD]
[TD="class: xl63, width: 64"]2[/TD]
[TD="class: xl63, width: 64"]3[/TD]
[TD="class: xl63, width: 64"]4[/TD]
[TD="class: xl63, width: 64"]6[/TD]
[/TR]
[TR]
[TD="class: xl63"]PL[/TD]
[TD="class: xl63"]SL[/TD]
[TD="class: xl63"]CL[/TD]
[TD="class: xl63"]P[/TD]
[TD="class: xl63"]UL
[/TD]
[/TR]
</tbody>[/TABLE]
in the above table i have codes as PL , SL , CL , UL , P.... I need to count the codes (SL+UL+CL+PL) exclude P
My answer will be 4
any formula for this ?