vba - Comparing excel rows across multiple tables and copying -


i've worked on week , i'm stuck. didn't see forms problem on here, y'all can help.

i'm trying compare data sheet2 sheet1 , if value in column b same, paste data sheet2 in next blank cell in sheet1

i've included spreadsheet illustrates point better.

=if(sheet2!b(some_number)=sheet1!b(some_number),fill_in_answer_you_want,0) 

you have input statement cell want. example, in cell c2 write:

=if(sheet2!$b2 = $b2,sheet2!$b2,0) 

as way fill in next blank cell, have write vba script find cell place in , place above formula cell.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -