?
_
I've looked at the below statement too many times and I can't figure out why
it won't work. I've tried using AND as well. I have 10 regions broken out
by west, central, and east. I need it to pull all the regions I specify and
count the number of wins. What appears to be happening is that it only pulls
in the wins for the first region listed, North East and doesn't count the
remaining.
=(Sum(IIf([Status]="wins" And [Region]="north east" Or "new england" Or
"Great Lakes" Or "North East",1,0)))
I've tried the below as well but no luck:
=(Sum(IIf([Status]="wins" And [Region]="north east" And [Region]= "new
england" And [Region]= "Great Lakes" And [Region]= "North East",1,0)))
I hate to post questions but I do give it my best try before coming to you
all. I admit I have some trouble with the complicated formulas. Thanks for
your time and help!
it won't work. I've tried using AND as well. I have 10 regions broken out
by west, central, and east. I need it to pull all the regions I specify and
count the number of wins. What appears to be happening is that it only pulls
in the wins for the first region listed, North East and doesn't count the
remaining.
=(Sum(IIf([Status]="wins" And [Region]="north east" Or "new england" Or
"Great Lakes" Or "North East",1,0)))
I've tried the below as well but no luck:
=(Sum(IIf([Status]="wins" And [Region]="north east" And [Region]= "new
england" And [Region]= "Great Lakes" And [Region]= "North East",1,0)))
I hate to post questions but I do give it my best try before coming to you
all. I admit I have some trouble with the complicated formulas. Thanks for
your time and help!