combining text from different locations

wayne emery

New Member
Joined
Sep 20, 2006
Messages
3
Is it possible to put two lots of text in one cell?
I have two worksheets with identical numbers of rows & collumns. Some of these cells contain values and some contain text.
If I create a third worksheet I can easilly add the numerical valuess of cell A1 for worksheet 1 to the contents of cell A1 in worksheet 2 and show the result in worksheet 3. However where for example cell A2 always contains text in both worksheets how can I show both sets of text in worksheet 3 cell A2. :unsure: :confused:
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
It sounds like you're shooting for a concatenation of two text cells? A shorthand way is to use the '&' key.

For example:

Sheet1!A1 contains text: "I need to find" (without the quotes)
Sheet2!A1 contains text: "a better job :P"

In Sheet3!A1 the formula:
=Sheet1!A1&" "&Sheet2!A1

That will give the result "I need to find another job :P"

Note that the & is what ties strings of text together, and the &" "& in the middle is to toss a space between the two strings.

HTH
 
Upvote 0

Forum statistics

Threads
1,214,814
Messages
6,121,711
Members
449,049
Latest member
THMarana

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