1 min readfrom Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

Using a drop down menu's selection in a formula?

Our take

Are you looking to enhance your spreadsheet's interactivity by using a dropdown menu to drive formulas? Imagine having a cell (A1) where you can select from options like "Name 1" or "Name 2," which then dynamically updates other cells (A2 and A3) to display relevant information from your data table. This approach not only simplifies data entry but also transforms how you analyze information.

So say I have a table of data E1:G3

https://preview.redd.it/2qlgngj75hlg1.png?width=214&format=png&auto=webp&s=9d9fc9acd590e399769e74de9a7705c98418e8cc

I'd like a cell "A1" to have a drop down menu, that drop down menu references E1:E3 so options are "Name 1", "Name 2"....

cell "A2" looks at A1 and displays the contents of a cell that column (E:2)

cell "A3" looks at A1 and displays the contents of a cell that column (E:3)

is it possible to reference location of a selection in a drop down?

submitted by /u/223specialist
[link] [comments]

Read on the original site

Open the publisher's page for the full experience

View original article

Related Articles