C Calvin Jul 21, 2009 #1 How to use MROUND when calculation on a cell that is alreay performing a calculation such as below (b2+c2)/3
How to use MROUND when calculation on a cell that is alreay performing a calculation such as below (b2+c2)/3
J JoeU2004 Jul 22, 2009 #2 Calvin said: How to use MROUND when calculation on a cell that is alreay performing a calculation such as below (b2+c2)/3 Click to expand... Whadaya want to MROUND it to? The following example MROUNDs to a multiple of 0.05: =MROUND((b2+c2)/3, 0.05)
Calvin said: How to use MROUND when calculation on a cell that is alreay performing a calculation such as below (b2+c2)/3 Click to expand... Whadaya want to MROUND it to? The following example MROUNDs to a multiple of 0.05: =MROUND((b2+c2)/3, 0.05)