ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Round up to a specific figure (https://www.excelbanter.com/excel-discussion-misc-queries/192704-round-up-specific-figure.html)

Mick B

Round up to a specific figure
 
Hi, I need to round up a sheet of figures that will do the following: if a
figure is between £4.50 and £4.99, the figure will be rounded up to £5.00, or
if between £4.00 and £4.49, then rounded down to £4.00.

Any clues please?

Marcelo

Round up to a specific figure
 
assuming the value is in a1

=round(a1,0)

hth
--
regards from Brazil
Thanks in advance for your feedback.
Marcelo



"Mick B" escreveu:

Hi, I need to round up a sheet of figures that will do the following: if a
figure is between £4.50 and £4.99, the figure will be rounded up to £5.00, or
if between £4.00 and £4.49, then rounded down to £4.00.

Any clues please?


dennis

Round up to a specific figure
 
If your figure is in A1, then put this in B1

=INT(A1+0.5)

"Mick B" wrote:

Hi, I need to round up a sheet of figures that will do the following: if a
figure is between £4.50 and £4.99, the figure will be rounded up to £5.00, or
if between £4.00 and £4.49, then rounded down to £4.00.

Any clues please?


Don Guillett

Round up to a specific figure
 

Look in the help index for ROUND
--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Mick B" wrote in message
...
Hi, I need to round up a sheet of figures that will do the following: if a
figure is between £4.50 and £4.99, the figure will be rounded up to £5.00,
or
if between £4.00 and £4.49, then rounded down to £4.00.

Any clues please?



Mick B

Round up to a specific figure
 
The goalposts have changed 9as they do). If an amount is say, £5.33 then it
needs to be rounded up to £5.35, but if it was £5.37 it needs to be rounded
up to £5.39, so the second decimal needs to be rounded up to either 5 or 9.

Does that make sense? Hope someone can assist

"Dennis" wrote:

If your figure is in A1, then put this in B1

=INT(A1+0.5)

"Mick B" wrote:

Hi, I need to round up a sheet of figures that will do the following: if a
figure is between £4.50 and £4.99, the figure will be rounded up to £5.00, or
if between £4.00 and £4.49, then rounded down to £4.00.

Any clues please?



All times are GMT +1. The time now is 09:10 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com