B
bhammer
A2003
I want a calculated field to count number of unique Addresses (don't count
duplicates). In Excel I have a complex formula that works:
=Sum(IIf(FREQUENCY(IIf(Len([Address])>0,MATCH([Address],[Address],0),""),IIf(Len([Address])>0,MATCH([Address],[Address],0),""))>0,1))
Are there equivelent functions for Frequency and Match that can be used in
the ControlSourcr or from VBA?
-Brad
I want a calculated field to count number of unique Addresses (don't count
duplicates). In Excel I have a complex formula that works:
=Sum(IIf(FREQUENCY(IIf(Len([Address])>0,MATCH([Address],[Address],0),""),IIf(Len([Address])>0,MATCH([Address],[Address],0),""))>0,1))
Are there equivelent functions for Frequency and Match that can be used in
the ControlSourcr or from VBA?
-Brad