View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
llama llama is offline
external usenet poster
 
Posts: 6
Default MACRO, help for making

Marija,

VLOOKUP([reference cell from your matrix], [Cell range from sheet 2
that has your 2 columns af data], [Column number to return data from,
in your case I assume it will be 2], False)

Llama