Yes, I want to highlight the 3 "lowest" prices, which will change daily. I
have them linked to another page which will be updated everyday.
Assuming there will *always* be at least 3 prices...
The prices are in the range A1:E1...
Select the range A1:E1
Goto the menu Format>Conditional Formatting
Formula Is:
=AND(A1<>"",A1<=SMALL($A1:$E1,3))
Click the Format button
Select the desired style(s)
OK out

Signature
Biff
Microsoft Excel MVP
> Yes, I want to highlight the 3 "lowest" prices, which will change daily. I
> have them linked to another page which will be updated everyday.
[quoted text clipped - 21 lines]
>> >
>> > Thanks,
lindsayr - 29 Apr 2008 17:28 GMT
When I enter in the formula - no change occurs.....
Some rows maybe 20 prices, and some may have 10. What I ultimatley am
looking to do, is rank the top 3 prices from cheapest, to 2nd cheapest, to
3rd cheapest and have each price highlighted a different color. Sorry if this
is confusing.... :)
I appreciate your help!
> Assuming there will *always* be at least 3 prices...
>
[quoted text clipped - 35 lines]
> >> >
> >> > Thanks,
T. Valko - 29 Apr 2008 18:38 GMT
Ok...
Let's assume the range of interest is A1:G5.
Not all rows will have the same amount of numbers in them but the last
column that might have a number is column G.
Select the range A1:G5
Goto the menu format>Conditional Formatting
Condition 1
Formula Is:
=AND(A1<>"",A1=MIN($A1:$G1))
Click the Format button
Select the desired style(s)
OK
Click the Add button
Condition 2
Formula Is:
=A1=SMALL($A1:$G1,2)
Click the Format button
Select the desired style(s)
OK
Click the Add button
Condition 3
Formula Is:
=A1=SMALL($A1:$G1,3)
Click the Format button
Select the desired style(s)
OK out

Signature
Biff
Microsoft Excel MVP
> When I enter in the formula - no change occurs.....
>
[quoted text clipped - 50 lines]
>> >> >
>> >> > Thanks,
lindsayr - 29 Apr 2008 19:17 GMT
It worked!!! Thank you SO much for your help!!
Lindsay
> Ok...
>
[quoted text clipped - 90 lines]
> >> >> >
> >> >> > Thanks,
T. Valko - 30 Apr 2008 02:52 GMT
You're welocme. Thanks for the feedback!

Signature
Biff
Microsoft Excel MVP
> It worked!!! Thank you SO much for your help!!
>
[quoted text clipped - 99 lines]
>> >> >> >
>> >> >> > Thanks,