+ Reply to Thread
Results 1 to 9 of 9

Mark the Lowest price in a price-matrix

Hybrid View

raed_237 Mark the Lowest price in a... 04-06-2009, 08:19 AM
zbor Re: Mark the Lowest price in... 04-06-2009, 08:30 AM
NBVC Re: Mark the Lowest price in... 04-06-2009, 08:31 AM
raed_237 Re: Mark the Lowest price in... 04-06-2009, 09:31 AM
NBVC Re: Mark the Lowest price in... 04-06-2009, 09:34 AM
raed_237 Re: Mark the Lowest price in... 04-06-2009, 09:42 AM
zbor Re: Mark the Lowest price in... 04-06-2009, 08:37 AM
NBVC Re: Mark the Lowest price in... 04-06-2009, 09:47 AM
raed_237 Re: Mark the Lowest price in... 04-07-2009, 01:24 AM
  1. #1
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Mark the Lowest price in a price-matrix

    Select C2:K54 and invoke Conditional Formatting from the Home tab

    Select New Rule

    Select Use a Formula to determine which cells to format

    Enter formula: =AND(C2<=SMALL($C2:$K2,3),C2<>"")]

    Click Format to choose your highlighting preferences.

    Click Ok

    Click Ok to finish.
    Attached Files Attached Files
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  2. #2
    Registered User
    Join Date
    08-05-2008
    Location
    Jordan
    Posts
    17

    Re: Mark the Lowest price in a price-matrix

    Quote Originally Posted by NBVC View Post
    Select C2:K54 and invoke Conditional Formatting from the Home tab

    Select New Rule

    Select Use a Formula to determine which cells to format

    Enter formula: =AND(C2<=SMALL($C2:$K2,3),C2<>"")]

    Click Format to choose your highlighting preferences.

    Click Ok

    Click Ok to finish.
    well many thanks my friend, it works like a charm, though there is still one issue, can i make a range of highlighted colors, for example red for the lowest
    price, orange for the second lowest and yellow for the third lowest, thanks again and much appreciated.

  3. #3
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Mark the Lowest price in a price-matrix

    See attached...

    3 separate conditional formats are now applied

    =AND(C2=SMALL($C2:$K2,1),C2<>"")

    =AND(C2=SMALL($C2:$K2,2),C2<>"")

    =AND(C2=SMALL($C2:$K2,3),C2<>"")
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    08-05-2008
    Location
    Jordan
    Posts
    17

    Re: Mark the Lowest price in a price-matrix

    Quote Originally Posted by NBVC View Post
    See attached...

    3 separate conditional formats are now applied

    =AND(C2=SMALL($C2:$K2,1),C2<>"")

    =AND(C2=SMALL($C2:$K2,2),C2<>"")

    =AND(C2=SMALL($C2:$K2,3),C2<>"")
    Man...What can i say?
    really appreciate ur help mate, thanks alot and may God bless u

+ 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