Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Cumulative decrease by x% of total

Beek
5 - Atom

Hi, I am trying to figure out how to reduce a total balance by x% every month, where the new total is then multiplied by x%. So for example, in the first period the total balance is reduced by x%, then the next period the new total is reduced by x% and so on. Maybe easier to explain with excel:

 

Beek_1-1635260881240.png

 

Any help would be much appreciated. 

 

4 REPLIES 4
atcodedog05
22 - Nova
22 - Nova

Hi @Beek 

 

Can you provide the above excel file so that we can take a look into it.

Maskell_Rascal
13 - Pulsar

Hi @Beek 

 

You can accomplish this with a couple Multi-Row Formula tools. The funny thing about these calculations is that you can easily calculate the New_Amt first and then calculate the Depreciation vs how it is done in Excel. 

 

Maskell_Rascal_0-1635263087644.png

 

Attached is a sample workflow. 

 

Let me know if this solve the problem. 

 

Cheers!

Phil

 

atcodedog05
22 - Nova
22 - Nova

Nicely done @Maskell_Rascal 🙂👍

Beek
5 - Atom

Your solution worked a treat. Many thanks!

Labels
Top Solution Authors