document.write( "Question 151285: OK I didn't do well in Algebra and maybe someone can help... I feel like a retard. \r
\n" );
document.write( "\n" );
document.write( "I need a formula for MS Excel that can calculate a percentage based on cost vs sale.
\n" );
document.write( "Example:
\n" );
document.write( "Cost = $1478.00 --- Sale = $1950.00 --- Profit = $472.00
\n" );
document.write( "I need an formula that I can have MS Excel to compute what the % of profit was made.\r
\n" );
document.write( "\n" );
document.write( "Thanks in advance for your help! \n" );
document.write( "
Algebra.Com's Answer #111185 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! the profit is a percentage of the cost __ if you buy something for a nickel and sell it for a dime, you make 100% profit\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "% profit=[(sale - cost)/(cost)]*100\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in your example __ %p=[(1950-1478)/1478]*100 __ %p=32 (approx) \n" ); document.write( " |