Thread: 3 criteria
View Single Post
  #1   Report Post  
Mike B Mike B is offline
Junior Member
 
Posts: 7
Default 3 criteria

My old formula worked fine for finding the number based on two criteria,
=SUMPRODUCT(-(J124:J1111=0),-(AV124:AV1111="yes"))

Now I want to add a third criteria,
=SUMPRODUCT(--(AV124:AV1111="yes"),--(E123:E1111"Half Off"),--(J124:J1111=0),J124:J1111)

But now I get a #VALUE error....any ideas?