|  

» Extract the last word in a cell in Microsoft Excel

Enter the following text in cell A1: Are you going to Disneyland?

Use the Following Function:
=RIGHT(A1,LEN(A1)-FIND("*",SUBSTITUTE(A1," ","*",LEN(A1)-LEN(SUBSTITUTE(A1," ","")))))

The result: Disneyland?

Rate This Tip
12 34 5
Rating: 4.48     Views: 110651
Greetings,
taylor  Posted on: 31-12-1969
Greetings,

I am trying to see if there is a way to join two different colums of text into on colum? I am trying to populate my web store with these products from my distributor. One colum has the product name such a ARG12 and then the second colum has "noimage.gif" but I changed "noimage.gif" to just ".gif" now if i could only find a way to merge or joing these two colums, then the image names would all be easily imported (there over 2000) and having to manually type a ".gif" after each one would take forever...There must be a way to merge two colums of text? or a way to easily do this so that i end up with ARG12.gif in one colum?

Anyone?
Thanks,

-taylor reaume
Loopwise.com
tre@loopwise.com
AIM Y! MSN loopwisechat
Taylor:
The Mace  Posted on: 31-12-1969
you might want to concatenate or 'join' those cells. if you're just working with text files, its quite easy.

example:

you have "ARG12" in A1, and ".gif" in B1

=CONCATENATE(A1,B1)

this would result to: "ARG12.gif"

if all those texts are on just TWO columns, you'd want to use this formula instead so that excel can have a reference point:

=CONCATENATE($A1,$B1)

hope this helps.

The Mace
just-another-bum-on-this-planet
seek_me32@hotmail.com
Name
Comment Title
Comments