View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Petebull Petebull is offline
external usenet poster
 
Posts: 2
Default Filter a list with data from another sheet

Hello

I have a excel sheet were i need to filter some information using
values on other sheet, and put the results, filtered in another sheet.

I will try to put it in other words.

The macro should use values in the column b on sheet2 to filter the
table on sheet1 that as a column with the same values of course, and
copy it to sheet three.

What i'm trying to see on sheet3 is what lines in sheet1 correspond to
the sheet two criteria collumn.

Thanks a lot in advance