D
Douglas Thigpen
I have a database with voter information and ten fields that tell the
elections they voted in or if they were absentee. I basically need to be
able to filter everyone who has a "V" in at least 3 out of these 10 fields
or a "A" in at least 2 out of the most recent 3 fields. Right now I'm
trying to do it by converting the values to a numerical value via the "Asc"
function and then adding them all together and going off the generated
number compared against a list of 'valid' numbers for people matching those
criteria; a bit half-arsed, and more importantly, it doesn't work, since
some voters are missing voting data and a null field will return an #Error
for the whole equation. Does anyone have a solution for this problem?
Thanks,
Douglas Thigpen
elections they voted in or if they were absentee. I basically need to be
able to filter everyone who has a "V" in at least 3 out of these 10 fields
or a "A" in at least 2 out of the most recent 3 fields. Right now I'm
trying to do it by converting the values to a numerical value via the "Asc"
function and then adding them all together and going off the generated
number compared against a list of 'valid' numbers for people matching those
criteria; a bit half-arsed, and more importantly, it doesn't work, since
some voters are missing voting data and a null field will return an #Error
for the whole equation. Does anyone have a solution for this problem?
Thanks,
Douglas Thigpen