G
guilbj2
Man... this one has me stumped. I'm getting a little further into =I
that I have previously and I'm hoping someone can point me in the righ
direction. Agents in our business have the following goals based on ho
long they've been with the company (lower number = more seniority, mor
difficult to hit). I
340 = Category A
350 = Category B
350 = Category C
300 = Category D
280 = Category E
250 = Category F
230 = Category G
I'm going to have one column (Lets say D) with all of their categories
In a second column (E) I'll have their results. I'd like to craft a
=IF that will check to see the category, and then see if they've com
in under their goal... something like these ones, but combined int
one formula rather than 7 individual ones:
=IF(AND(D1="A",E1<340), "WIN", "LOSS")
=IF(AND(D1="B",E1<350), "WIN", "LOSS")
=IF(AND(D1="C",E1<350), "WIN", "LOSS")
=IF(AND(D1="D",E1<300), "WIN", "LOSS")
=IF(AND(D1="E",E1<280), "WIN", "LOSS")
=IF(AND(D1="F",E1<250), "WIN", "LOSS")
=IF(AND(D1="G",E1<230), "WIN", "LOSS")
These formulas work great for one category, but I want to create
single formula that basically checks which category is listed in colum
D and then applies the proper criteria for the goal.
I've always considered myself a pretty educated Excel user, but I am i
awe of the level of ability many of you have. Hopefully someone ca
come to my rescue
that I have previously and I'm hoping someone can point me in the righ
direction. Agents in our business have the following goals based on ho
long they've been with the company (lower number = more seniority, mor
difficult to hit). I
340 = Category A
350 = Category B
350 = Category C
300 = Category D
280 = Category E
250 = Category F
230 = Category G
I'm going to have one column (Lets say D) with all of their categories
In a second column (E) I'll have their results. I'd like to craft a
=IF that will check to see the category, and then see if they've com
in under their goal... something like these ones, but combined int
one formula rather than 7 individual ones:
=IF(AND(D1="A",E1<340), "WIN", "LOSS")
=IF(AND(D1="B",E1<350), "WIN", "LOSS")
=IF(AND(D1="C",E1<350), "WIN", "LOSS")
=IF(AND(D1="D",E1<300), "WIN", "LOSS")
=IF(AND(D1="E",E1<280), "WIN", "LOSS")
=IF(AND(D1="F",E1<250), "WIN", "LOSS")
=IF(AND(D1="G",E1<230), "WIN", "LOSS")
These formulas work great for one category, but I want to create
single formula that basically checks which category is listed in colum
D and then applies the proper criteria for the goal.
I've always considered myself a pretty educated Excel user, but I am i
awe of the level of ability many of you have. Hopefully someone ca
come to my rescue