Skip to main content
sweetangelh
Participant
January 11, 2016
Question

Discount percentage

  • January 11, 2016
  • 1 reply
  • 843 views

I am new to this Java in the simplified notion and I am wanting to create a formula for a form that calculates the discount that is entered in from when the form User enters the discount in "Disc1" and the "MSRP1". I currently have it set up to give me the answer for that. Now I need it to minus that answer from the "MSRP1".

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
January 11, 2016

It's not clear what you're deducting there... Shouldn't just UC1 be the produce of Disc1 and MSRP1, ie the price after the discount?

sweetangelh
Participant
January 11, 2016

This is the information that the form user will fill out "Form User":

Dealer Discount (Disc1)="44%"

Unit MSRP (MSRP1)="$5599.00"

Currently the form is doing: 44%*$5599=$2464

I need to know minus the $2464 from the $5599 to get the answer for UC1

try67
Community Expert
Community Expert
January 11, 2016

Is the Discount field set as Percentage under Format?