Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default Inline Carriage Return?

How do I insert a CrLf into a formula?
I currently have:
=IF(Requestor!E41="YES", "Project Management to be performed by " &
Requestor!G41 & ". Scope: " & Requestor!M41,"")

What I want to do, is insert a carriage right before the word "Scope" but
Excel does not seem to recognize VBCrLf - Is there a way to do this?

Thank you in advance.



  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,441
Default Inline Carriage Return?

Rusty,

Format the cell for wrapping, and use the formula

=IF(Requestor!E41="YES", "Project Management to be performed by " &
Requestor!G41 & "." & CHAR(10) & "Scope: " & Requestor!M41,"")

HTH,
Bernie
MS Excel MVP


"RustyR" wrote in message
...
How do I insert a CrLf into a formula?
I currently have:
=IF(Requestor!E41="YES", "Project Management to be performed by " &
Requestor!G41 & ". Scope: " & Requestor!M41,"")

What I want to do, is insert a carriage right before the word "Scope" but
Excel does not seem to recognize VBCrLf - Is there a way to do this?

Thank you in advance.





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
Carriage return CWH Excel Discussion (Misc queries) 1 March 16th 10 01:54 PM
Carriage Return Freddo Excel Worksheet Functions 2 March 22nd 07 10:34 AM
Squares for carriage return Helena Excel Worksheet Functions 3 July 6th 05 09:21 PM
VBA...How do you state a carriage return? woz999[_2_] Excel Programming 4 April 28th 04 08:51 PM
Carriage Return Tom Ogilvy Excel Programming 3 August 20th 03 07:22 PM


All times are GMT +1. The time now is 12:17 AM.

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

About Us

"It's about Microsoft Excel"