If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Excel > Simple add text to cell, won't work...

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-11-04, 13:00
KJ_Miller KJ_Miller is offline
Registered User
 
Join Date: Mar 2004
Posts: 6
Simple add text to cell, won't work...

Hi,
I've been pulling my hair out here, hope someone can help..

I want to add (prefix) text to a lg column of numbers as such:
manco_ added to # i.e.

1234-10 (to be) manco_1234-10
1234-20 (to be) manco_1234-20

so basically add a prefix of a mfg name in front of the model number (that has dash's in the model #).

I tried (and tried) to format the cell as Custom: "manco_" 0 or even "manco_" #
Does not work!, unless I retype the number back into the cell does the prefix take effect and I can't do that with this lg column.

PLEASE SOMEONE HLP!!
Many pre thanks... KJ
Reply With Quote
  #2 (permalink)  
Old 12-11-04, 21:52
buckeye_td buckeye_td is offline
Registered User
 
Join Date: Sep 2004
Location: Charlotte, NC
Posts: 164
In another column, in the first cell type this:

="manco_"&A1

Replace A1 with whatever the cell is that has your information to be modified. After you see that this is providing you the right information, fill this data down to all of the other cells below it. Now, copy that whole column, and go to the column that has your original information and do a Paste Special and select Values. Now go back to the column that you had previously entered the formula in and delete it, since it will now say manco_manco_1234-10.

TD
Reply With Quote
  #3 (permalink)  
Old 12-13-04, 16:35
KJ_Miller KJ_Miller is offline
Registered User
 
Join Date: Mar 2004
Posts: 6
Hey thank you very much TD...

Your a lifesaver, it works perfectly!
On a related note... (since you soud like you know MS Ex really well)
How can I paste in a table of html in a cell without it getting all jumbled up (links all go together w/ reg text etc.)

Thank you!!!!

KJ
Reply With Quote
  #4 (permalink)  
Old 12-14-04, 18:07
surfacesys surfacesys is offline
Registered User
 
Join Date: Mar 2004
Location: Greenville, SC
Posts: 271
you can paste special... then pick text only.

That should work

Michael
__________________
Gotta to do some code
Reply With Quote
  #5 (permalink)  
Old 12-15-04, 09:39
KJ_Miller KJ_Miller is offline
Registered User
 
Join Date: Mar 2004
Posts: 6
Smile

Thanks Michael, I'll give it a try !
~Ken
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On