Skip to main content

Hello,

I have just discovered the "Formula column" in reports (we are using Lightning) and I'm trying to apply a formula that reduces the total amount of an opportunity with a specific % depending what fiscal period the opportunity is in. For example, if an opportunitiy is in Q2-2019 the value in the "formula column" should be 50% of the Amount of that opportunity.

 

I have tried this formula, my first ever, but it does nothing, the formula column is blank.

IF(FISCAL_QUARTER = "Q1-2019",AMOUNT.CONVERT:SUM*0.75 , IF(FISCAL_QUARTER="Q2-2019", AMOUNT.CONVERT:SUM*0.5, IF(FISCAL_QUARTER="Q3-2019", AMOUNT.CONVERT:SUM*0.25, IF(FISCAL_QUARTER="Q4-2019", AMOUNT.CONVERT:SUM*0,0) ) ) )

 

What is wrong with my formula?

 

Could anyone help me understand why it's not working?

 

Big thank you in advance!

 

Kind regards, Helen
4 answers
  1. May 14, 2019, 2:02 PM
    Hi Helen,

     

    Yes you can.

     

    do the percentages remian same across the different years.

     

    for e.g for an opportunity in Q1 2020, will you be multiplying them with 0.75?

     

     
0/9000