Hello!
I am working on a Commission log and tracking project. The commission amount is based on the amount billed which is contingent on the contract billing cycle rather than the total cost of the sale.
So, I am trying to create a formula that will calculate the billing amount based on the bill cycles from a drop down list, so each value in the list will either return the Service Cost amount if its a Single Service or Annually but divide the Service Cost by 12 for Monthly, by 4 for Quarterly or by 6 for Bi-Annually.
Here are my columns for reference...
If I were writing out the the formula to do this in the Cycle Bill Cost column, it'd basically be this:
If Single Service or Annually is selected in Billing Cycle then Cycle Bill Cost will equal service cost. If monthly is selected in Billing Cycle then divide Service Cost by 12. If quarterly is selected in Billing Cycle then divide Service Cost by 4. If Bi-Annually is selected in Billing Cycle then divide Service Cost by 6. Which would give me the cost that Cycle Bill Cost would equal.
Hopefully that makes sense. This the first time I am attempt to do a complex formula and I'm failing really hard at it. Any help would be greatly appreciated.