tycasey17
Board Regular
- Joined
- Sep 26, 2013
- Messages
- 93
- Office Version
- 2019
- 2016
- Platform
- Windows
_ENLR and _NO are listed in the name manager with the information below it. The basic thing I'm trying to figure out is how to do the formula. I had it in an excel before I just don't know how I lost it. I think it used MATCH and ISNA.
If a Soldier is RANK and STATUS matchs the one of the red words in each column (_ENLR and _NO), then I want it to say ORDER. If it doesn't match one of the red words in each column then I want it to say NO ORDER.
[TABLE="width: 500"]
<tbody>[TR]
[TD]NAME[/TD]
[TD]RANK[/TD]
[TD]STATUS[/TD]
[TD]OUTCOME[/TD]
[TD][/TD]
[TD]_ENLR[/TD]
[TD]_NO[/TD]
[/TR]
[TR]
[TD]DOE, JOHN[/TD]
[TD]SGT[/TD]
[TD]TPU[/TD]
[TD]ORDER[/TD]
[TD][/TD]
[TD]PVT[/TD]
[TD]TPU[/TD]
[/TR]
[TR]
[TD]DOE, JANE[/TD]
[TD]CPT[/TD]
[TD]TPU[/TD]
[TD]NO ORDER[/TD]
[TD][/TD]
[TD]PFC[/TD]
[TD]AGR[/TD]
[/TR]
[TR]
[TD]SNUFFY, JOE[/TD]
[TD]PVT[/TD]
[TD]AGR[/TD]
[TD]NO ORDER[/TD]
[TD][/TD]
[TD]SPC[/TD]
[TD]IET[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]SGT[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]SSG[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
If a Soldier is RANK and STATUS matchs the one of the red words in each column (_ENLR and _NO), then I want it to say ORDER. If it doesn't match one of the red words in each column then I want it to say NO ORDER.
[TABLE="width: 500"]
<tbody>[TR]
[TD]NAME[/TD]
[TD]RANK[/TD]
[TD]STATUS[/TD]
[TD]OUTCOME[/TD]
[TD][/TD]
[TD]_ENLR[/TD]
[TD]_NO[/TD]
[/TR]
[TR]
[TD]DOE, JOHN[/TD]
[TD]SGT[/TD]
[TD]TPU[/TD]
[TD]ORDER[/TD]
[TD][/TD]
[TD]PVT[/TD]
[TD]TPU[/TD]
[/TR]
[TR]
[TD]DOE, JANE[/TD]
[TD]CPT[/TD]
[TD]TPU[/TD]
[TD]NO ORDER[/TD]
[TD][/TD]
[TD]PFC[/TD]
[TD]AGR[/TD]
[/TR]
[TR]
[TD]SNUFFY, JOE[/TD]
[TD]PVT[/TD]
[TD]AGR[/TD]
[TD]NO ORDER[/TD]
[TD][/TD]
[TD]SPC[/TD]
[TD]IET[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]SGT[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]SSG[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]