Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: Kiral Demir   on Mar 09 In MS Office Category.

  
Question Answered By: Adel Fischer   on Mar 09

You have most likely finished it all by now. I just had a suggestion for
the ".rib" and ".RIB" issue. By using an IF and ISERR statements, you
should be able to capture anyone of the two in the same formula.

=IF(ISERR(MID(L13,FIND("SMTP:",L13)+0,FIND(".rib",L13)-FIND("SMTP:",L13)
--4))=TRUE,MID(L13,FIND("SMTP:",L13)+0,FIND(".RIB",L13)-FIND("SMTP:",L13
)--4),MID(L13,FIND("SMTP:",L13)+0,FIND(".rib",L13)-FIND("SMTP:",L13)--4)
)

SMTP:john.smith@...
SMTP:john.smith@...

Share: 

 

This Question has 12 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Need help with code to find data within a cell Or get search suggestion and latest updates.


Tagged: