Thread: lookup function
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
GK GK is offline
external usenet poster
 
Posts: 17
Default lookup function

I am new to functions and macros, any help would be appreciated.
What I have is a form on sheet one and my data on sheet 2
There is 3 boxes for information on sheet 1.
this is my data on sheet 2
A B c
joe blow 123456 14
What I want to do is select a persons name from a drop box on sheet 1 and it
automatically input the persons number and frequency from column c.
Thanks again