+ Reply to Thread
Results 1 to 4 of 4

Put Define Name in IF function

  1. #1
    Forum Contributor
    Join Date
    05-09-2010
    Location
    Malaysia
    MS-Off Ver
    Excel 2010
    Posts
    212

    Put Define Name in IF function

    Hi All,

    How to put define name into IF function.

    I had create formula below, it was not work.
    If I change the define name to selected name, formula was work.
    Please refer to attachment and advice.


    IF(D8="","",IF(C8=TypeOther,IF(F8=D8,IF(D8>=250,250,D8),IF(D8>=200,200,D8)),IF(D8>=150,150,D8)))

    Thank you
    Attached Files Attached Files
    Last edited by Shermaine2010; 08-19-2011 at 05:52 AM.

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,004

    Re: Put Define Name in IF function

    Try instead of C8=TypeOther:

    ISNUMBER(MATCH(C9, TypeOther, 0))
    Never use Merged Cells in Excel

  3. #3
    Forum Contributor
    Join Date
    05-09-2010
    Location
    Malaysia
    MS-Off Ver
    Excel 2010
    Posts
    212

    Re: Put Define Name in IF function

    zbor : Thank you very much.

  4. #4
    Forum Contributor
    Join Date
    05-09-2010
    Location
    Malaysia
    MS-Off Ver
    Excel 2010
    Posts
    212

    Re: Put Define Name in IF function

    Done...........
    Last edited by Shermaine2010; 08-19-2011 at 05:51 AM.

+ 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