Good morning,
I have built a text box to count based on a criteria (sum the total that meet a criteria).
My data is numbers above 0.05 and below 0.05. I also have "BRL" as data.
The formula I am using is "=Count(IIf([LeadResult]>"0.05",True))". It is giving me the count for the above 0.05, which is what I need, but it is also counting the BRL, which I need to exclude. Just count the >0.05.
How do I count just the >0.05 and exclude the "BRL"?
Thank you.
I have built a text box to count based on a criteria (sum the total that meet a criteria).
My data is numbers above 0.05 and below 0.05. I also have "BRL" as data.
The formula I am using is "=Count(IIf([LeadResult]>"0.05",True))". It is giving me the count for the above 0.05, which is what I need, but it is also counting the BRL, which I need to exclude. Just count the >0.05.
How do I count just the >0.05 and exclude the "BRL"?
Thank you.