Displaying multiple cell references in 1 cell

  • Thread starter Thread starter aposatsk
  • Start date Start date
A

aposatsk

Consider the following:

A-----------B
2-----------5
1-----------5
...

In another cell, i want to display text like "2, 5" and "1, 5". I trie
entering =A1,B1 or =A2, B2 but that doesn't seem to work. How could
refer to multiple cells in a single cell
 
aposatsk said:
Consider the following:

A-----------B
2-----------5
1-----------5
...

In another cell, i want to display text like "2, 5" and "1, 5". I trie
entering =A1,B1 or =A2, B2 but that doesn't seem to work. How could
refer to multiple cells in a single cell?

In your first example, try using '&' sign instead (so =A1&B1) - I thin
that's what you are looking for
 
Just to expand on SAP Pod:

Use
=A1 & "," & B1

SAP PoD said:
In your first example, try using '&' sign instead (so =A1&B1) - I think
that's what you are looking for.
 

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

Back
Top