Thread: Macro help
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
nick55 nick55 is offline
external usenet poster
 
Posts: 1
Default Macro help

I was wondering if the following can be done

I want to create a macro that will look in column C for a letter or a
combination of letters and then when it finds the particular letter(s), I
would like it to go to the corresponding numeric value in column A. Then
search all of column A for any like numeric values and then show me the
corresponding letter(s) that are associated with that value.

Example:

Column A Column B Column C
5 x ab
9 x cdi
5 x b
9 x grt

So if I were to enter the letters €œab€ into my macro it would tell me the
value is €œ5€ and the other letter that contains that value is €œb€.

Is this possible to do??