Copy data from once worksheet to another using formula

M

Maureen

I am trying to create a formula in which I am able to copy data from one
worksheet to a cell of a different worksheet in the SAME workbook based on
specific criteria.

For example, if cell A2 on Worksheet A contains item data, I want to copy
that exact data to Worksheet B cell D50. I need to use a formula as there
will be additional criteria added later on.

How should I proceed?
 
S

Sheeloo

Use something like this in D50 of Worksheet B
=IF('WorkSheet A'!A2>100,'WorkSheet A'!A2,"Not > 100")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top