View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Toppers Toppers is offline
external usenet poster
 
Posts: 4,339
Default How do you use a dropdown menu to enter data in mult. cells exce?

If by dropdown you mean Data Validation, then name the range e.g. myrange, on
your other worksheet and in Data Validation select

Allow: List
Source : =myrange

HTH

"John Baylis" wrote:

I am trying to use a dropdown selection in excel to pull data from a list on
another work sheet to fill in multiple cells.