+ Reply to Thread
Results 1 to 3 of 3

How to highlight the selected cell

  1. #1
    Registered User
    Join Date
    03-03-2008
    Posts
    1

    How to highlight the selected cell

    I have a formula to sellect the lowest value in a row of cells =MIN(A1,A2,A3,A4,A5,A6....) but i would like that lowest cell to become highlighted when selected so i can see a glace which number is being used. Any help would be much appriceated. jk

  2. #2
    Registered User
    Join Date
    02-14-2008
    Posts
    30
    Did you try using Conditional Formatting?

  3. #3
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Use conditional formatting

    Say your range is A1 to A6. Select the range > Format > Conditional Formatting > Formula and add this formula

    =AND(A1<>"",A1=MIN($A$1:$A$6))
    Change range as required

    Also you could change your first formula to

    =MIN(A1:A6)
    http://www.contextures.com/xlCondFormat01.html

    VBA Noob
    _________________________________________


    Credo Elvem ipsum etian vivere
    _________________________________________
    A message for cross posters

    Please remember to wrap code.

    Forum Rules

    Please add to your signature if you found this link helpful. Excel links !!!

+ 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