jprimalion
New Member
- Joined
- Nov 10, 2014
- Messages
- 3
Hi there, I've already tried researching and experimenting on different ways to fix the problem that I have with my workbook. I am trying to nest together multiple IF AND formulas together.
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Team Name[/TD]
[TD]Dex Code[/TD]
[TD]Sense 1[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Green[/TD]
[TD]GreenYes[/TD]
[TD]Yes[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Green
[/TD]
[TD]GreenNo[/TD]
[TD]No[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Blue[/TD]
[TD]BlueYes[/TD]
[TD]Yes[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Blue[/TD]
[TD]BlueNo[/TD]
[TD]No[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]Orange[/TD]
[TD]OrangeYes[/TD]
[TD]Yes[/TD]
[/TR]
</tbody>[/TABLE]
So, in this example, let's say:
IF "Team Name"/A2 = "Green" and "Sense 1"/C2 = "Yes", Then "Dex Code" / B2 = "GreenYes", ELSE "Dex Code" / B2 = "GreenNo".
IF "Team Name"/A2 = "Blue" and "Sense 1"/C2 = "Yes", Then "Dex Code" / B2 = "BlueYes", ELSE "Dex Code" / B2 = "BlueNo".
etc.
So basically what I am trying to achieve is to have one formula that the selections will validate all of them in just one cell.
Can anyone help?
Thanks in advance!
Scenario:
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Team Name[/TD]
[TD]Dex Code[/TD]
[TD]Sense 1[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Green[/TD]
[TD]GreenYes[/TD]
[TD]Yes[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Green
[/TD]
[TD]GreenNo[/TD]
[TD]No[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Blue[/TD]
[TD]BlueYes[/TD]
[TD]Yes[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Blue[/TD]
[TD]BlueNo[/TD]
[TD]No[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]Orange[/TD]
[TD]OrangeYes[/TD]
[TD]Yes[/TD]
[/TR]
</tbody>[/TABLE]
So, in this example, let's say:
IF "Team Name"/A2 = "Green" and "Sense 1"/C2 = "Yes", Then "Dex Code" / B2 = "GreenYes", ELSE "Dex Code" / B2 = "GreenNo".
IF "Team Name"/A2 = "Blue" and "Sense 1"/C2 = "Yes", Then "Dex Code" / B2 = "BlueYes", ELSE "Dex Code" / B2 = "BlueNo".
etc.
So basically what I am trying to achieve is to have one formula that the selections will validate all of them in just one cell.
Can anyone help?
Thanks in advance!