• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

To insert code automatically on sheet with crossm atching main database

RAM72

Member
Hi All

As per annexed .

Need help :confused:have a main database (sample) and a worksheet(sample) but have to insert code manually.

Looking for a formula to fill column code automatically in insert code sheet with reference fileld stock no and unit .

However the sequence no in insert code should remain same .

Thanks if a solution could be found .
 

Attachments

Hi Ram..

Try this formula in Inser sheet .. B2

=INDEX('Main Database '!G$2:G$324,INDEX(MATCH(C2&F2&G2,'Main Database '!B$2:B$324&'Main Database '!E$2:E$324&'Main Database '!F$2:F$324,0),,))
 
Back
Top