function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Alex Valavanis 10Alex Valavanis 10 

Formulas in salesforce

Hello, i want to create the following calculations in my reports. Can you please tell me the formula?
I have summarized the "Subscription Start Year" by Year . Shall i include these formulas as fields so that i can then drag and drop in the reports?


User-added image

As you can see there are both numbers and values. These are the formulas i'm using in excel.

1. IF (Net amount=0,"New",0)
2. IF(Net amount>0, Net amount>0)), "Renewed",0)
3. IF (Net amount=0,"Not Renewed",0)
4. IF (Net amount 2015 =0,Net amount 2016 ,0)
5. IF((AND(Net amount>0,Net amount>0)),Net amount,0)

User-added image