Calcutating the following
=H70*I70*N70
returns
211.20
I want to calculate the precentage carriage based on the value of M7
M7 contains 112.00
This should be I think 53%
what do I need to change in the formula
Thanks for helping
Pat
Vito - 21 Mar 2006 19:12 GMT
=M7/(H70*I70*N70) formatted as percentage
or.... =M7/(H70*I70*N70)*100 formatted as number
depending on what actual result you want