Minty
AWF VIP
- Local time
- Today, 23:32
- Joined
- Jul 26, 2013
- Messages
- 10,647
In the VBA editor press Ctrl + G to bring it up. Very handy for testing things. The ? is used to "Print" the result.=Val([LeadResult])>0.05
Gives me "#Type!"
You need to use the whole statement, not just a bit of it.
=Sum(IIf(VAL([LeadResult]) > 0.05,1,0))