D Deepak Sharma Member Dec 1, 2017 #1 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
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
B bosco_yip Excel Ninja Dec 1, 2017 #2 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 Attachments Search and Add(1).xlsm 12.5 KB · Views: 10
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
D Deepak Sharma Member Dec 1, 2017 #3 Amazing !!! Bosco !!!! Thank you so so much!!!! Regards, Deepak
venkatesh New Member Dec 3, 2017 #4 bosco_yip said: 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 Click to expand... 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!!!
bosco_yip said: 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 Click to expand... 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!!!