Thread
:
Populating other cells with combo box selection
View Single Post
#
1
Posted to microsoft.public.excel.programming
Shevlin Ryan
external usenet poster
Posts: 6
Populating other cells with combo box selection
That did it, Bob. Thanks again.
Bob Phillips wrote:
B1: = VLOOKUP(A1,Sheet1!$A$1:$D$20,2,False)
C1: = VLOOKUP(A1,Sheet1!$A$1:$D$20,3,False)
D1: = VLOOKUP(A1,Sheet1!$A$1:$D$20,4,False)
Reply With Quote
Shevlin Ryan
View Public Profile
Find all posts by Shevlin Ryan