Results 1 to 7 of 7

Identifying if a cell contains specific text

Threaded View

  1. #2
    Registered User
    Join Date
    04-02-2007
    Posts
    35

    code or formulaes??

    do you want to do it via code or would you prefer formulaes?? possible with both.

    if you make the assumption that the word you want is split by '_' start and end you can try the below ...

    =MID(A1,(FIND("_",A1,1)+1),(FIND("_",A1,(FIND("_",A1,1)+1))-(FIND("_",A1,1)+1)))

    name of file in A1
    Last edited by mus_mo2049; 01-29-2008 at 12:28 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1