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

Vlookup by splitting data

ANKUSHRS1

Member
Hi, Good Afternoon,

I have data column where value divided by "/" .
I want to get value of second column by using vlookup or something without hurting original data.
I have enclosed example file to give better picture
Please give me a formula based solution.
 

Attachments

  • chandoo.xlsx
    9.4 KB · Views: 12
Try,

1] Criteria in Column B

2] In Column C "Result 1" C2, formula copied down :

=LOOKUP(1,-FIND(B2,Data!$B$2:$B$7),Data!$C$2:$C$7)

Regards
Bosco
 
Back
Top