G Guest May 19, 2005 #1 Need to round the following expression to two decimal places. "=(Sum([RAW]*24))/Count([raw])"
G Guest May 19, 2005 #2 -- Regards "=(Sum([RAW]*24))/Count([raw])" int((Sum([RAW]*24))/Count([raw])*100+.5)/100 Patrick Stubbin
-- Regards "=(Sum([RAW]*24))/Count([raw])" int((Sum([RAW]*24))/Count([raw])*100+.5)/100 Patrick Stubbin