Tried it but it didn't work in our case. I think the issue starts when we have multiple formula's referencing Sales for example
Sales = Items * Price
Discounts % = Input
Discounts = Input \ Sales
Markdown % = Input
Markdown = Input \ Sales
Tried it but it didn't work in our case. I think the issue starts when we have multiple formula's referencing Sales for example
Sales = Items * Price
Discounts % = Input
Discounts = Input \ Sales
Markdown % = Input
Markdown = Input \ Sales