• 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.

Search, If not found then add data in list.

Hi All,

I need to search numbers from list 2 to list 1, If not found in list 1, then add then add that number in the bottom of list 1.

Please provide a formula to do so. Sheet attached !!!

Thanks & Regards,
Deepak Sharma
 

Attachments

  • Search and Add.xlsm
    9.7 KB · Views: 6
In F102, formula copied down until blank :

=IFERROR(INDEX(I$2:I$101,AGGREGATE(15,6,ROW(I$2:I$101)-ROW(I$1)/ISNA(MATCH(I$2:I$101,F$2:F$101,0)),ROWS($1:1))),"")

Regards
Bosco

Awesome Bosco. I too had a similar requirement but from a different perspective. Did a workaround. But this cuts down my steps by almost 100%...!!!! Thank you Deepak for posting this!!!
 
Back
Top