Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all,
I have a line of code in a macro that reads as follows Format(Evaluate("=AVERAGE(SMALL(my_rng,{1,2,3,4})) "), "0.00") This code finds the average of the 4 smallest values in the range and formats the result as currency. Works fine. What I would like to do is use a similiar line of code that would highlight those values in the worksheet. I am thinking of something like: Format("SMALL(my_rng,{1,2,3,4})", "Color = 49407") but I get sytax error with this. thks in advance for any help. BRC |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Highlighting the lowest cell automatically | Excel Discussion (Misc queries) | |||
Conditional formatting and Highlighting Date Range | Excel Discussion (Misc queries) | |||
Conditional formatting and Highlighting Date Range | Excel Discussion (Misc queries) | |||
I need to return the lowest time value in a range of cells. | Excel Worksheet Functions | |||
inserting a named range into new cells based on a named cell | Excel Discussion (Misc queries) |