Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Joradi
 
Posts: n/a
Default Insert Text From Different Cell


I would like to enter a company name, such as "ABC Co" in a cell on
sheet1 and then on sheet2 have a cell with text "Proposal for ABC Co".
I would also like to be wildly rich. Can anyone help with either of
those?


--
Joradi
------------------------------------------------------------------------
Joradi's Profile: http://www.excelforum.com/member.php...o&userid=26864
View this thread: http://www.excelforum.com/showthread...hreadid=401055

  #2   Report Post  
Mangesh Yadav
 
Posts: n/a
Default

Lets say you manually enter in Sheet1, cell A1
ABC Co

In sheet2, cell A1, enter
="Proposal for " & Sheet1!A1


Mangesh




"Joradi" wrote in
message ...

I would like to enter a company name, such as "ABC Co" in a cell on
sheet1 and then on sheet2 have a cell with text "Proposal for ABC Co".
I would also like to be wildly rich. Can anyone help with either of
those?


--
Joradi
------------------------------------------------------------------------
Joradi's Profile:

http://www.excelforum.com/member.php...o&userid=26864
View this thread: http://www.excelforum.com/showthread...hreadid=401055



  #3   Report Post  
Dave_2k5
 
Posts: n/a
Default


On Sheet1 in Cell A2 Type: ABC Co

On Sheet2 in Cell A2 Type this formula: ="Proposal for" & " "
&TEXT(Sheet1!A2,"a")

The first part: *="Proposal for"* is just the first bit of text

The Next Part: *& " "* makes sure there is a space between the first
bit of text and the next on sheet1

The final part: *&TEXT(Sheet1!A2,"a") * takes the value of the cell A2
on sheet1 and makes the format text.

Hope this helps

Dave


--
Dave_2k5
------------------------------------------------------------------------
Dave_2k5's Profile: http://www.excelforum.com/member.php...o&userid=19667
View this thread: http://www.excelforum.com/showthread...hreadid=401055

  #4   Report Post  
Joradi
 
Posts: n/a
Default


Thank you Mangesh and Dave. I greatly appreciate your help. If you have
any ideas on the "get wildly rich" problem, please let me know about
that as well.

Thanks Again!


--
Joradi
------------------------------------------------------------------------
Joradi's Profile: http://www.excelforum.com/member.php...o&userid=26864
View this thread: http://www.excelforum.com/showthread...hreadid=401055

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
Need macro to insert text string while inside cell (formula) BrianB Excel Discussion (Misc queries) 0 May 31st 05 03:18 PM
On click, copy text into another cell - XL2K Bob the Builder Excel Worksheet Functions 2 March 16th 05 10:03 PM
How do I print all the text in a cell Dorna Tucker Excel Discussion (Misc queries) 4 February 3rd 05 04:23 PM
Link the value to text in a cell, then use that text cell in a for acpharmd Excel Worksheet Functions 6 December 29th 04 02:03 AM
Formatting a cell as "text" in the number catagory. Ed Excel Worksheet Functions 3 December 7th 04 07:12 PM


All times are GMT +1. The time now is 02:25 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"