Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 50
Default Split text to compare

Dear all

I have a code extracted A1 from the system and looks like. Bill.Eko1
Bill.Eko37
Bill.Eko123

There is any possible way to keep from the code the right part of the code,
anything after to dot (Eko1, Eko37, Eko 123.) and compare it with a text in
next cell B1

To compare them in C1.

Thanks in advance
Manos
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Split text to compare

Something like this maybe...

=MID(A1,FIND(".",A1)+1,99)=B1

Rick


"Manos" wrote in message
...
Dear all

I have a code extracted A1 from the system and looks like. Bill.Eko1
Bill.Eko37
Bill.Eko123

There is any possible way to keep from the code the right part of the
code,
anything after to dot (Eko1, Eko37, Eko 123.) and compare it with a text
in
next cell B1

To compare them in C1.

Thanks in advance
Manos


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Split text to compare

Here is another way to do it also...

=COUNTIF(A1,"*."&B1)=1

Rick


"Rick Rothstein (MVP - VB)" wrote in
message ...
Something like this maybe...

=MID(A1,FIND(".",A1)+1,99)=B1

Rick


"Manos" wrote in message
...
Dear all

I have a code extracted A1 from the system and looks like. Bill.Eko1
Bill.Eko37
Bill.Eko123

There is any possible way to keep from the code the right part of the
code,
anything after to dot (Eko1, Eko37, Eko 123.) and compare it with a text
in
next cell B1

To compare them in C1.

Thanks in advance
Manos



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 50
Default Split text to compare

Thanks

"Rick Rothstein (MVP - VB)" wrote:

Something like this maybe...

=MID(A1,FIND(".",A1)+1,99)=B1

Rick


"Manos" wrote in message
...
Dear all

I have a code extracted A1 from the system and looks like. Bill.Eko1
Bill.Eko37
Bill.Eko123

There is any possible way to keep from the code the right part of the
code,
anything after to dot (Eko1, Eko37, Eko 123.) and compare it with a text
in
next cell B1

To compare them in C1.

Thanks in advance
Manos



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
How to split up text Hilton Excel Worksheet Functions 5 July 10th 08 11:50 AM
Split a text Manos Excel Worksheet Functions 7 October 17th 07 05:51 PM
Split text without using data-text to columns Jambruins Excel Discussion (Misc queries) 7 January 21st 06 02:16 PM
Split Text Gabe Excel Discussion (Misc queries) 6 January 4th 06 09:52 PM
text cells end page how split to next. Text lost! Elaine Excel Discussion (Misc queries) 1 August 28th 05 05:48 PM


All times are GMT +1. The time now is 11:39 PM.

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"