Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
From three cells I can make excel find the lowest "bid" for a job. But it
does not tell me if two or more bids are identical? how can I solve this problem? |
#2
![]() |
|||
|
|||
![]()
You could use conditional formatting, by selecting all of the cells, and use
a formula of =MIN($A$1:$M$1) say. Then all values will show. -- HTH RP (remove nothere from the email address if mailing direct) "Clagge" wrote in message ... From three cells I can make excel find the lowest "bid" for a job. But it does not tell me if two or more bids are identical? how can I solve this problem? |
#3
![]() |
|||
|
|||
![]()
And think you could also try in say, N1:
=IF(COUNTIF(A$1:M$1,MIN(A$1:M$1))1,"More than 1 lowest bid",MIN(A$1:M$1)) which will return the alert: "More than 1 lowest bid" if there are ties It'll just return the lowest bid figure if there are no ties Copy N1 down for other rows, if needed. -- Rgds Max xl 97 --- GMT+8, 1° 22' N 103° 45' E xdemechanik <atyahoo<dotcom ---- |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Determine which cells from a specific range equal a certain sum | Excel Worksheet Functions | |||
What cells in a array equal my value? | Excel Worksheet Functions | |||
how do you "select locked cells" w/o "select unlocked cells"? | Excel Discussion (Misc queries) | |||
Help me! There is problem with cells view... | Excel Discussion (Misc queries) | |||
Convert data type of cells to Text,Number,Date and Time | Excel Worksheet Functions |