Hi there!
I want to know if it's possible to "split" a formula into 2 lines of text in one cell.
I know that by pressing Alt+Enter when writing text in one cell, a line break is done, making the text after the position where Alt+Enter was done go into a new line below the current one (always in the same cell).
I want to do the same thing but with a formula, making the formula's 1st part appear in the 1st text line of the cell, and the 2nd part in the cell's 2nd line.
Much like pressing Alt+Enter in the middle of the formula.
Here's the case:
http://img832.imageshack.us/img832/7444/productxlsx.png
C3's formula is:
=IF(ISBLANK(A3);"";"Catalog Code: ") & A3 & IF(ISBLANK(B3);"";"Reference: ") & B3
I can do a line break pressing Alt+Enter when editing the formula (between "... & A3" and "& IF(..." ), but it has no results - in the fx space the formula appears separated in 2 lines, but in the cell it has no effect.
The effect that I desire in C3 is:
Catalog Code: 123
Reference: 123-ABC
instead of:
Catalog Code: 123Reference: 123-ABC
Any help is appreciated
Bookmarks