+ Reply to Thread
Results 1 to 5 of 5

Highlight lowest number

Hybrid View

  1. #1
    Jason Morin
    Guest

    Re: Highlight lowest number

    1. Select the range and name it "myrange" (no quotes).
    Press Ctrl+F3 or go to Insert > Name > Define.
    2. Go to Format > Conditional Formatting.
    3. Select "Formula Is" and put:
    =INDIRECT("rc",0)=MIN(myrange)
    4. Press the "Format" radio button and format as desired.

    HTH
    Jason
    Atlanta, GA

    >-----Original Message-----
    >Can you select a range and have the lowest number

    automatically be
    >highlighted in red?
    >thanks!
    >.
    >


  2. #2
    Dave Peterson
    Guest

    Re: Highlight lowest number

    Why not just use the address directly for the activecell?

    Select the range (say B12:F92) and with B12 the activecell:
    format|conditional formatting
    formula is:
    =b12=min($b$12:$f$92)

    (using the range name would still work and may be easier to decipher later.)



    Jason Morin wrote:
    >
    > 1. Select the range and name it "myrange" (no quotes).
    > Press Ctrl+F3 or go to Insert > Name > Define.
    > 2. Go to Format > Conditional Formatting.
    > 3. Select "Formula Is" and put:
    > =INDIRECT("rc",0)=MIN(myrange)
    > 4. Press the "Format" radio button and format as desired.
    >
    > HTH
    > Jason
    > Atlanta, GA
    >
    > >-----Original Message-----
    > >Can you select a range and have the lowest number

    > automatically be
    > >highlighted in red?
    > >thanks!
    > >.
    > >


    --

    Dave Peterson

+ 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