![]() |
Working with Drop Down List
I've looked around in the FAQ and other help areas - maybe I'm asking the
question wrong. (Not uncommon) I have seen this done in the past - but I can't remember how it was created... I have a list of room numbers - in a separate column I have a list of room names. I recall that there was a way to create the list so that if someone chose the room number from the list - the associated room name would appear adjacent to it... Was I dreaming? Is this possible? Or is this an INDEX (array) sort of thing? Any help would be greatly appreciated. |
Working with Drop Down List
VLOOKUP?
If Room Numbers and Names are (for example) in Columns A & B of Sheet2 (rows 1 to 20) and your drop down is in A2 of Sheet1: Then in Sheet1 B2: =VLOOKUP(A2,Sheet2!$A$1:$B$20,2,0) will give room name in B2 "JP2R" wrote: I've looked around in the FAQ and other help areas - maybe I'm asking the question wrong. (Not uncommon) I have seen this done in the past - but I can't remember how it was created... I have a list of room numbers - in a separate column I have a list of room names. I recall that there was a way to create the list so that if someone chose the room number from the list - the associated room name would appear adjacent to it... Was I dreaming? Is this possible? Or is this an INDEX (array) sort of thing? Any help would be greatly appreciated. |
Working with Drop Down List
Thanks - that works!
Who knows is that's how we did it in the past - but that works just great! J "Toppers" wrote: VLOOKUP? If Room Numbers and Names are (for example) in Columns A & B of Sheet2 (rows 1 to 20) and your drop down is in A2 of Sheet1: Then in Sheet1 B2: =VLOOKUP(A2,Sheet2!$A$1:$B$20,2,0) will give room name in B2 "JP2R" wrote: I've looked around in the FAQ and other help areas - maybe I'm asking the question wrong. (Not uncommon) I have seen this done in the past - but I can't remember how it was created... I have a list of room numbers - in a separate column I have a list of room names. I recall that there was a way to create the list so that if someone chose the room number from the list - the associated room name would appear adjacent to it... Was I dreaming? Is this possible? Or is this an INDEX (array) sort of thing? Any help would be greatly appreciated. |
Working with Drop Down List
Thank you for the feedback.
"JP2R" wrote: Thanks - that works! Who knows is that's how we did it in the past - but that works just great! J "Toppers" wrote: VLOOKUP? If Room Numbers and Names are (for example) in Columns A & B of Sheet2 (rows 1 to 20) and your drop down is in A2 of Sheet1: Then in Sheet1 B2: =VLOOKUP(A2,Sheet2!$A$1:$B$20,2,0) will give room name in B2 "JP2R" wrote: I've looked around in the FAQ and other help areas - maybe I'm asking the question wrong. (Not uncommon) I have seen this done in the past - but I can't remember how it was created... I have a list of room numbers - in a separate column I have a list of room names. I recall that there was a way to create the list so that if someone chose the room number from the list - the associated room name would appear adjacent to it... Was I dreaming? Is this possible? Or is this an INDEX (array) sort of thing? Any help would be greatly appreciated. |
All times are GMT +1. The time now is 04:05 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com