Cell Drop-down Menu

  • Thread starter Thread starter theillknight
  • Start date Start date
T

theillknight

Is it possible to create a drop-down menu in a cell? For instance,
would like a user to be able to click on a cell and choose what s/h
wants to enter
 
Hi

Select cell/range
From menu select Data.Validation, and then in Validation window allow List
and then type your list into source field, like:
Choice1,Choice2,Choice2

You can give the list as cell reference on same sheet, like
=$A$2:$A$10

When you want to refer to the range on another worksheet, then you have to
define this range as named range, and then you can refer to this named
range - like:
=MyRange
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top