avisoft20
Board Regular
- Joined
- Sep 10, 2016
- Messages
- 64
[TABLE="width: 139"]
<tbody>[TR]
[TD]Dear Sir,
I want to count state wise status of billed or not billed,i am applying countifs but its not working.
Example
SHEET:1
[TABLE="class: grid, width: 300, align: left"]
<tbody>[TR]
[TD="align: center"]State[/TD]
[TD="align: center"]Status[/TD]
[/TR]
[TR]
[TD]ASSAM[/TD]
[TD]BILLED[/TD]
[/TR]
[TR]
[TD]ASSAM[/TD]
[TD]NOT BILLED[/TD]
[/TR]
[TR]
[TD]ASSAM[/TD]
[TD]BILLED[/TD]
[/TR]
[TR]
[TD]CHANDIGARH[/TD]
[TD]BILLED[/TD]
[/TR]
[TR]
[TD]CHANDIGARH[/TD]
[TD]NOT BILLED[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
ANS:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]COUNT[/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: center"]STATE[/TD]
[TD="align: center"]BILLED[/TD]
[TD="align: center"]NOT BILLED[/TD]
[/TR]
[TR]
[TD="align: center"]ASSAM[/TD]
[TD="align: center"]2[/TD]
[TD="align: center"]1[/TD]
[/TR]
[TR]
[TD="align: center"]CHANDIGARH[/TD]
[TD="align: center"]1[/TD]
[TD="align: center"]1[/TD]
[/TR]
</tbody>[/TABLE]
thank you
Avinash kr singh
<tbody>[TR]
[TD]Dear Sir,
I want to count state wise status of billed or not billed,i am applying countifs but its not working.
Example
SHEET:1
[TABLE="class: grid, width: 300, align: left"]
<tbody>[TR]
[TD="align: center"]State[/TD]
[TD="align: center"]Status[/TD]
[/TR]
[TR]
[TD]ASSAM[/TD]
[TD]BILLED[/TD]
[/TR]
[TR]
[TD]ASSAM[/TD]
[TD]NOT BILLED[/TD]
[/TR]
[TR]
[TD]ASSAM[/TD]
[TD]BILLED[/TD]
[/TR]
[TR]
[TD]CHANDIGARH[/TD]
[TD]BILLED[/TD]
[/TR]
[TR]
[TD]CHANDIGARH[/TD]
[TD]NOT BILLED[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
ANS:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]COUNT[/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: center"]STATE[/TD]
[TD="align: center"]BILLED[/TD]
[TD="align: center"]NOT BILLED[/TD]
[/TR]
[TR]
[TD="align: center"]ASSAM[/TD]
[TD="align: center"]2[/TD]
[TD="align: center"]1[/TD]
[/TR]
[TR]
[TD="align: center"]CHANDIGARH[/TD]
[TD="align: center"]1[/TD]
[TD="align: center"]1[/TD]
[/TR]
</tbody>[/TABLE]
thank you
Avinash kr singh