+ Reply to Thread
Results 1 to 3 of 3

Conditional formatting with multiple conditions

Hybrid View

  1. #1
    Registered User
    Join Date
    05-15-2007
    Posts
    35

    Conditional formatting with multiple conditions

    I'm pretty new to conditional formatting so hopefully this is easier than I'm making it out. What formula can I use to highlight cells that meet the following two conditions... 1) DOES NOT contain an = sign and 2) contains a number <> 0.

    I have a worksheet that's used to retrieve essbase data and that same worksheet also has columns for user input. Since Essbase doesn't work well with data entered straight into a cell it will wipe out any user entered data without an equals sign (don't ask). So I'm trying to set a conditional format that will highlight any cells where the user just entered the number without an equal sign. Then I can go into those cells and add the equal sign. If you have other ideas I'm more than open. If it were up to me I would have built a different model but I wasn't involved in the design.

    Thanks in advance
    Bill

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Conditional formatting with multiple conditions

    Hi,

    If you have Excel 2013 then the answer is much simpler since there is a specific ISFORMULA() function that you can use.
    Without it we'll have to resort to a more esoteric approach which has its roots in the XLM predecessor language to VBA macros.

    First create a name 'IsFormula' and define it as

    Formula: copy to clipboard
    =GET.CELL(48,INDIRECT("rc",FALSE))


    Now use conditional format on the cells in question using the 'Use a formula....' method defined as

    Formula: copy to clipboard
    =AND($A2<>0,NOT(IsFormula))
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Registered User
    Join Date
    05-15-2007
    Posts
    35

    Re: Conditional formatting with multiple conditions

    Unfortunately I'm still on Excel 2010. I gave ISFORMULA a try but it didn't help. You got my hopes up there. There isn't a basic formula that will take care of it? I was hoping it was something simple that I was just overlooking.

+ 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. Multiple Conditions for Conditional Formatting
    By b1769847@rmqkr.net in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 03-28-2014, 11:29 AM
  2. [SOLVED] conditional formatting -multiple conditions
    By KK1234 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 07-31-2013, 05:51 PM
  3. Conditional Formatting with multiple conditions
    By naaz in forum Excel General
    Replies: 5
    Last Post: 06-05-2012, 03:21 AM
  4. Excel 2007 : Conditional formatting - multiple conditions
    By SIXFORTYSIX in forum Excel General
    Replies: 3
    Last Post: 09-15-2010, 02:33 PM
  5. Conditional Formatting with multiple conditions
    By Tink in forum Excel Programming / VBA / Macros
    Replies: 16
    Last Post: 06-11-2009, 01:37 PM

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