+ Reply to Thread
Results 1 to 10 of 10

Conditional Format Based on a Defined Range

Hybrid View

  1. #1
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: Conditional Format Based on a Defined Range

    @ FD
    2010 can ref another sheet for CF

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,732

    Re: Conditional Format Based on a Defined Range

    Quote Originally Posted by Cutter View Post
    2010 can ref another sheet for CF
    True, and also if a named range is being used (as in this case) then you can refer to a range on another sheet, even in Excel 2003 or 2007, indeed that's the standard method suggested to get round the problem - use a named range.

    Note: as MATCH returns either a number or #N/A you can shorten the CF formula by using ISNA rather than NOT(ISNUMBER, i.e.

    =ISNA(MATCH(F6,PrimaryVendor,0))

    ...or even use COUNTIF....

    =COUNTIF(PrimaryVendor,F6)=0
    Audere est facere

  3. #3
    Forum Contributor
    Join Date
    01-09-2012
    Location
    Rochester Hills, United States
    MS-Off Ver
    Excel 2010
    Posts
    161

    Re: Conditional Format Based on a Defined Range

    Quote Originally Posted by daddylonglegs View Post
    True, and also if a named range is being used (as in this case) then you can refer to a range on another sheet, even in Excel 2003 or 2007, indeed that's the standard method suggested to get round the problem - use a named range.

    Note: as MATCH returns either a number or #N/A you can shorten the CF formula by using ISNA rather than NOT(ISNUMBER, i.e.

    =ISNA(MATCH(F6,PrimaryVendor,0))

    ...or even use COUNTIF....

    =COUNTIF(PrimaryVendor,F6)=0
    Cool. Thanks for the tips.
    Nothing is absolute - a paradox in itself.

    Indirect Dynamic Data Validation (scroll to the bottom of the page)

+ 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