#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Cell Referencing

how do I copy text contents of multipe randomly placed cells into one text
cell ?
for example
in Cell B4 I want to reference the contents of Cells E9 and F10 and x 99
How do I do this and display the text correctly ?

Constantly generating error messages when I use
=B33:B34
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Cell Referencing

In cell B4 enter:

=E9 & F10 & X99
--
Gary's Student


"ClaudiainDublin" wrote:

how do I copy text contents of multipe randomly placed cells into one text
cell ?
for example
in Cell B4 I want to reference the contents of Cells E9 and F10 and x 99
How do I do this and display the text correctly ?

Constantly generating error messages when I use
=B33:B34

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,316
Default Cell Referencing

If you're trying to concatenate the values in E9, F10 and X99 then the
forumula in B4 would read:

=E9&" "&F10&" "&X99

This puts spaces between each cell value, if you do not want space the
formula would be
=E9&F10&X99

and if you're adding them the formula would be:
=E9+F10+X99
--
Kevin Backmann


"ClaudiainDublin" wrote:

how do I copy text contents of multipe randomly placed cells into one text
cell ?
for example
in Cell B4 I want to reference the contents of Cells E9 and F10 and x 99
How do I do this and display the text correctly ?

Constantly generating error messages when I use
=B33:B34

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
Referencing a cell based on the value in another cell septillion Excel Discussion (Misc queries) 3 June 30th 06 03:03 AM
Cell Referencing? Andy Excel Worksheet Functions 0 June 26th 06 03:07 PM
Compiling macro based on cell values simonsmith Excel Discussion (Misc queries) 1 May 16th 06 08:31 PM
resetting last cell jagdish.eashwar Excel Discussion (Misc queries) 11 March 31st 06 02:06 AM
Possible Lookup Table Karen Excel Worksheet Functions 5 June 8th 05 09:43 PM


All times are GMT +1. The time now is 07:30 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"