Workflow Calculated Field Formula

Hi,

I’m trying to create a formula for the following equation but struggling to get the order correct for the functions in Workflow Calculated fields.

I’m trying to do the following:

P0 - ((P0 * 0.15)/12)

Any assistance would be appreciated.

Thanks

Hi,
untested, but try

{subtract({P0}; {divide({multiply({P0}; 0.15)}; 12)})}

Hi, this did work! I had a similar equation, but I was missing a key bracket.

My next step is to schedule this equation to run on a product value each month.