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

Remove duplicate value when vlooked up from other sheet

Debabrata

New Member
Hello,

Refer the uploaded file wherein I tried to remove the duplicate threads while vlooked up from other spreadsheet.
Refer column "F" wherein I want to get the value which should not repeat again in the next cells.
Refer column about the remarks to show an example


Debabrata
 

Attachments

Firstly welcome to Chandoo.

Please use below formula

F2 = =IF(COUNTIF($D$2:D2,D2)=1,VLOOKUP(D2,'to be vlookup from this sheet'!$A$2:$B$161,2,0),0)

and drag



Hello,

Refer the uploaded file wherein I tried to remove the duplicate threads while vlooked up from other spreadsheet.
Refer column "F" wherein I want to get the value which should not repeat again in the next cells.
Refer column about the remarks to show an example


Debabrata
 

Attachments

Hi Somendra and xlstime,

Thank you very much for helping me out of the situation.
I was breaking my head from 2hours to solve this but finally..........you made my life easier.

It's a great platform to exchange ideas.

Thanks a lot again.

Regards,
 
Back
Top