+ Reply to Thread
Results 1 to 2 of 2

Another Conditional Formatting Question

  1. #1
    Registered User
    Join Date
    04-17-2014
    Location
    Zürich
    MS-Off Ver
    Excel 2007
    Posts
    9

    Another Conditional Formatting Question

    Hi, I understand you can't hijack another thread so I'm starting this separate one. I have a backlog template into which I post a daily order backlog that I extract from and Oracle Discoverer report. Some order have shipping sets, others do not, depending on whether the customer will accept partial shipments. The default entry from an order with no ship set is NULL.

    I'm trying to set a conditional format whereby any cell that doesn't contain NULL (i.e has a ship set) will be formatted red to highlight this to my order release team.

    I tried using "use a formula to determine which cells to format," and set the rule as =$C$1<>"NULL" but that isn't working. The column format is general, and I've also tried setting the format as text.

    This is about the extent of my knowledge here - help!

    Thanks.

  2. #2
    Forum Contributor
    Join Date
    12-09-2013
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    171

    Re: Another Conditional Formatting Question

    Hi, Try this...

    instead of using the formula =$C$1<>"NULL"

    just use the following =IF(C1<>"NULL",1,0)

    Thanks
    Bhanu
    Like my answer, then click * below

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Conditional Formatting Question
    By aborg88 in forum Excel General
    Replies: 8
    Last Post: 04-26-2012, 05:22 AM
  2. Conditional formatting question
    By cyncarrier in forum Excel General
    Replies: 2
    Last Post: 01-14-2011, 02:38 PM
  3. Conditional Formatting Question
    By stuben in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 01-31-2007, 04:22 PM
  4. Conditional Formatting Question
    By JEE in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-18-2006, 04:58 AM
  5. Conditional Formatting question
    By Nymphadora in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 11-15-2006, 10:53 AM

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