google spreadsheet - Get data in row with dropdown list -


i created dropdown list range in sheet2 in google spreadsheets.

the dropdown filled bunch of names.

when select particular item want update cell next data on sheet2 column.

for example sheet2 looks like:

id,name,date 1,john,2015-04-29 2,adam,2015-03-01 

i select john in dropdown list , want display "date" column of john in cell on sheet1.

assuming john selected in c3 , name/date data in range named namedrange1 please try:

  =vlookup(c3,namedrange1,2,0) 

Comments

Popular posts from this blog

command line - Use qwinsta in PowerShell ISE -

java - Incorrect order of records in M-M relationship in hibernate -

Python website log in: BIG-IP can not find session information in the request -