View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default Finding the difference

Heather

Maybe

=IF(A1<=60,"",A1-60)

Mike

"Heather" wrote:

Please help me with the following problem.

If cell A1 = 60 or less than equals 0.
But if cell A1 = more than 60, say 80, than I would like to get the
difference so I can multiply it by a $$ amount.

Thank you for any help!