Thread: Excel formula
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Elkar Elkar is offline
external usenet poster
 
Posts: 964
Default Excel formula

How about this:

=MIN(A2,B2)

HTH
Elkar


"Karen" wrote:

I want a formula that determines: if cell A2 is less than cell B2, enter A2,
but if cell A2 is greater than cell B2, enter B2. This is for a tax formula
that cannot be greater than the limit.