#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Display issues

Ok, I've set up multiple work sheets in a work book and have referenced cells
from, we'll call it worksheet 1, on worksheet three. I have them showing up
in the cell, however I am referencing three different cells from worksheet 1
into one cell in worksheet three and I am not sure how to get them to display
with spaces between them. If any body has any ideas I would be most
appreciative.
  #2   Report Post  
Posted to microsoft.public.excel.misc
bj bj is offline
external usenet poster
 
Posts: 1,397
Default Display issues

if you mean somthing like rrr sss ttt
then =sheet1!A1&" "&sheet1!A2&" "&sheet1!A3
if you want it like
rrr
sss
ttt
then
=sheet1!A1&char(10)&sheet1!A2&char(10)&sheet1!A3
if you want it as
rrr

sss

ttt
then
sheet1!A1&char(10)&char(10)&sheet1!A2&char(10)&cha r(10)&sheet1!A3
"vronron" wrote:

Ok, I've set up multiple work sheets in a work book and have referenced cells
from, we'll call it worksheet 1, on worksheet three. I have them showing up
in the cell, however I am referencing three different cells from worksheet 1
into one cell in worksheet three and I am not sure how to get them to display
with spaces between them. If any body has any ideas I would be most
appreciative.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default Display issues

Click in the cell on Sheet3 that will receive the data from Sheet1.
Type in an equal sign ( = ),
Navigate to Sheet1, and click in the first cell containing the data,
*IN THE FORMULA BAR*, type this at the end of what you see displayed the
&" "&
so that it might look like this:

=Sheet1!A1&" "&

Then, click in the 2nd cell of data, and add the same characters, to look
like this:

=Sheet1!A1&" "&Sheet1!C1&" "&

Finally, click in the final cell, and hit <Enter, and it should look like
this:

=Sheet1!A1&" "&Sheet1!C1&" "&Sheet1!E1
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------


"vronron" wrote in message
...
Ok, I've set up multiple work sheets in a work book and have referenced
cells
from, we'll call it worksheet 1, on worksheet three. I have them showing
up
in the cell, however I am referencing three different cells from worksheet
1
into one cell in worksheet three and I am not sure how to get them to
display
with spaces between them. If any body has any ideas I would be most
appreciative.



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Display issues

Thanks! I knew it had something to do with quotations but the things I tried
weren't working and my brain was just refusing to cope.

"Ragdyer" wrote:

Click in the cell on Sheet3 that will receive the data from Sheet1.
Type in an equal sign ( = ),
Navigate to Sheet1, and click in the first cell containing the data,
*IN THE FORMULA BAR*, type this at the end of what you see displayed the
&" "&
so that it might look like this:

=Sheet1!A1&" "&

Then, click in the 2nd cell of data, and add the same characters, to look
like this:

=Sheet1!A1&" "&Sheet1!C1&" "&

Finally, click in the final cell, and hit <Enter, and it should look like
this:

=Sheet1!A1&" "&Sheet1!C1&" "&Sheet1!E1
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------


"vronron" wrote in message
...
Ok, I've set up multiple work sheets in a work book and have referenced
cells
from, we'll call it worksheet 1, on worksheet three. I have them showing
up
in the cell, however I am referencing three different cells from worksheet
1
into one cell in worksheet three and I am not sure how to get them to
display
with spaces between them. If any body has any ideas I would be most
appreciative.




  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default Display issues

Appreciate the feed-back.
--

Regards,

RD
-----------------------------------------------------------------------------------------------
Please keep all correspondence within the Group, so all may benefit !
-----------------------------------------------------------------------------------------------

"vronron" wrote in message
...
Thanks! I knew it had something to do with quotations but the things I
tried
weren't working and my brain was just refusing to cope.

"Ragdyer" wrote:

Click in the cell on Sheet3 that will receive the data from Sheet1.
Type in an equal sign ( = ),
Navigate to Sheet1, and click in the first cell containing the data,
*IN THE FORMULA BAR*, type this at the end of what you see displayed
the
&" "&
so that it might look like this:

=Sheet1!A1&" "&

Then, click in the 2nd cell of data, and add the same characters, to look
like this:

=Sheet1!A1&" "&Sheet1!C1&" "&

Finally, click in the final cell, and hit <Enter, and it should look like
this:

=Sheet1!A1&" "&Sheet1!C1&" "&Sheet1!E1
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------


"vronron" wrote in message
...
Ok, I've set up multiple work sheets in a work book and have referenced
cells
from, we'll call it worksheet 1, on worksheet three. I have them
showing
up
in the cell, however I am referencing three different cells from
worksheet
1
into one cell in worksheet three and I am not sure how to get them to
display
with spaces between them. If any body has any ideas I would be most
appreciative.






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
TODAY() issues Keyrookie Excel Worksheet Functions 6 August 27th 07 12:48 PM
Subtotal issues simmerdown Excel Discussion (Misc queries) 1 July 9th 07 04:21 PM
Display Issues with X-Axis Carlo Charts and Charting in Excel 5 August 28th 06 03:27 PM
display issues Jason - MR Excel Discussion (Misc queries) 0 March 30th 06 05:05 PM
Data Issues Paul Excel Worksheet Functions 3 October 19th 05 01:59 PM


All times are GMT +1. The time now is 07:17 AM.

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

About Us

"It's about Microsoft Excel"