Ask Experts Questions for FREE Help !
Ask
    dragster1090's Avatar
    dragster1090 Posts: 24, Reputation: 1
    New Member
     
    #1

    Nov 17, 2010, 12:46 PM
    Combine text and numbers from different cells into one cell by using a formula
    How can I Combine text and numbers from different cells (these cells are E1 through E590 and F1 through F590, I need to combine E1 with F1, E2 with F2 etc.) into one of the existing cells by using a formula or a function. I am not good with Excel 2003 and do not understand what I have found in excels help.
    JBeaucaire's Avatar
    JBeaucaire Posts: 5,426, Reputation: 997
    Software Expert
     
    #2

    Nov 18, 2010, 01:23 AM

    In G1 (or any empty cell on row 1) put this formula, then copy downward to G590:

    =E1 & F1
    chathacc's Avatar
    chathacc Posts: 2, Reputation: 1
    New Member
     
    #3

    Dec 18, 2010, 01:46 PM
    You can also use " " to add a space or comma (i.e. ", ")

    So you would just type in =E1&F1 to combine the information

    You can also do =E1&" "&F1 if you want to include a space

    Or =E1&", "&F1 if you want to add a comma

    You can add any text you would like between the two cells using quotes (i.e "")

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

How to is a cell dectected as a infected cell-by virus By the White cells ? [ 2 Answers ]

How to is a cell dectected as a infected cell-by virus By the White cells ?

Combine. Assume that all varibles represent nonnegative real numbers [ 1 Answers ]

sqrt 72x^3 -x sqrt 8x = combine. Assume that all varibles represent nonnegative real numbers (type and exact answer, using radicals as needed. Simplify your answer.

Using Count to get the number of cells in a column that contain text [ 4 Answers ]

I'm trying to just count the number of cells in a column that have text in them. I used a formula given in one of the previous questions and got a return of #NUM. The fomula I tried was =Sumproduct((Callsign <>"")/Count if (Callsign, Callsign & ""))

Combine rows of text into one cell [ 12 Answers ]

Hi everyone I hope you are all well! I have an excel problem and it would be much appreciated if someone has the time to take a look... In column A I have product names, in B I have product categories and in C:H the product categories from column B are titles and the name of the subcategory...

Returning text from several cells into one cell [ 5 Answers ]

I would like to return the following information Cell A1 Cell B1 Cell C1 One Two Three In one cell. The answer could be a combination of the possible combinations. Obviously the formula may have some condiational statements (IF) as well as a macro that concactenates. One: Two:...


View more questions Search