Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm trying to combine the contents of cell D3 with cell H3 and put all the
combined data in cell H34. I tried: =D3&H3 but that didn't work. Do the cells have to be adjacent to work? Thanks. Any suggestions? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
The formula you posted should work fine and 'that didn't work' isn't a very helpful description of the problem. What's in the cells? What result did you get? What result did you expect? Mike "gbread" wrote: I'm trying to combine the contents of cell D3 with cell H3 and put all the combined data in cell H34. I tried: =D3&H3 but that didn't work. Do the cells have to be adjacent to work? Thanks. Any suggestions? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Let me give you a brief example based on the information you have given:-
1. In cell D 3 I have:- smith 2. In cell H 3 I have:- jones 3. In cell H 34 I have:- =CONCATENATE(D3,H3) Cell H 34 shows, when I look at it on the screen in front of me:- smithjones This is a very simple example showing you how to add the contents of 2 cells that contain text. What Mike says is correct though. You need to provide more details of the data that your cells contain and what you are trying to achieve. If my comments have helped please hit Yes. Thanks. "gbread" wrote: I'm trying to combine the contents of cell D3 with cell H3 and put all the combined data in cell H34. I tried: =D3&H3 but that didn't work. Do the cells have to be adjacent to work? Thanks. Any suggestions? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Combining data from multiple cells into one cell with commas | Excel Discussion (Misc queries) | |||
Combining data from different cells and more... | Excel Worksheet Functions | |||
Combining data from multiple cells into one cell. | Excel Worksheet Functions | |||
COMBINING CELLS WITH LIKE DATA | Excel Discussion (Misc queries) | |||
Combining data (numeric format) in multiple cells into one cell (t | Excel Discussion (Misc queries) |