RIGHT not doing anything

O

Outlook, eh?

Greetings,

I am using Excel 2007. In column A:

Joe Smith

In column B I enter:
=RIGHT(A1,LEN(A1)-FIND("*", SUBSTITUTE(A1,"
","*",LEN(A1)-LEN(SUBSTITUTE(A1," ","")))))

in order extract the last name. I can't do text to columns because we have
many names with one or more middle names, titles, etc...

Anyway, when I hit enter at after the last parenthesis, nothing happens. No
error, nothing...

Please advise and many thanks,
-B
 
B

Bernard Liengme

Your formula works just fine for me
Try again

BTW: the general newsgroup is much beter than this one
 
S

Stig-Arne Nordin

If the right function just sits there the perhaps your data which it operates on is formatted as a number? I've had major some hassles with text functions operating on non-text fields. Excel-function just won't compute.



Outlook, eh? wrote:

RIGHT not doing anything
21-Jan-10

Greetings

I am using Excel 2007. In column A

Joe Smit

In column B I enter
=RIGHT(A1,LEN(A1)-FIND("*", SUBSTITUTE(A1,
","*",LEN(A1)-LEN(SUBSTITUTE(A1," ",""))))

in order extract the last name. I cannot do text to columns because we hav
many names with one or more middle names, titles, etc..

Anyway, when I hit enter at after the last parenthesis, nothing happens. N
error, nothing..

Please advise and many thanks
-B

Previous Posts In This Thread:


Submitted via EggHeadCafe - Software Developer Portal of Choice
C# Email without SMTP Service or CDO
http://www.eggheadcafe.com/tutorial...81-607e21a3a104/c-email-without-smtp-ser.aspx
 
S

Stig-Arne Nordin

are your data formatted as numbers? if not your text function won't compute.



Outlook, eh? wrote:

RIGHT not doing anything
21-Jan-10

Greetings

I am using Excel 2007. In column A

Joe Smit

In column B I enter
=RIGHT(A1,LEN(A1)-FIND("*", SUBSTITUTE(A1,
","*",LEN(A1)-LEN(SUBSTITUTE(A1," ",""))))

in order extract the last name. I cannot do text to columns because we hav
many names with one or more middle names, titles, etc..

Anyway, when I hit enter at after the last parenthesis, nothing happens. N
error, nothing..

Please advise and many thanks
-B

Previous Posts In This Thread:


Submitted via EggHeadCafe - Software Developer Portal of Choice
Binary Data With SQLite and its ADO.NET Provider
http://www.eggheadcafe.com/tutorial...5-ef5f14776faa/binary-data-with-sqlite-a.aspx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top