Rembrandt7
New Member
- Joined
- Jan 18, 2017
- Messages
- 3
I am trying to use mid with if, I tried nest IF, but that didn't work. I am using the following it work but will not give me the response I need.
=LOOKUP(MID(ROOM_NUMBER,2,1)+0,1,"1st Floor")
[TABLE="width: 45"]
<tbody>[TR]
[TD]ROOM_NUMBER[/TD]
[TD]FLOOR[/TD]
[/TR]
[TR]
[TD][TABLE="width: 227"]
<tbody>[TR]
[TD]N1017[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]=LOOKUP(MID(ROOM_NUMBER,2,1)+0,1,"1st Floor")[/TD]
[/TR]
[TR]
[TD][TABLE="width: 227"]
<tbody>[TR]
[TD]N1047[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
=LOOKUP(MID(ROOM_NUMBER,2,1)+0,1,"1st Floor")
[TABLE="width: 45"]
<tbody>[TR]
[TD]ROOM_NUMBER[/TD]
[TD]FLOOR[/TD]
[/TR]
[TR]
[TD][TABLE="width: 227"]
<tbody>[TR]
[TD]N1017[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]=LOOKUP(MID(ROOM_NUMBER,2,1)+0,1,"1st Floor")[/TD]
[/TR]
[TR]
[TD][TABLE="width: 227"]
<tbody>[TR]
[TD]N1047[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]