+ Reply to Thread
Results 1 to 3 of 3

Displaying multiple cell references in 1 cell

  1. #1
    Registered User
    Join Date
    07-24-2006
    Posts
    57

    Displaying multiple cell references in 1 cell

    Consider the following:

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

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

  2. #2
    Registered User
    Join Date
    08-17-2006
    Posts
    22
    Quote Originally Posted by 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 tried entering =A1,B1 or =A2, B2 but that doesn't seem to work. How could i refer to multiple cells in a single cell?
    In your first example, try using '&' sign instead (so =A1&B1) - I think that's what you are looking for.

    If you need the comma, then try =A1&", "&B1
    Last edited by SAP PoD; 08-21-2006 at 08:46 AM.

  3. #3
    scottfoxall
    Guest

    Re: Displaying multiple cell references in 1 cell

    Just to expand on SAP Pod:

    Use
    =A1 & "," & B1

    "SAP PoD" wrote:

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

    >
    > In your first example, try using '&' sign instead (so =A1&B1) - I think
    > that's what you are looking for.
    >
    >
    > --
    > SAP PoD
    > ------------------------------------------------------------------------
    > SAP PoD's Profile: http://www.excelforum.com/member.php...o&userid=37641
    > View this thread: http://www.excelforum.com/showthread...hreadid=573733
    >
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1