I currenlty have something ike this;
If {Career_History_Custom.Grade}= "6" then 56000 else
If {Career_History_Custom.Grade}= "8" then ((56000/100)*111)else
If {Career_History_Custom.Grade}= "9" then ((62160/100)*111)else
If {Career_History_Custom.Grade}= "11" then ((68997.6/100)*111)else
If {Career_History_Custom.Grade}= "12" then ((76587.34/100)*111)else
If {Career_History_Custom.Grade}= "13a" then ((85011.95/100)*111)
Which works out a cumulative increase of 11% on the figure given. But it is fairly useless as I have to input the 11% increase figure. Can i save a result from the above calculation in the forumla to be inserted later on? How can I get an 11% increase cumulatively by only inputiing the first number "56000"? Thanks