+ Reply to Thread
Results 1 to 8 of 8

Conditional format with multiple condition

  1. #1
    Registered User
    Join Date
    10-06-2016
    Location
    india
    MS-Off Ver
    2007
    Posts
    32

    Conditional format with multiple condition

    hi, I want to add multiple condition for conditional format, example column "A" has number and text and i want to highlight the cell which has only numbers but the number should be greater than zero. please help me to clear this issue. many thanks in advance.

    BR
    Cool Sab

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,364

    Re: Conditional format with multiple condition

    You can use AND and OR, just as you can in normal formulae, to mix and match multiple conditions.
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  3. #3
    Registered User
    Join Date
    10-06-2016
    Location
    india
    MS-Off Ver
    2007
    Posts
    32

    Re: Conditional format with multiple condition

    Its not working i use the formula
    Please Login or Register  to view this content.

  4. #4
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,899

    Re: Conditional format with multiple condition

    Not quote:

    =AND(ISNUMBER(A1);A1>0)

  5. #5
    Registered User
    Join Date
    10-06-2016
    Location
    india
    MS-Off Ver
    2007
    Posts
    32

    Re: Conditional format with multiple condition

    Still it is not working...! Please see the attached excel error image for your reference.
    ERROR.png

  6. #6
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,913

    Re: Conditional format with multiple condition

    =AND(ISNUMBER(A1);A1>0)
    change the above as ,
    like
    =AND(ISNUMBER(A1),A1>0)
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  7. #7
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,899

    Re: Conditional format with multiple condition

    Please see attached:
    Attached Files Attached Files

  8. #8
    Registered User
    Join Date
    10-06-2016
    Location
    india
    MS-Off Ver
    2007
    Posts
    32

    Re: Conditional format with multiple condition

    Thank you so much, it works

+ 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. VBA Conditional Format Cells based on multiple condition
    By nimesh29 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 10-19-2017, 04:39 PM
  2. [SOLVED] Format for multiple condition on a single cell
    By mark_merc in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-06-2014, 07:15 AM
  3. [SOLVED] Conditional format one cell if any cells in column meet condition
    By jben86 in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 08-24-2013, 01:04 AM
  4. [SOLVED] Conditional Format - adding several data cells for one condition
    By JerBear in forum Excel - New Users/Basics
    Replies: 5
    Last Post: 05-01-2013, 09:47 AM
  5. Conditional Format where condition is based on external cells
    By MNPhats in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 11-07-2011, 05:07 PM
  6. Replies: 5
    Last Post: 01-20-2009, 01:40 PM
  7. Conditional format colours and text upon cell condition?
    By andyrabbit in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-23-2008, 02:28 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