Using Ms Project 2002
I set up a custom formula in Number format, it all seems to work fine but I just need it to go deeper than 2 decimal places. Can anyone suggest a way to add decimal places?
My formula looks like this (an "if" to avoid the annoying #Error with the Div/0 scenario)
(Number 3= (IIf(Number1=0,0,Number2/Number1)/60)
My info looks like this
Number 1 Number 2 Number 3
Lot Size Total # minutes Avg Hours per unit
50 50 .02
20 500 .42
25 129.4 .09
What it should look like
Number 1 Number 2 Number 3
Lot Size Total # minutes Avg Hours per unit
50 50 .0166
20 500 .4166
25 129.4 .0862
I tried adding a "round" function in there defining a deeper decimal place and also tried various other functions but to no avail.
Any help is appreciated
I set up a custom formula in Number format, it all seems to work fine but I just need it to go deeper than 2 decimal places. Can anyone suggest a way to add decimal places?
My formula looks like this (an "if" to avoid the annoying #Error with the Div/0 scenario)
(Number 3= (IIf(Number1=0,0,Number2/Number1)/60)
My info looks like this
Number 1 Number 2 Number 3
Lot Size Total # minutes Avg Hours per unit
50 50 .02
20 500 .42
25 129.4 .09
What it should look like
Number 1 Number 2 Number 3
Lot Size Total # minutes Avg Hours per unit
50 50 .0166
20 500 .4166
25 129.4 .0862
I tried adding a "round" function in there defining a deeper decimal place and also tried various other functions but to no avail.
Any help is appreciated