Claire has attended:
Excel Advanced course
Rounding
How do you round for eg 34,000 to 34 using a formular?
RE: rounding
Hi Claire
The ROUND function does not remove the zeros (0) so 34,249 for example can only be rounded to 34,000.
What you are asking is for the number to lose a certain number of zeros, in this case 3
THis means you need to create a formula that takes the number in a cell (eg D3 and divide it by 1,000) as seen below
[b]
Amount