View Single Post
  #5   Report Post  
Lowkey
 
Posts: n/a
Default

The simplest formula would be:

=IF(D10250,((D10/250)*2),2)
and format the cell you put the formula in as currency.

"bella0711" wrote:

I'm trying to write a formula in Excel that will:

if d10 is less than 250 = $2.00. If d10 is equal to 250= $2.00. If d10
is greater than 250 then, divide d10 by 250 and multipy that number by
$2.00.

sounds easy but I'm not that familiar with writing formulas...
Thanks!!