+ Reply to Thread
Results 1 to 8 of 8

If formula where cell contains a range of values

Hybrid View

  1. #1
    Valued Forum Contributor
    Join Date
    08-14-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    573

    Re: If formula where cell contains a range of values

    Oh i missed the last line. This formula returns true/false only. If you want, put the formula structure as Pete_Uk mentioned.
    Formula: copy to clipboard
    =IF(ISNUMBER(MATCH("*DW-EXP*",A1,0)),"DW-EXP",IF(ISNUMBER(MATCH("*DW-DEP*",A1,0)),"DW-DEP",IF(ISNUMBER(MATCH("*AW-EXP*",A1,0)),"AW-EXP",FALSE)))

  2. #2
    Registered User
    Join Date
    10-18-2012
    Location
    Scotland
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: If formula where cell contains a range of values

    Thanks for the help :-)

+ Reply to Thread

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