Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Clagge
 
Posts: n/a
Default if two cells are equal?

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   Report Post  
Bob Phillips
 
Posts: n/a
Default

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   Report Post  
Max
 
Posts: n/a
Default

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Determine which cells from a specific range equal a certain sum Maxter21 Excel Worksheet Functions 1 July 20th 05 09:44 PM
What cells in a array equal my value? Stephen Excel Worksheet Functions 10 July 20th 05 08:59 PM
how do you "select locked cells" w/o "select unlocked cells"? princejohnpaulfin Excel Discussion (Misc queries) 3 July 16th 05 03:53 AM
Help me! There is problem with cells view... :-) Excel Discussion (Misc queries) 1 April 28th 05 01:16 PM
Convert data type of cells to Text,Number,Date and Time Kevin Excel Worksheet Functions 1 December 31st 04 12:57 PM


All times are GMT +1. The time now is 05:50 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"