Hi there,
I need a formula such as =Sum(IIf([claim sighted]=2,1,0)) for a form in my database. This formula i used for another form and is only an example of the type of solution i am looking for as it worked for my other requirement. Would a formula like this work for the following requirement?
The values i want to count are frequently duplicated text IE: A99999 or A88888 and i only want to count the number of instances each of these values come up when [sighted]=2.
Example.
TAG --------------- SIGHTED
A77777 ----------------2
A77777 ----------------2
A88888 ----------------1
A88888 ----------------1
A88888 ----------------1
A99999 ----------------2
A99999 ----------------2
A99999 ----------------2
In this example, the final count should be 2. As there are 2 different TAGS which HAVE BEEN sighted.
Can anyone help? URGENT! Thank you, any help greatly appreciated!