Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
It must be... because it works the great... and it looks better too.
=LEFT($E5,(SEARCH(CHAR(10),E5))) "Lila" wrote in message ... Is char(10) the code for the soft return? "Dave Peterson" wrote in message ... look for char(10) in your =search() or =find(). Lila wrote: I have a column that has several lines of text in it. Each row of text has a soft return (Alt-Enter) to force certain text to go to the next line. Now I want to do a cell reference that only shows the text on the first row. I found the "Right", "Left" and "Mid" function, but those seem to only be able to limit by the number of characters and the number of characters in the first row of text varies greatly from cell to cell. I thought I could combine the "Search" or "Find" function to look for the soft return, return the position of the return and place it in the "Left" function, but I can not figure out how to search for the soft return. Any suggestions? -- Lila -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cell Reference locking | Excel Discussion (Misc queries) | |||
Limit the number of characters that a cell contains | Excel Worksheet Functions | |||
Possible Lookup Table | Excel Worksheet Functions | |||
Can I limit a cell to 72 characters? How? | Excel Discussion (Misc queries) | |||
GET.CELL | Excel Worksheet Functions |