G Gerrym Jul 29, 2004 #1 I have the number 36789.56 in Cell B2 The sheet should be in 000's so I would like to display 37. How can I do this. Thanks
I have the number 36789.56 in Cell B2 The sheet should be in 000's so I would like to display 37. How can I do this. Thanks
G Guest Jul 29, 2004 #6 Hi Try this: =ROUND(A2,-3) -- Andy. Gerrym said: hanks for this, but can I round up or down to nearest 000. Click to expand...
Hi Try this: =ROUND(A2,-3) -- Andy. Gerrym said: hanks for this, but can I round up or down to nearest 000. Click to expand...