formatting numbers within a "CONCATENATE" formula
Posted by Daniel P. on May 17, 2000 8:59 AM
I have the following formula figuring both Pieces (PCS) and Linear Feet (LF).
"=IF(ISBLANK(A15)," ",(IF(J15=0,"S/U",(CONCATENATE(J15-L15," PC(s) / ",((J15*I15)-(L15*K15))/12," LF")))))"
My problem is that the linear feet (LF) results... "((J15*I15)-(L15*K15))/12"... are not formatted.
I want it formatted to display to 3 decimal places.
Any suggestions?
Thanks for the help,
Daniel P.