Hi All,
I know this is going to be simple but I cant seem to work out how to correct this Count/Where/Or statement. My formula is below and I have the data in front of me to validate. The results should be 2 but instead I am getting 4, as if its using the Or as an AND.
=Count([ID]
Where
(
([Op1] <> "Request" Or [Op1] <> "Bug")
)
)
Table:
ID Op1
1 Request
2 Request
3 Inc
4 Req
Can anyone please confirm the correct syntax?
Thanks
ianwillo (BOB member since 2012-08-03)