View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Rick Rothstein \(MVP - VB\)[_108_] Rick Rothstein \(MVP - VB\)[_108_] is offline
external usenet poster
 
Posts: 1
Default Largest of Two Values

You added an extra reference (and had them set up for the minimum I think).
I believe you wanted to post this formula instead...

=IF(C1A1,C1,A1)

Rick


"Mike H" wrote in message
...
=IF(B1A1,B1,C1)

Mike


"JerryS" wrote:

I want a formula that returns the largest of two values located in
different
cells. For example, A1 = $15.00, B1 = formula 1, C1 = A1+5%. For D1, I
want
it to return either B1 or C1 with the criteria being if B1 is greater
than
A1, then the answer is B1. If not, then the answer is C1. Any
suggestions?
Thanks
--
JerryS