btucker7587
New Member
- Joined
- Dec 15, 2014
- Messages
- 5
[TABLE="width: 500"]
<tbody>[TR]
[TD]BLDG
[/TD]
[TD]ROOM
[/TD]
[TD]ZONE
[/TD]
[TD]BLDG
[/TD]
[TD](input)
[/TD]
[TD]Room
[/TD]
[TD](input)
[/TD]
[/TR]
[TR]
[TD]10
[/TD]
[TD]204
[/TD]
[TD]U02
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]10
[/TD]
[TD]101
[/TD]
[TD]U01
[/TD]
[TD][/TD]
[TD]Zone
[/TD]
[TD](Return)
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]22
[/TD]
[TD]188
[/TD]
[TD]U04
[/TD]
[TD][/TD]
[TD][/TD]
[TD](Return)
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]10
[/TD]
[TD]213
[/TD]
[TD]U01
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]43
[/TD]
[TD]110
[/TD]
[TD]U10
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Having little success trying to get the proper return data.
Using the input of the building and room number, I am trying to get the corresponding zones as a return. There are sometimes multiple returns, so I also need those displayed a well.
I have been able to get a single return using his formula -
=INDEX(A2:C6,MATCH(E1&F1,A2:A6&B2:B6,0),3)
But I have been unsuccessful at getting multiple returns.
Tanks in advance or the assistance.
<tbody>[TR]
[TD]BLDG
[/TD]
[TD]ROOM
[/TD]
[TD]ZONE
[/TD]
[TD]BLDG
[/TD]
[TD](input)
[/TD]
[TD]Room
[/TD]
[TD](input)
[/TD]
[/TR]
[TR]
[TD]10
[/TD]
[TD]204
[/TD]
[TD]U02
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]10
[/TD]
[TD]101
[/TD]
[TD]U01
[/TD]
[TD][/TD]
[TD]Zone
[/TD]
[TD](Return)
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]22
[/TD]
[TD]188
[/TD]
[TD]U04
[/TD]
[TD][/TD]
[TD][/TD]
[TD](Return)
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]10
[/TD]
[TD]213
[/TD]
[TD]U01
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]43
[/TD]
[TD]110
[/TD]
[TD]U10
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Having little success trying to get the proper return data.
Using the input of the building and room number, I am trying to get the corresponding zones as a return. There are sometimes multiple returns, so I also need those displayed a well.
I have been able to get a single return using his formula -
=INDEX(A2:C6,MATCH(E1&F1,A2:A6&B2:B6,0),3)
But I have been unsuccessful at getting multiple returns.
Tanks in advance or the assistance.