Else If Calculation Help Needed - Thanks In Advance!

Comments

2 comments

  • Randy D

    Also guys,

    I noticed in other "posts" that people respond with multiple "=" signs in their calculations.

    Is there any significance to this?

    For example: == vs =

     

    Randy

    0
    Comment actions Permalink
  • Adrien BLAISE

    Try:

    var type = @Offer Type
    var discount = @Discount
    var cmv = @CMV
    var arv = @ARV

    if (type == "N/A") { 0 }
    else if (type == "Short Sale" || type == "Owner Finance" || type == "Owner Lease Option" || type == "etc....."  ){ cmv * discount }
    else if (type == "Wholesale" ||type == "Rehab") { arv * discount }

    1
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk