Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 59
Default How do I make a cell round to another cell?

Hi,

How can I make a cell with a number in it round to another cells
number.

IE Keycell is 0.02 and Answercell is 0.05 but I need it to only show
numbers in multiples of the Keycell so in this example it would round
up to 0.06?

Cheers,

Aaron.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,624
Default How do I make a cell round to another cell?

One way:

A1: 0.02

B2: 0.05
C2: =ROUND(B2/$A$1,0)*$A$1


In article . com,
Aaron wrote:

Hi,

How can I make a cell with a number in it round to another cells
number.

IE Keycell is 0.02 and Answercell is 0.05 but I need it to only show
numbers in multiples of the Keycell so in this example it would round
up to 0.06?

Cheers,

Aaron.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,624
Default How do I make a cell round to another cell?

One way:

A1: 0.02

B2: 0.05
C2: =ROUND(B2/$A$1,0)*$A$1


In article . com,
Aaron wrote:

Hi,

How can I make a cell with a number in it round to another cells
number.

IE Keycell is 0.02 and Answercell is 0.05 but I need it to only show
numbers in multiples of the Keycell so in this example it would round
up to 0.06?

Cheers,

Aaron.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default How do I make a cell round to another cell?

=MROUND(Answercell,Keycell).
--
David Biddulph

"Aaron" wrote in message
ups.com...
Hi,

How can I make a cell with a number in it round to another cells
number.

IE Keycell is 0.02 and Answercell is 0.05 but I need it to only show
numbers in multiples of the Keycell so in this example it would round
up to 0.06?

Cheers,

Aaron.



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 256
Default How do I make a cell round to another cell?

CEILING(Answercell, Keycell)

Will (always) round up to the nearest multiple of Keycell. Use MROUND
if you need it to round down, otherwise this works.


On Aug 9, 4:00 am, "David Biddulph" <groups [at] biddulph.org.uk
wrote:
=MROUND(Answercell,Keycell).
--
David Biddulph

"Aaron" wrote in message

ups.com...



Hi,


How can I make a cell with a number in it round to another cells
number.


IE Keycell is 0.02 and Answercell is 0.05 but I need it to only show
numbers in multiples of the Keycell so in this example it would round
up to 0.06?


Cheers,


Aaron.- Hide quoted text -


- Show quoted text -





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default How do I make a cell round to another cell?

MROUND doesn't automatically round down; it rounds to the *nearest*. It is
FLOOR that rounds down (analagous to CEILING rounding up).
--
David Biddulph

"ilia" wrote in message
ups.com...
CEILING(Answercell, Keycell)

Will (always) round up to the nearest multiple of Keycell. Use MROUND
if you need it to round down, otherwise this works.


On Aug 9, 4:00 am, "David Biddulph" <groups [at] biddulph.org.uk
wrote:
=MROUND(Answercell,Keycell).
--
David Biddulph

"Aaron" wrote in message

ups.com...



Hi,


How can I make a cell with a number in it round to another cells
number.


IE Keycell is 0.02 and Answercell is 0.05 but I need it to only show
numbers in multiples of the Keycell so in this example it would round
up to 0.06?


Cheers,


Aaron.- Hide quoted text -


- Show quoted text -





  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 59
Default How do I make a cell round to another cell?

On Aug 10, 3:49 am, "David Biddulph" <groups [at] biddulph.org.uk
wrote:
MROUND doesn't automatically round down; it rounds to the *nearest*. It is
FLOOR that rounds down (analagous to CEILING rounding up).
--
David Biddulph

"ilia" wrote in message

ups.com...



CEILING(Answercell,Keycell)


Will (always) round up to the nearest multiple ofKeycell. Use MROUND
if you need it to round down, otherwise this works.


On Aug 9, 4:00 am, "David Biddulph" <groups [at] biddulph.org.uk
wrote:
=MROUND(Answercell,Keycell).
--
David Biddulph


"Aaron" wrote in message


roups.com...


Hi,


How can I make a cell with a number in it round to another cells
number.


IEKeycellis 0.02 and Answercell is 0.05 but I need it to only show
numbers in multiples of theKeycellso in this example it would round
up to 0.06?


Cheers,


Aaron.- Hide quoted text -


- Show quoted text -- Hide quoted text -


- Show quoted text -


Thankyou everyone for your help, I will put these to the tst on my
spreadsheet.

Cheers,

Aaron.

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
How can I make a blank cell in a formula cell with a range of cell Vi Excel Discussion (Misc queries) 5 June 21st 07 02:46 PM
Sum and Round all in one cell BAHoffman Excel Discussion (Misc queries) 4 November 21st 06 09:38 PM
Excell- a value in a cell, round it up by fives in another cell lpp123 New Users to Excel 3 June 23rd 06 04:39 PM
round up in own cell Tim Excel Worksheet Functions 3 June 20th 05 03:15 AM
Multiply one cell by a factor and make that result round Machel_C Excel Worksheet Functions 7 March 15th 05 08:04 PM


All times are GMT +1. The time now is 02:20 AM.

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"