View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
van van is offline
external usenet poster
 
Posts: 3
Default Match Inputbox Value on Values in Column

I have an inputbox function, which requests a particular number (00 to 012)
from the user. I also have a column in excel which contains random numbers
in this range.

When the user enters a number I would like to be able to match this input to
the column of numbers, and extract those which match the input. Any ideas ?