document.write( "Question 1064051: I need to know how To create a formula.... if a salesman gets 15% of every thousand dollars he sales after $27000. How would I write the formula in excel? \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So for exanlole. I want to plug unit a formula if sale is 30,000. They would get 15% on 3000. \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So 15% per 1000 over 27000. What is the formaula I wold need to create?
\n" ); document.write( "

Algebra.Com's Answer #679090 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
s     amount of sales\r\n" );
document.write( "c     amount that salesman gets
\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"s-27000%3E0\" ?
\n" ); document.write( "If true then salesman gets 15% of this quantity.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "If \"s-27000\" can be accepted to every nearest penny, then
\n" ); document.write( "\"c=0.15%28s-27000%29\"
\n" ); document.write( "
\n" );