I am trying to create a formula that will calculate sales commission based on which marketer is named in another column.
I have two marketers who are at different commission levels. I would like the Commission column to automatically calculate the commission total from the dollar value in the Services column, based on which marketer is listed in the Marketer column.
Additionally, the commission percentage changes based on whether the Services type was Mitigation or Reconstruction.
The conditions are as follows:
If Marketer = Jerry, and Service Type = Mitigation, then multiply Services by 3% and populate the cell with that total.
If Marketer = Jerry, and Service Type = Reconstruction, then multiply Services by 1.5%
If Marketer = Melissa, and Service Type = Mitigation, then multiply Services by 1%.
If Marketer = Melissa, and Service Type = Reconstruction, then multiply Services by 0.5%.
If Marketer = Team Split, and Service Type = Mitigation, then multiply Services by 4%.
Can anyone help me figure out what formulas I need and how to nest them? I hope I asked this in a way that makes sense.Thank you so much!!