+ Reply to Thread
Results 1 to 8 of 8

Conditional format assistance

Hybrid View

  1. #1
    P Sitaram
    Guest

    Re: Conditional format assistance

    =(LEN(C4)*(C4<A1))


  2. #2
    Bobby
    Guest

    Re: Conditional format assistance



    "P Sitaram" wrote:

    > =(LEN(C4)*(C4<A1))
    >
    >


    Thanks for that it worked perfectly. How does that formula work?

    I looked in the excel help pages for the LEN command but it was as much use
    as a chocolate fire guard. It did not explain anything to me.

  3. #3
    P Sitaram
    Guest

    Re: Conditional format assistance

    LEN returns the length of the cell entry, giving 0 when there is none.
    So, the formula can result in:
    0*0 = 0 i.e., FALSE
    O*1 = 0 -do-
    +ve number *0 = 0 -do-
    +ve number*1 = +ve number i.e., TRUE


+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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