![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Mar 2002
Posts: 14
|
I need to find and highlight the single lowest number in a column. If more than one, do nothing. Can the highlighting be done by conditional formatting?
|
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Denver, CO
Posts: 1,744
|
Quote:
=AND(A1=MIN(A:A),COUNTIF(A:A,A1)=1) as your conditional formatting formula for cell a1 of column A. _________________ Good Luck "Give a man a fish, feed him for a meal, Teach a man to fish, he will be drunk on a boat every Saturday" [ This Message was edited by: IML on 2002-03-06 15:34 ] |
|
|
|
|
|
|
#3 |
|
New Member
Join Date: Mar 2002
Posts: 14
|
Thank you very much! This works great.
One other question, I need to add this to some columns with formulas. Will this interfer with those formulas? |
|
|
|
|
|
#4 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Denver, CO
Posts: 1,744
|
Quote:
[ This Message was edited by: IML on 2002-03-07 11:24 ] |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|