ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Breakup cells having 2 words with a blank between them (https://www.excelbanter.com/excel-programming/300644-breakup-cells-having-2-words-blank-between-them.html)

Hari[_3_]

Breakup cells having 2 words with a blank between them
 
Hi,

Please tell me an appropriate formula which wud give the contents of the
cell after the blank.

That is if I have "aasd ghyu" , "ert ui", "njiiippi q" in 3 different cells
then I wud like a formula which wud give me "ghyu", "ui" and "q" as answers
in 3 seperate cells.

Please note number of letters in the first word and number of letters in the
second word are variable.

I dont want to use text to columns as I want to automate this process and
use the results in some other formula.

Regards,
Hari
India



JWolf

Breakup cells having 2 words with a blank between them
 
If text is in A1, enter the following in another cell:
=RIGHT(A1,LEN(A1)-SEARCH(" ",A1))

This only works if there are two words.

Hari wrote:

Hi,

Please tell me an appropriate formula which wud give the contents of the
cell after the blank.

That is if I have "aasd ghyu" , "ert ui", "njiiippi q" in 3 different cells
then I wud like a formula which wud give me "ghyu", "ui" and "q" as answers
in 3 seperate cells.

Please note number of letters in the first word and number of letters in the
second word are variable.

I dont want to use text to columns as I want to automate this process and
use the results in some other formula.

Regards,
Hari
India



Hari[_3_]

Breakup cells having 2 words with a blank between them
 
Hi JW,

Thanx a lot for ur help. Im able to do what I wanted. ( yes there are only 2
words in a cell)

Regards,
Hari
India


"JWolf" wrote in message
. ..
If text is in A1, enter the following in another cell:
=RIGHT(A1,LEN(A1)-SEARCH(" ",A1))

This only works if there are two words.

Hari wrote:

Hi,

Please tell me an appropriate formula which wud give the contents of the
cell after the blank.

That is if I have "aasd ghyu" , "ert ui", "njiiippi q" in 3 different

cells
then I wud like a formula which wud give me "ghyu", "ui" and "q" as

answers
in 3 seperate cells.

Please note number of letters in the first word and number of letters in

the
second word are variable.

I dont want to use text to columns as I want to automate this process

and
use the results in some other formula.

Regards,
Hari
India





Ron Rosenfeld

Breakup cells having 2 words with a blank between them
 
On Mon, 7 Jun 2004 22:08:41 +0530, "Hari" wrote:

Hi,

Please tell me an appropriate formula which wud give the contents of the
cell after the blank.

That is if I have "aasd ghyu" , "ert ui", "njiiippi q" in 3 different cells
then I wud like a formula which wud give me "ghyu", "ui" and "q" as answers
in 3 seperate cells.

Please note number of letters in the first word and number of letters in the
second word are variable.

I dont want to use text to columns as I want to automate this process and
use the results in some other formula.

Regards,
Hari
India


=MID(A1,FIND(" ",A1),255)


--ron


All times are GMT +1. The time now is 04:49 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com