View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default Largest of Two Values

=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