Cell Referencing

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

how do I copy text contents of multipe randomly placed cells into one text
cell ?
for example
in Cell B4 I want to reference the contents of Cells E9 and F10 and x 99
How do I do this and display the text correctly ?

Constantly generating error messages when I use
=B33:B34
 
If you're trying to concatenate the values in E9, F10 and X99 then the
forumula in B4 would read:

=E9&" "&F10&" "&X99

This puts spaces between each cell value, if you do not want space the
formula would be
=E9&F10&X99

and if you're adding them the formula would be:
=E9+F10+X99
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Formula Cell color limitation 7
Sum 2
Sum 1
Referencing Worksheets 4
Excel Typed text appears in wrong cell 0
return an EMPTY cell in an IF formula 3
total formula 3
Generating a cell reference within a formula 5

Back
Top