Page 1 of 1

lukup

Posted: Sat Oct 22, 2022 6:32 pm
by sna
Hi Dear,
In this example I have attached I have a Form with a drop down window with the options to fill the spot "click on steve smith and you have the option to select the other names". I would like excel to automatically fill in the Email, phone, and CFI certificate # in the respective boxes when I select the Recommending instructor name.
Thank you
Note:I use M365

Re: lukup

Posted: Sat Oct 22, 2022 6:50 pm
by norkaz
...


C12

=VLOOKUP($C$11,Data!$J$4:$M$7,ROWS($C$2:C3),0)

Then copy the formula down.

Norkaz

Re: lukup

Posted: Sat Oct 22, 2022 7:45 pm
by sna
thanks but how we can dynamic array for office 365?

Re: lukup

Posted: Sat Oct 22, 2022 8:11 pm
by snasui
sna wrote: Sat Oct 22, 2022 7:45 pm dynamic array for office 365
:D Cell C12 enter this formula,

=VLOOKUP($C$11,Data!$J$4:$M$7,ROW(2:4),0)

Re: lukup

Posted: Sun Oct 23, 2022 6:05 am
by sna
Thank you, that's it 😊