Activity Forums Salesforce® Discussions Multiple If statements

  • Multiple If statements

    Posted by Jef Bailey on February 8, 2022 at 3:04 PM

    To calculate ARR, I need to read a contract duration field if <12 then the ARR value will equal the total subscription value if >12, then I have a formula to calculate the value.

    Any suggestions?

    vishakha shrimali replied 3 years, 7 months ago 2 Members · 1 Reply
  • 1 Reply
  • vishakha shrimali

    Member
    October 14, 2022 at 9:01 AM

    The IF function allows you to compare a value to what you expect by testing for a condition and returning a result if it is True or False. This can be helpful in making decisions or taking actions based on specific conditions.

Log In to reply.