K kpt May 15, 2009 #1 I have several cells combined and during the IF stament I want to use carriage return to align stuff with in the cell. Any ideas?
I have several cells combined and during the IF stament I want to use carriage return to align stuff with in the cell. Any ideas?
S Sheeloo May 15, 2009 #2 Use CHAR(10) =IF(A1=1,"First Line" & Char(10) & "Second Line","In one line only") You may have to format the cell alignment as "Wrap Text"
Use CHAR(10) =IF(A1=1,"First Line" & Char(10) & "Second Line","In one line only") You may have to format the cell alignment as "Wrap Text"
S Sheeloo May 15, 2009 #3 Use CHAR(10) =IF(A1=1,"First Line" & Char(10) & "Second Line","In one line only") You may have to format the cell alignment as "Wrap Text"
Use CHAR(10) =IF(A1=1,"First Line" & Char(10) & "Second Line","In one line only") You may have to format the cell alignment as "Wrap Text"
K kpt May 15, 2009 #4 Thank you works great Sheeloo said: Use CHAR(10) =IF(A1=1,"First Line" & Char(10) & "Second Line","In one line only") You may have to format the cell alignment as "Wrap Text" Click to expand...
Thank you works great Sheeloo said: Use CHAR(10) =IF(A1=1,"First Line" & Char(10) & "Second Line","In one line only") You may have to format the cell alignment as "Wrap Text" Click to expand...
K kpt May 15, 2009 #5 Thank you works great Sheeloo said: Use CHAR(10) =IF(A1=1,"First Line" & Char(10) & "Second Line","In one line only") You may have to format the cell alignment as "Wrap Text" Click to expand...
Thank you works great Sheeloo said: Use CHAR(10) =IF(A1=1,"First Line" & Char(10) & "Second Line","In one line only") You may have to format the cell alignment as "Wrap Text" Click to expand...