I am trying to create a function in monday that automatically calculates a commission fee, however, the commission fees for “development” are structured in intervals instead of a flat fee for “PBSH” (see below):
Development Fee structure:
6% fee from $0-$1M
5% fee from $1M-$2M
4% from $2M-$3M
3% from $3M-$4M
2% from $4M-5M
1% at >$5M
Example: an {Ask Price} of $5.5M would calculate out to (1M*.06)+(1M*.05)+(1M*.04)+(1M*.03)+(1M*.02)+(500K*.01) = $205,000
This is my function of nested IF statements that I hoped would work but shows up as an illegal formula. Can anyone help me?
GCavin
(Gilles Cavin - Reinventing Formulas in monday.com)
2
Hi Mitch,
You have more open parentheses than close parentheses. When you write formulas with so many nested functions, you may want to test it first: Check your monday.com formula.
Want to take your formulas to the next level? Try the Advanced Formula Booster, the app that reinvents formulas in monday.
Create formulas without using the Formula column (and avoid its limitations)
Build formulas involving data from the previous item, the next item, the sub-items, the parent item, even items in the same group or the same board.
In one formula, update multiple columns from multiple items.
Thank you for your help here. The function does not show any errors on the formula-check page, but it still shows “illegal formula” on my Monday table.
Let me know if you can think of anything else that I can change.
What if we could break free of the Formula column? and write formulas that update any type of columns? What if a formula could update multiple columns at once? This is possible with the Advanced Formula Booster app.