Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 157
Default 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


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 136
Default 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


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 157
Default 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




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,651
Default 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
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Range Breakup trans Excel Discussion (Misc queries) 9 November 30th 07 10:41 PM
How to Breakup text in to two parts ina cell ramana Excel Worksheet Functions 4 November 30th 05 05:53 AM
I need to breakup an address in a cell............... Tony Excel Discussion (Misc queries) 5 September 1st 05 08:04 PM
breakup spreadsheets hef[_7_] Excel Programming 3 November 24th 03 06:54 PM
breakup spreadsheets hef[_6_] Excel Programming 0 November 24th 03 03:35 PM


All times are GMT +1. The time now is 04:54 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"