View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.misc
DavidR DavidR is offline
external usenet poster
 
Posts: 2
Default divide a resultant number into another number

Very many thanks; that worked for me.

DavidR

"JMB" wrote:

try
=365/(B16/D17)

"DavidR" wrote:

I need to divide two numbers and then divide the result of that calculation
into 365.

This is for stock turn purposes ie Total Number of Days in Stock divided by
Total Number of Units, reult is then divided into 365

Example: b16/d17 = 57, how do I then divide 57 into 365?

Many thanks