excel - Show dynamic range of data based on user input -


in current excel sheet have drop down list. based on choice user makes in drop down list want display data few cells below. data defined in sheet (but in same workbook). have no link access or whatsoever.

how can in excel, preferably without vba?

//edit:

to clarify: in 1 sheet have accumulated data going displayed. data static , cannot change based on user input. on worksheet in same workbook have dropdown menu, generated above data. based on selection range of above data shown user.

example: data sheet contains list of quests in rpg each of quests tied campaign. the drop down list used select campaign. below drop down list names of quests tied campaign shown , user can enter additional information (such "completed", "failed", etc.), in turn saved in yet worksheet.

assuming selection in a1, required results pulled sheet1 columnc , few here means 3, please try:

=index(sheet1!c:c,match(a1,sheet1!c:c,0)+3) 

Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -