Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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? |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() 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? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Roundup or Ceiling Function to round to a specific number | Excel Discussion (Misc queries) | |||
Populate one cell with specific figure | Excel Discussion (Misc queries) | |||
Populate one cell with specific figure | Excel Discussion (Misc queries) | |||
Need to round a formula up or down to a specific number | Excel Worksheet Functions | |||
Can you round numbers to display a specific set of numbers, for e. | Excel Discussion (Misc queries) |