• 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 with split within Cells

Hi,

i had attached worksheet,where i require a formula with vlookup which contains break in a organised within a cell.

Mentioned in the sheet,how output formula should be.

Let me know any questions.

Request you to please help!
 

Attachments

  • Chandoo21Feb17.xlsx
    8.4 KB · Views: 6
Hi,

i had attached worksheet,where i require a formula with vlookup which contains break in a organised within a cell.

Mentioned in the sheet,how output formula should be.

Let me know any questions.

Request you to please help!
PFA

Click Like if you really like it.. :)
 

Attachments

  • Chandoo21Feb17.xlsx
    10.9 KB · Views: 7
In C3, enter :

=IF(A3="","",IFERROR("Employee ID : "&A3&CHAR(10)&"Employee Name : "&VLOOKUP(A3,Data!$B$2:$D$4,2,0)&CHAR(10)&"Amount : "&VLOOKUP(A3,Data!$B$2:$D$4,3,0),""))

then, click Format cells >> select Alignment tag, check the box of "Wrap text"

Copy down formula.

Regards
 

Attachments

  • ConcatenateData(1).xlsx
    10.5 KB · Views: 7
Thank you so much :) It works

In C3, enter :

=IF(A3="","",IFERROR("Employee ID : "&A3&CHAR(10)&"Employee Name : "&VLOOKUP(A3,Data!$B$2:$D$4,2,0)&CHAR(10)&"Amount : "&VLOOKUP(A3,Data!$B$2:$D$4,3,0),""))

then, click Format cells >> select Alignment tag, check the box of "Wrap text"

Copy down formula.

Regards[/quo
 
Back
Top