![]() |
Adding text without erasing previous text?
I run a store with over 5000 products and I upload them by excel. My 5000
products have data already in there cells. I need to add addition information without erasing the previous data already entered over the 5000 products in the cell. How do I do this? |
Answer: Adding text without erasing previous text?
By following these steps, you can add additional information to your cells without erasing the previous data that you have already entered. This will allow you to update your product information without having to start from scratch. |
Answer: Adding text without erasing previous text?
For example, if you want to add the word "new" to the end of the data in cell A1, the formula would be: Code:
=concatenate(A1,"new") |
Adding text without erasing previous text?
hi
several ways to do this. not sure what version on excel you have but in 2003 on the menu bar..... toolsoptionsedit tabcheck as see if the "edit directly in cell" box is checked. if it is, you can edit the cell by double clicking the cell to go to edit mode or pressing the F2 key. if not, and you may not want to (i don't), you can leave it unchecked, ok out. do the following instead. with the mouse click into the formula bar. that is the long blank strip above the sheet which also display the cell contents. you can edit there. or click the F2 key. that will put in into edit mode (in the fomula bar). regards FSt1 "Adding Text Without Deleting" wrote: I run a store with over 5000 products and I upload them by excel. My 5000 products have data already in there cells. I need to add addition information without erasing the previous data already entered over the 5000 products in the cell. How do I do this? |
Adding text without erasing previous text?
Do you want to add the same text to each of the 5000 products?
Assuming the products are in column A starting at A1 In B1 enter =A1 & " " & "more text" Double-click the fill handle to copy down. Select column B and copypaste specialvaluesokesc Delete column A If different text for each product...................F2 to get into edit mode then ad the text. Gord Dibben MS Excel MVP On Sat, 6 Jun 2009 20:36:01 -0700, Adding Text Without Deleting <Adding Text Without Deleting @discussions.microsoft.com wrote: I run a store with over 5000 products and I upload them by excel. My 5000 products have data already in there cells. I need to add addition information without erasing the previous data already entered over the 5000 products in the cell. How do I do this? |
Adding text without erasing previous text?
I am so happy that there are people like you around to help people without as
much knowledge Gord. I am so excited that you helped me. Thank you so much!!!! :) "Gord Dibben" wrote: Do you want to add the same text to each of the 5000 products? Assuming the products are in column A starting at A1 In B1 enter =A1 & " " & "more text" Double-click the fill handle to copy down. Select column B and copypaste specialvaluesokesc Delete column A If different text for each product...................F2 to get into edit mode then ad the text. Gord Dibben MS Excel MVP On Sat, 6 Jun 2009 20:36:01 -0700, Adding Text Without Deleting <Adding Text Without Deleting @discussions.microsoft.com wrote: I run a store with over 5000 products and I upload them by excel. My 5000 products have data already in there cells. I need to add addition information without erasing the previous data already entered over the 5000 products in the cell. How do I do this? |
Quote:
With the original column gone the data disappears, what I am trying to do is this. I have catalogs from my companies of products I sell. I want to be able to add lines at the same time. Here is a pic of what i'm trying to do, except 100's to 1000's of items with different lines of text. ![]() |
Quote:
|
All times are GMT +1. The time now is 10:04 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com