View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bernard Liengme
 
Posts: n/a
Default Comparing multiple cells

Assuming your data has no values larger than a million, this gives the value
of the non-zero minimum
=MIN(H6+(H6=0)*1000000,M6+(M6=0)*1000000,R6+(R6=0) *1000000)

But we cannot wrap this in a MATCH formula because H6, M6 and R6 are
non-contiguous.
1) can you be sure that intervening cells will not contain numbers?
or (best solution)
2) could you use a 'helper' sheet with formulas such as =Sheet1!H6,
=Sheet1!M6, =Sheet1!R6 is cells A1:C1 and copied down the rows as needed?

Let us know and a solution might suggest itself.
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"scoobydoo2006"
wrote in message
news:scoobydoo2006.29chc1_1150209003.3321@excelfor um-nospam.com...

Hello All!
I'm trying to do a compare of dollar values in a given row with non
sequential cells (3). The data format is currency and I am looking for
the least in price between the three. Some cells do contain $0.00. The
minimum price 0 of course, has a code("S","UL",or"US") that needs to
be replicated in a given cell in that row(column AD). The compare
columns/row are H,M, & R. I do need to repeat the comparison all the
way down the worksheet. Worksheet data begins in row 6.

Thank you for any help you can offer


--
scoobydoo2006
------------------------------------------------------------------------
scoobydoo2006's Profile:
http://www.excelforum.com/member.php...o&userid=35372
View this thread: http://www.excelforum.com/showthread...hreadid=551446