Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to CONCATENATE cells of an address into a single cell, but
I would like to have an "alt-ENTER" between each piece of information so it appears as real address...any way this can happen?? streettowncitystatezip to be as - street town city state zip ?? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=Street & char(10) & town & char(10)
turn on word wrap for the cell with the formula -- Regards, Tom Ogilvy "Rebuckley" wrote in message oups.com... I am trying to CONCATENATE cells of an address into a single cell, but I would like to have an "alt-ENTER" between each piece of information so it appears as real address...any way this can happen?? streettowncitystatezip to be as - street town city state zip ?? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Splitting out Content in 1 cell (which is currently separated by"ALT-ENTER") into multiple cells | Excel Discussion (Misc queries) | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
Macro to concatenate into "B1" B2 thru B"x" based on new data in "Col A" | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel |