98.8% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Microsoft Excel Training and help » excel course - Rounding numbers
excel course - Rounding numbers
Resolved · Low Priority · Version Standard
Emma has attended:
Excel Intermediate course
PowerPoint Introduction course
Rounding numbers
Hi,
Can you tell me if it is possible to round numbers on excel to the next 50p? I realise that this is not the conventional way to round numbers. If, for example, a number is 34.02 I need it to round up to 34.50. Also, if a number appears as 56.73 I need it to round up to 57.00. Is this possible and, if so, how do I do it?
Many thanks!
Emma
RE: Rounding numbers
Well Emma, that is a good one.
Try this:
=CEILING(A1,0.5)
Where A1 is the cell you want to round.
You could also nest another function where A1 is:
IE:
=CEILING(SUM(A1+A2),0.5)
OR
=CEILING(A1*0.12,0.5)
Training information:
See also:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Excel tip:Convert Text to Columns in Excel 2010If you have a cell in your Excel spreadsheet that contains a lot of text and you want to divide it into separate columns, this can only be done if there is a logical character which separates the text, for example, a comma. |