Results 1 to 7 of 7

Thread: Nested Search Function Excel Formula

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Junior Member Haseeb A's Avatar
    Join Date
    Apr 2011
    Posts
    21
    Rep Power
    0
    If always be a "_" after 'Acrobat*', try this version.

    =REPLACE(O9,1,FIND("_",O9,SEARCH("Acrobat",O9)),"" )

  2. #2
    Forum Guru Rick Rothstein's Avatar
    Join Date
    Feb 2012
    Posts
    662
    Rep Power
    15
    Quote Originally Posted by Haseeb A View Post
    If always be a "_" after 'Acrobat*', try this version.

    =REPLACE(O9,1,FIND("_",O9,SEARCH("Acrobat",O9)),"" )
    Assuming the word "Acrobat" cannot appear before the words "AcrobatPro" or "AcrobatFamily", Haseeb's formula is nice and simple and gets my vote. However, if the word "Acrobat" could possibly appear before the words "AcrobatPro" or "AcrobatFamily", then you could consider a formula like this one...

    =TRIM(RIGHT(SUBSTITUTE(SUBSTITUTE(O1,"AcrobatFamil y","AcrobatPro"),"_AcrobatPro_",REPT(" ",999)),999))

Similar Threads

  1. Use Native Excel Function Lookup Formula In VBA
    By ramananhrm in forum Excel Help
    Replies: 8
    Last Post: 05-03-2013, 09:10 AM
  2. Nested If Formula With Multiple Conditions
    By lprc in forum Excel Help
    Replies: 10
    Last Post: 04-22-2013, 07:27 PM
  3. Excel Nested IF Function With 3 Conditions
    By patsir in forum Excel Help
    Replies: 3
    Last Post: 08-25-2012, 07:15 PM
  4. VBA Function to Search in Array
    By Admin in forum Excel and VBA Tips and Tricks
    Replies: 0
    Last Post: 04-10-2012, 11:34 AM
  5. Excel Nested IF 3 Condition Formula
    By yomgi in forum Excel Help
    Replies: 2
    Last Post: 02-20-2012, 11:50 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •