Thread: Ising Formula
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
D. Vaughn D. Vaughn is offline
external usenet poster
 
Posts: 1
Default Ising Formula

I have a formula I found through Google and want to use it in a spreadsheet.
Here is what I found;

Margin from Cost and Selling Prices
Sometimes you will have a cost and selling price, and need to know what
margin that results in. The formula is :

margin = (1 - (cost/selling))x100

How can I put this formula in a spreadsheet to find the margin between the
cost and selling price of an item?

DonV