![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Apr 2002
Location: Detroit
Posts: 792
|
Try to merge (with text wrap) two (adjacent) cells. Eventually need to do this for nearly the an entire column of data
Response "Selection contains multiple data values. Merging into one cell will keep upper-left most data value" |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
If by "merge" you mean "concatenate" use the concatenation operator (&) as follows...
=A1&B1 [ This Message was edited by: Mark W. on 2002-05-07 07:24 ] |
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Apr 2002
Location: Detroit
Posts: 792
|
Thanks, two questions
Where in the menus can I do "concatenate" vs merge? How to do it in VB from the first to the last used cell? |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|