Vlookup with row spacing

D_Spark

Board Regular
Joined
Feb 4, 2007
Messages
232
Hello

I have the following formula

=VLOOKUP(C3,N4:T15,3)&VLOOKUP(C3,N4:T15,4)

What I want to achieve it is for the two parts of the Vlookup to be separated by a single line......i.e. and Enter on the key board.

For example, instead of the result being



Hello and welcome to this topic: Item number 1 doing what we can.



it would appear as



Hello and welcome to this topic:

Item number 1 doing what we can.
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
How about
=VLOOKUP(C3,N4:T15,3)&CHAR(10)&VLOOKUP(C3,N4:T15,4)
 
Upvote 0

Forum statistics

Threads
1,215,444
Messages
6,124,891
Members
449,194
Latest member
JayEggleton

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top