If not, then populate.

L

LiveUser

Anyone know how to do this or a formula that will help me accomplish this?

If information within Column C of Worksheet 1 is not within Column B of
Worksheet 2, then populate a new row on Worksheet 2 with information missing
from Column C of Worksheet 1.

This is basically what I need.

I need all the missing information within the column to copy everything in
the row of the column item missing. Is there also a way to specify where the
row information will be placed on worksheet two, for example, B6 on worksheet
1 needs to populate on C24 of worksheet 2.

Thank you.
 
E

excelent

try insert this in C1 Sheet2 and copy down

=IF(COUNTIF(Sheet2!$B$1:$B$100,Sheet1!C1)=0,Sheet1!C1,"")


"LiveUser" skrev:
 
L

LiveUser

Thank you excelent...

I entered the formula and so far I believe it works... I have to look at it
a little further.
Could you please explain how this formula works?
Is there an easy way to get rid of blank cells within a certain region?
 

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