Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi all,
I have an excel sheet were in some cells there are multiple lines created by pressing "Alt + Enter". Is it possible to reference each individual line within these cells separately in a formula? Thanks a lot |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
To a certain extent yes. E.g. if A1 contains one Alt+Enter then
=LEFT(A1,SEARCH(CHAR(10),A1)-1) returns the content before Alt+Enter, =RIGHT(A1,LEN(A1)-SEARCH(CHAR(10),A1)) after Alt+Enter. -- Regards! Stefi €˛Panos€¯ ezt Ć*rta: Hi all, I have an excel sheet were in some cells there are multiple lines created by pressing "Alt + Enter". Is it possible to reference each individual line within these cells separately in a formula? Thanks a lot |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
hiding freeze pane reference lines | Excel Worksheet Functions | |||
inserted lines move how to place lines in proper cell? | Excel Worksheet Functions | |||
Does anyone know how to put in reference lines in charts? | Excel Discussion (Misc queries) | |||
Lookup function - Wrong info when I add lines to reference spreads | Excel Discussion (Misc queries) | |||
reference to multiple lines | Excel Worksheet Functions |