View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default How can I find the percent differnce between two numbers?

Maybe

=(A1-B1)/A1

Mike

"trainer07" wrote:

I have two columns of numbers. I want to write a formula that calculates the
percent difference between the two numbers. Any assistance would be
appreciated.