+ Reply to Thread
Results 1 to 3 of 3

highlight largest number in a row

  1. #1
    snmcpa
    Guest

    highlight largest number in a row

    I am working on a spreadsheet and want the highest number in a row to be
    highlighted. Can someone tell me how to format this to work automatically.

  2. #2
    Pierre
    Guest

    Re: highlight largest number in a row


    snmcpa wrote:
    > I am working on a spreadsheet and want the highest number in a row to be
    > highlighted. Can someone tell me how to format this to work automatically.


    In a cell on your sheet lets say C1 enter =LARGE(A2:A7,1) which looks
    for the largest number in the range.
    This assumes the range to look for the largest value is A2:A7.

    Now use conditional formatting in the range A2:A7, if the value in the
    range is equal to the result in C1, format to your liking with borders,
    background colors, etc.

    Pierre


  3. #3
    snmcpa
    Guest

    Re: highlight largest number in a row

    Thanks.

    "Pierre" wrote:

    >
    > snmcpa wrote:
    > > I am working on a spreadsheet and want the highest number in a row to be
    > > highlighted. Can someone tell me how to format this to work automatically.

    >
    > In a cell on your sheet lets say C1 enter =LARGE(A2:A7,1) which looks
    > for the largest number in the range.
    > This assumes the range to look for the largest value is A2:A7.
    >
    > Now use conditional formatting in the range A2:A7, if the value in the
    > range is equal to the result in C1, format to your liking with borders,
    > background colors, etc.
    >
    > Pierre
    >
    >


+ 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