jamessharpe
New Member
- Joined
- Jan 24, 2019
- Messages
- 4
Hi All,
I currently have a formula to show if cell I3 shows the mentioned values that it will input Key Player into cell J3,
=IF(OR(I3="6-6",I3="6-7",I3="6-8",I3="6-9",I3="7-6",I3="7-7",I3="7-8",I3="7-9",I3="8-6",I3="8-7",I3="8-8",I3="8-9",I3="9-6",I3="9-7",I3="9-8",I3="9-9"),"Key Player","")
how do I do this so there are 4 outcomes for the different sets, please don't waste your own time inputting all the data and if possible give me the formula minus the data
IF I3 equals 6-6/6-7/6-8/6-9/7-6/7-7/7-8/7-9/8-6/8-7/8-8/8-9/9-6/9-7/9-8/9-9 I want it to insert Key player
IF I3 equals 6-1/6-2/6-3/6-4/7-1/7-2/7-3/7-4/8-1/8-2/8-3/8-4/9-1/9-2/9-3/9-4 I want it to insert Keep informed
IF I3 equals 1-6/1-7/1-8/1-9/2-6/2-7/2-8/2-9/3-6/3-7/3-8/3-9/4-6/4-7/4-8/4-9 I want it to insert Keep satisfied
IF I3 equals 1-1/1-2/1-3/1-4/2-1/2-2/2-3/2-4/3-1/3-2/3-3/3-4/4-1/4-2/4-3/4-4 I want it to insert Monitor
thanks in advance
I currently have a formula to show if cell I3 shows the mentioned values that it will input Key Player into cell J3,
=IF(OR(I3="6-6",I3="6-7",I3="6-8",I3="6-9",I3="7-6",I3="7-7",I3="7-8",I3="7-9",I3="8-6",I3="8-7",I3="8-8",I3="8-9",I3="9-6",I3="9-7",I3="9-8",I3="9-9"),"Key Player","")
how do I do this so there are 4 outcomes for the different sets, please don't waste your own time inputting all the data and if possible give me the formula minus the data
IF I3 equals 6-6/6-7/6-8/6-9/7-6/7-7/7-8/7-9/8-6/8-7/8-8/8-9/9-6/9-7/9-8/9-9 I want it to insert Key player
IF I3 equals 6-1/6-2/6-3/6-4/7-1/7-2/7-3/7-4/8-1/8-2/8-3/8-4/9-1/9-2/9-3/9-4 I want it to insert Keep informed
IF I3 equals 1-6/1-7/1-8/1-9/2-6/2-7/2-8/2-9/3-6/3-7/3-8/3-9/4-6/4-7/4-8/4-9 I want it to insert Keep satisfied
IF I3 equals 1-1/1-2/1-3/1-4/2-1/2-2/2-3/2-4/3-1/3-2/3-3/3-4/4-1/4-2/4-3/4-4 I want it to insert Monitor
thanks in advance