+ Reply to Thread
Results 1 to 4 of 4

Conditional Formating formula based on a number between a low and high number

  1. #1
    Forum Contributor
    Join Date
    06-15-2010
    Location
    Oklahoma
    MS-Off Ver
    Excel 2019
    Posts
    168

    Question Conditional Formating formula based on a number between a low and high number

    Attempting to highlight a cell if it falls between a low number and a high number. My conditional format formula is currently IF(AND($D$24>0,$D$24<$F$24). This formula returns a dialogue box stating "missing a parentheses. Currently Cell D24 is 50,000 and Cell F24 is 100,000. I wish for cell F24 to be highlighted because D24 is more than 0 but less than 100,000.

    Thank you for your consideration

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Conditional Formating formula based on a number between a low and high number

    Drop the IF and try this instead...

    =AND($D$24>0,$D$24<$F$24)
    HTH
    Regards, Jeff

  3. #3
    Forum Contributor
    Join Date
    06-15-2010
    Location
    Oklahoma
    MS-Off Ver
    Excel 2019
    Posts
    168

    Re: Conditional Formating formula based on a number between a low and high number

    Fantastic Jeff. Thanks for the help.

  4. #4
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Conditional Formating formula based on a number between a low and high number

    You are very welcome and thanks for the rep and feedback!

+ 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] How To High light using Conditional Formating
    By azbi in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 05-08-2018, 03:42 AM
  2. Copy X Number of Rows Based on Checkbox, and Calculate High Point?
    By djpony in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-26-2011, 05:01 PM
  3. How to do conditional formating of abs number vs integer?
    By Lewis Koh in forum Excel General
    Replies: 6
    Last Post: 04-24-2010, 08:31 AM
  4. Time (clock) times a number= very high number?
    By saadeet in forum Excel General
    Replies: 2
    Last Post: 04-02-2009, 11:24 AM
  5. Number Formating based on Formula
    By pauluk in forum Excel General
    Replies: 3
    Last Post: 12-05-2006, 09:20 AM
  6. Why can't Conditional Formatting do other formating such as number
    By Gene Herron in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-13-2006, 02:10 PM
  7. [SOLVED] Conditional Formating-a plain number
    By bell7526 in forum Excel General
    Replies: 2
    Last Post: 05-25-2005, 05:43 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