Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 13
Default 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?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,047
Default 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?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 202
Default 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?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 13
Default 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?

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,124
Default 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?




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Roundup or Ceiling Function to round to a specific number Angie33 Excel Discussion (Misc queries) 26 September 11th 08 04:29 PM
Populate one cell with specific figure slavenp Excel Discussion (Misc queries) 4 August 17th 07 08:22 AM
Populate one cell with specific figure Mike H Excel Discussion (Misc queries) 0 August 17th 07 01:44 AM
Need to round a formula up or down to a specific number Eric Foucrier Excel Worksheet Functions 4 March 5th 06 03:50 AM
Can you round numbers to display a specific set of numbers, for e. lbfries Excel Discussion (Misc queries) 3 April 20th 05 09:52 PM


All times are GMT +1. The time now is 11:19 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"