A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Check the lasta character



 
 
Thread Tools Display Modes
  #1  
Old April 19th, 2010, 09:21 AM posted to microsoft.public.excel.worksheet.functions
Manos
external usenet poster
 
Posts: 54
Default Check the lasta character

Dear All

i have a range of coding where some of them are ending in letter I.
There is any way to group all of them?
Or is it possible to create an if function when the code in ending in I
gives true and else false.

Thanks in advance for your valuable time....

  #2  
Old April 19th, 2010, 09:24 AM posted to microsoft.public.excel.worksheet.functions
Roger Govier[_8_]
external usenet poster
 
Posts: 338
Default Check the lasta character

Hi Manos

=IF(RIGHT(A1,1)="I",True,False)
--
Regards
Roger Govier

Manos wrote:
Dear All

i have a range of coding where some of them are ending in letter I.
There is any way to group all of them?
Or is it possible to create an if function when the code in ending in I
gives true and else false.

Thanks in advance for your valuable time....

  #3  
Old April 19th, 2010, 09:35 AM posted to microsoft.public.excel.worksheet.functions
Mike H
external usenet poster
 
Posts: 8,419
Default Check the lasta character

Maybe this

=RIGHT(A1,1)="I"
--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.


"Manos" wrote:

Dear All

i have a range of coding where some of them are ending in letter I.
There is any way to group all of them?
Or is it possible to create an if function when the code in ending in I
gives true and else false.

Thanks in advance for your valuable time....

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 12:47 PM.


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