Forum Discussion

TiffanyWilliam2's avatar
TiffanyWilliam2
Qrew Trainee
7 years ago

I need formula help!

I am trying to add to my existing formula.  
([Paid Volume]*0.1)

Now if [CS Down Payment Method]or[Down Payment Method]=Check Then 
([Paid Volume]*0.12) If not then ([Paid Volume]*0.1)

1 Reply

  • Try this.
    if([CS Down Payment Method]="Check" OR [Down Payment Method]="Check", ([Paid Volume]*0.12) , ([Paid Volume]*0.1))