Simple Copy from Worksheet to Worksheet

E

emailreynolds

Hi

I have 2 Spreadsheets, one is a for monthly quotes and the other is for
monthly business obtained.

The quote sheet could have 100 entries but the business sheet would
only contain say 20 of those 100 entries.

I need to copy certain columns from the quote sheet onto the business
sheet. I would only copy them if the quote sheet contained a Yes in
one of its columns.

I have tried an IF Statement but this still produces 100 entries on the
business sheet (80 blank and 20 containing information)

As you can tell I dont know any code so I would great appreciate some
simple examples of code to try.

Many thanks

Mark
 
E

emailreynolds

I would greatly appreciate some code where I can simply add the
path/file names and the relevant columns names for each file.


Many thanks


Mark
 
H

hideki

It's difficult for me to create a code since I'm not really clear wha
you want to gain. What is your criteria in the IF statement? Is it lik
copy all the rows if column C = YES? Do you need to compare any valu
between this two sheets like if column C = "Yes" and column A in sheet
= column B in sheet2?

Best regards
 
Top