Sir,
I have table containing Observation and Score.
i made a drop down list according the text of observation column. I like to count number of scores comes zero and below zero according the text (observation) [TABLE="width: 500"]
<tbody>[TR]
[TD]Observation[/TD]
[TD]Score[/TD]
[/TR]
[TR]
[TD]Health_Safety-Electrical<strike></strike>
[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]Health_Safety-Confined Space<strike></strike>
[/TD]
[TD]-2[/TD]
[/TR]
[TR]
[TD]Health_Safety-Access & Egress<strike></strike>
[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Health_Safety-Electrical<strike></strike>
[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]Health_Safety-Access & Egress<strike></strike>
[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]Health_Safety-Confined Space<strike></strike>
[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]Health_Safety-Access & Egress<strike></strike>
[/TD]
[TD]-1[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I made a drop list ( observation column text ) in excel sheet, so once I changing the text in drop down list . Score need to count according to observation which is below zero.
Thanks in advance
I have table containing Observation and Score.
i made a drop down list according the text of observation column. I like to count number of scores comes zero and below zero according the text (observation) [TABLE="width: 500"]
<tbody>[TR]
[TD]Observation[/TD]
[TD]Score[/TD]
[/TR]
[TR]
[TD]Health_Safety-Electrical<strike></strike>
[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]Health_Safety-Confined Space<strike></strike>
[/TD]
[TD]-2[/TD]
[/TR]
[TR]
[TD]Health_Safety-Access & Egress<strike></strike>
[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Health_Safety-Electrical<strike></strike>
[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]Health_Safety-Access & Egress<strike></strike>
[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]Health_Safety-Confined Space<strike></strike>
[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]Health_Safety-Access & Egress<strike></strike>
[/TD]
[TD]-1[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I made a drop list ( observation column text ) in excel sheet, so once I changing the text in drop down list . Score need to count according to observation which is below zero.
Thanks in advance