View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 6,953
Default Excel spreadsheeting

Data=Validation using the list option

Then use vlookup formulas to get the information (if the indexing value is
on the left side of the range - if not, then use a combination of Index and
Match.

--
Regards,
Tom Ogilvy


"maricaro2511" wrote:

I would like to take data from various workbooks and pull the information
contained within a range of cells into one main sheet.
I'm thinking that I would like to use a drop-down menu to make the selection
then all the data would populate in the cells underneath from another
worksheet.
Could someone point me in the right direction??