Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Carriage Return within Cell for MAC users


Greetings.

For MAC Users: To concatenate a set of values in a cell with a carriage
return between each value, do the following;

- set alignment for formula cell to "Wrap Text".
- Concatenate CHAR(13) into the string.

Example: To see Bananas Oranges Apples as

Bananas
Oranges
Apples

within a cell, the formula is

="Bananas"&CHAR(13)&"Oranges"&CHAR(13)&"Apples"

This forum has the info for Windows (i.e. CHAR(10) in ANSI) but I
couldn't find it for a Mac, but the posts pointed me in the right
direction and I found it by trial and error.

Regards,
SAP2112


--
SAP2112
------------------------------------------------------------------------
SAP2112's Profile: http://www.excelforum.com/member.php...o&userid=36006
View this thread: http://www.excelforum.com/showthread...hreadid=558677

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Return value in cell above the reference Jean Excel Discussion (Misc queries) 4 May 31st 06 07:50 PM
help with index to return particular cell value Allan from Melbourne Excel Discussion (Misc queries) 0 May 27th 06 03:20 AM
Help with this conditional IF statement C-Dawg Excel Discussion (Misc queries) 3 May 15th 06 06:01 PM
Return of blank cell if lookup fails TimM Excel Worksheet Functions 4 November 23rd 05 04:40 PM
Copy cell format to cell on another worksht and update automatical kevinm Excel Worksheet Functions 21 May 19th 05 11:07 AM


All times are GMT +1. The time now is 08:18 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"