Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
FuadsCurse
 
Posts: n/a
Default Can multiple cell results be displayed in a single cell?

Is it possible to display the contents of multiple separate cells in another
single cell?

If the results of several cells say B1, B2, and B3 are the amounts $10, $15
and $20, I would like to display them in cell A1 as follows:

$10
$15
$20

I could do this statically by using text and the 'Alt|Enter' function within
the cell. However, these amounts will change from time to time so I'd like a
link.

Is this possible or not?

Thanks for any help.

Brett
  #2   Report Post  
Leo Heuser
 
Posts: n/a
Default

Brett

One way:

In A1:

="$"&B1&CHAR(10)&"$"&B2&CHAR(10)&"$"&B3&CHAR(10 )

Format A1 as "Wrap text" (or similar)


--
Best Regards
Leo Heuser

Followup to newsgroup only please.

"FuadsCurse" skrev i en meddelelse
...
Is it possible to display the contents of multiple separate cells in
another
single cell?

If the results of several cells say B1, B2, and B3 are the amounts $10,
$15
and $20, I would like to display them in cell A1 as follows:

$10
$15
$20

I could do this statically by using text and the 'Alt|Enter' function
within
the cell. However, these amounts will change from time to time so I'd
like a
link.

Is this possible or not?

Thanks for any help.

Brett



  #3   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

Go to formatcellsalignment and turn on text wrap, then use

=TEXT(B1,"$0.00")&CHAR(10)&TEXT(B2,"$0.00")&CHAR(1 0)&TEXT(B3,"$0.00")

Makes sure the cell is large enough


You can also use =B1&CHAR(10)&B2 etc but then you won't get any currency
format, just the numbers

Regards,

Peo Sjoblom

"FuadsCurse" wrote:

Is it possible to display the contents of multiple separate cells in another
single cell?

If the results of several cells say B1, B2, and B3 are the amounts $10, $15
and $20, I would like to display them in cell A1 as follows:

$10
$15
$20

I could do this statically by using text and the 'Alt|Enter' function within
the cell. However, these amounts will change from time to time so I'd like a
link.

Is this possible or not?

Thanks for any help.

Brett

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Multiple lines in 1 cell Zach F Excel Discussion (Misc queries) 2 April 14th 05 04:58 PM
Entering array in single cell nospaminlich Excel Discussion (Misc queries) 6 February 11th 05 05:01 PM
Return Multiple Results with Lookup Josh O. Excel Worksheet Functions 1 February 4th 05 08:07 PM
I want the results of a formula to show in cell, NOT THE FORMULA! ocbecky Excel Discussion (Misc queries) 4 December 10th 04 08:39 PM
How do I link an identical cell address across multiple worksheet. Charlie Courier Excel Worksheet Functions 1 November 24th 04 04:40 PM


All times are GMT +1. The time now is 10:55 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"