+ Reply to Thread
Results 1 to 6 of 6

Displaying Multiple Cell Information in Single Cell

  1. #1
    Valued Forum Contributor
    Join Date
    09-23-2005
    Location
    Bristol, UK
    MS-Off Ver
    2007
    Posts
    664

    Displaying Multiple Cell Information in Single Cell

    Hi all,

    I'm trying to present (text) data from multiple cells in another workbook in a single cell. I've tried the following formula but it returns a #VALUE! in my destination cell:

    ='[Project1.xls]Dependencies'!$A$6, '[Project1.xls]Dependencies'!$A$7

    Any ideas on if this is possible?

    TIA,

    SamuelT

  2. #2
    Niek Otten
    Guest

    Re: Displaying Multiple Cell Information in Single Cell

    Use the "&" operator to concatenate texts (or the Concatenate function)

    --
    Kind regards,

    Niek Otten

    "SamuelT" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi all,
    >
    > I'm trying to present (text) data from multiple cells in another
    > workbook in a single cell. I've tried the following formula but it
    > returns a #VALUE! in my destination cell:
    >
    > ='[Project1.xls]Dependencies'!$A$6, '[Project1.xls]Dependencies'!$A$7
    >
    > Any ideas on if this is possible?
    >
    > TIA,
    >
    > SamuelT
    >
    >
    > --
    > SamuelT
    > ------------------------------------------------------------------------
    > SamuelT's Profile:
    > http://www.excelforum.com/member.php...o&userid=27501
    > View this thread: http://www.excelforum.com/showthread...hreadid=503954
    >




  3. #3
    Max
    Guest

    Re: Displaying Multiple Cell Information in Single Cell

    > ='[Project1.xls]Dependencies'!$A$6, '[Project1.xls]Dependencies'!$A$7

    Try something like:
    ='[Project1.xls]Dependencies'!$A$6 & ", " &
    '[Project1.xls]Dependencies'!$A$7
    --
    Max
    Singapore
    http://savefile.com/projects/236895
    xdemechanik
    ---
    "SamuelT" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi all,
    >
    > I'm trying to present (text) data from multiple cells in another
    > workbook in a single cell. I've tried the following formula but it
    > returns a #VALUE! in my destination cell:
    >
    > ='[Project1.xls]Dependencies'!$A$6, '[Project1.xls]Dependencies'!$A$7
    >
    > Any ideas on if this is possible?
    >
    > TIA,
    >
    > SamuelT
    >
    >
    > --
    > SamuelT
    > ------------------------------------------------------------------------
    > SamuelT's Profile:

    http://www.excelforum.com/member.php...o&userid=27501
    > View this thread: http://www.excelforum.com/showthread...hreadid=503954
    >




  4. #4
    Valued Forum Contributor
    Join Date
    09-23-2005
    Location
    Bristol, UK
    MS-Off Ver
    2007
    Posts
    664
    Thanks guys. I used:

    ='[Project1.xls]Dependencies'!$B$6& " - " &'[Project1.xls]Dependencies'!$A$6

    Much obliged!

    SamuelT

  5. #5
    Max
    Guest

    Re: Displaying Multiple Cell Information in Single Cell

    Glad you got what you wanted!
    Thanks for posting back.
    --
    Max
    Singapore
    http://savefile.com/projects/236895
    xdemechanik
    ---
    "SamuelT" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Thanks guys. I used:
    >
    > ='[Project1.xls]Dependencies'!$B$6& " - "
    > &'[Project1.xls]Dependencies'!$A$6
    >
    > Much obliged!
    >
    > SamuelT
    >
    >
    > --
    > SamuelT
    > ------------------------------------------------------------------------
    > SamuelT's Profile:

    http://www.excelforum.com/member.php...o&userid=27501
    > View this thread: http://www.excelforum.com/showthread...hreadid=503954
    >




  6. #6
    Chip Pearson
    Guest

    Re: Displaying Multiple Cell Information in Single Cell

    Use

    ='[Project1.xls]Dependencies'!$A$6 &
    '[Project1.xls]Dependencies'!$A$7


    --
    Cordially,
    Chip Pearson
    Microsoft MVP - Excel
    Pearson Software Consulting, LLC
    www.cpearson.com


    "SamuelT" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > Hi all,
    >
    > I'm trying to present (text) data from multiple cells in
    > another
    > workbook in a single cell. I've tried the following formula but
    > it
    > returns a #VALUE! in my destination cell:
    >
    > ='[Project1.xls]Dependencies'!$A$6,
    > '[Project1.xls]Dependencies'!$A$7
    >
    > Any ideas on if this is possible?
    >
    > TIA,
    >
    > SamuelT
    >
    >
    > --
    > SamuelT
    > ------------------------------------------------------------------------
    > SamuelT's Profile:
    > http://www.excelforum.com/member.php...o&userid=27501
    > View this thread:
    > http://www.excelforum.com/showthread...hreadid=503954
    >




+ 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