Need formula to give whole number

  • Thread starter Thread starter vince
  • Start date Start date
Try this in E18.

=(IF(E17<=250,E17*1.25,IF(E17>=500,E17*1.5,E17*1.35)))

need to format E18 as currency with two decimals.

regards
Bill K
 
as you were

enter in e18

=(IF(E17<=250,E17*0.25,IF(E17>=500,E17*0.5,E17*0.35)))

to show the percentage only and not E17 plus the percentage
regards
Bill K
 
Back
Top