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

return value within string based on cell value

ccarruth

Member
Hey guys-

Looking to extract a value within a delimited string, based on value found in another cell in conjunction with hlookup table. Workbook should be clear..
 

Attachments

  • Chandoo user rating lookup within string.xlsx
    9.6 KB · Views: 4
I'm note sure I totally understand the question but does
=INDEX($B$4:$F$4,,MATCH(H5,$B$5:$F$5,0))
solve the problem?
 
Back
Top