![]() |
![]() |
|
|||||||
| 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 |
|
New Member
Join Date: Mar 2002
Posts: 4
|
Have two text cells. Want both cells combined into one cell. But cell A is in bold and should remain in bold, while cell B is in italics. B should be on separate line.
My current formula in C is =A1 (Alt+Enter for new line)&B1 Hoqwever, I loose the bold type of Cell A |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
Font formatting can only be applied to text . =A1&B1 is composed of cell references. Cell references do not inherit the font formatting of their contents.
|
|
|
|
|
|
#3 |
|
New Member
Join Date: May 2002
Posts: 6
|
How do you insert the "alt+enter" into the formula to get a hard return in the cell?
|
|
|
|
|
|
#4 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Columbus, OH, USA
Posts: 3,519
|
=A1& CHAR(10) &B1
Make sure the cell is set to "Wrap Text". HTH |
|
|
|
|
|
#5 |
|
New Member
Join Date: May 2002
Posts: 6
|
Thank you....
I was missing the additional "&" symbol. This board is great! |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|