Thread: copy if
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
fascal fascal is offline
external usenet poster
 
Posts: 10
Default copy if

Hi,

I have a workbook where I want to copy data from one sheet to another sheet
based on a columns criteria.

If Worksheet_1, column A has the value 13-2006, I want all the rows that
contain this value to populate the empty Worksheet_2.

How do I write the if statement to make this happen?

Thanks.