Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Referencing a cell based on the value in another cell | Excel Discussion (Misc queries) | |||
Cell Referencing? | Excel Worksheet Functions | |||
Compiling macro based on cell values | Excel Discussion (Misc queries) | |||
resetting last cell | Excel Discussion (Misc queries) | |||
Possible Lookup Table | Excel Worksheet Functions |