+ Reply to Thread
Results 1 to 5 of 5

Any text or number and the cell will be colored from conditional formatting

  1. #1
    Forum Contributor
    Join Date
    05-10-2019
    Location
    Penang, Malaysia
    MS-Off Ver
    2016
    Posts
    262

    Any text or number and the cell will be colored from conditional formatting

    Hi All,

    What i have been doing is just ISBLANK from the conditional formatting with no format & manually colored the cell. But what im trying to achieve is making the cell colored for any text/numbers being entered, but no luck. i guess, by using wildcards?

    Any help is greatly appreciated.

    Please find attachment.

    Thank-You very much
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    04-23-2012
    Location
    New Jersey, USA
    MS-Off Ver
    Excel 365
    Posts
    2,410

    Re: Any text or number and the cell will be colored from conditional formatting

    Try using LEN>0 since any cell with text or numbers will have a length of one or more whereas blank cells will have length zero.

  3. #3
    Forum Contributor
    Join Date
    05-10-2019
    Location
    Penang, Malaysia
    MS-Off Ver
    2016
    Posts
    262

    Re: Any text or number and the cell will be colored from conditional formatting

    Hi Rick,

    You mean, =LEN(A2>0) from the conditional formatting? it doesnt work

    Thank-You very much

  4. #4
    Forum Guru
    Join Date
    04-23-2012
    Location
    New Jersey, USA
    MS-Off Ver
    Excel 365
    Posts
    2,410

    Re: Any text or number and the cell will be colored from conditional formatting

    You have your parentheses wrong. As you wrote it, you are getting the length of either TRUE or FALSE depending on whether the value in cell A2 is greater than zero or not. This is how you should write it...

    =LEN(A2)>0

    This way, you are getting the length of whatever is in cell A2 and seeing if that length is greater than zero or not.
    Last edited by Rick Rothstein; 07-28-2020 at 02:01 AM.

  5. #5
    Forum Contributor
    Join Date
    05-10-2019
    Location
    Penang, Malaysia
    MS-Off Ver
    2016
    Posts
    262

    Re: Any text or number and the cell will be colored from conditional formatting

    Ooop...my bad

    yes, it works!
    Will mark this thread to Solved & added reputation to you.

    Thank-You very much

+ 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] Sum colored cells with same mixed data (number and text) in cell
    By Pegi in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-02-2019, 09:40 AM
  2. [SOLVED] Conditional Formatting - Dates to be Colored on Calendar
    By ExcelSponge in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-28-2015, 07:17 PM
  3. Replies: 1
    Last Post: 11-09-2013, 02:43 AM
  4. [SOLVED] Conditional Formatting with Colored Arrows
    By garrett.grillo in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 01-21-2013, 09:24 PM
  5. Conditional Formatting where text in another cell translate to a number
    By tstaller in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-05-2012, 12:52 PM
  6. conditional formatting and colored cells
    By henro8 in forum Excel General
    Replies: 9
    Last Post: 07-10-2008, 03:12 PM
  7. Replies: 5
    Last Post: 05-12-2006, 09:23 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