#1   Report Post  
nicklissa
 
Posts: n/a
Default brainteaser?

new to this, the answer is probably right in front of me and I don't know it!

I use a speadsheet to calculate several types of daily information. There
are several cells for each day, each with it's own calculations. Towards the
end of the range of cells, I would like one of the final numbers to be
rounded, so that all functions after this work off of the rounded number. Is
there a way to do this without adding an extra column for the rounding
function?

Formula looks like this: =I9*.45

It always gives me a dollar amount with odd cents, and I'd rather have an
even number. How do I make the round function part of this formula.
(as in, if I9 = $65.20, the formula gives me $29.34, where as I would prefer
$29.00)

  #2   Report Post  
Dismal
 
Posts: n/a
Default

try formatting the cell you want to currency with zero decimal places.

"nicklissa" wrote:

new to this, the answer is probably right in front of me and I don't know it!

I use a speadsheet to calculate several types of daily information. There
are several cells for each day, each with it's own calculations. Towards the
end of the range of cells, I would like one of the final numbers to be
rounded, so that all functions after this work off of the rounded number. Is
there a way to do this without adding an extra column for the rounding
function?

Formula looks like this: =I9*.45

It always gives me a dollar amount with odd cents, and I'd rather have an
even number. How do I make the round function part of this formula.
(as in, if I9 = $65.20, the formula gives me $29.34, where as I would prefer
$29.00)

  #3   Report Post  
Myrna Larson
 
Posts: n/a
Default

Changing the format does not change the underlying data. If it was 4.758
before, it may display as 4.76, but the value is still 4.758.

To get an even number of dollars, rounded down, it's =INT(I9*.45), or do do
true rounding, =ROUND(I9*.45)


On Sun, 13 Mar 2005 19:55:03 -0800, Dismal
wrote:

try formatting the cell you want to currency with zero decimal places.

"nicklissa" wrote:

new to this, the answer is probably right in front of me and I don't know

it!

I use a speadsheet to calculate several types of daily information. There
are several cells for each day, each with it's own calculations. Towards

the
end of the range of cells, I would like one of the final numbers to be
rounded, so that all functions after this work off of the rounded number.

Is
there a way to do this without adding an extra column for the rounding
function?

Formula looks like this: =I9*.45

It always gives me a dollar amount with odd cents, and I'd rather have an
even number. How do I make the round function part of this formula.
(as in, if I9 = $65.20, the formula gives me $29.34, where as I would

prefer
$29.00)


  #4   Report Post  
Myrna Larson
 
Posts: n/a
Default

Ooops. Hit the Send key too soon.

=ROUND(I9*.45,0)


On Sun, 13 Mar 2005 23:21:16 -0600, Myrna Larson
wrote:

Changing the format does not change the underlying data. If it was 4.758
before, it may display as 4.76, but the value is still 4.758.

To get an even number of dollars, rounded down, it's =INT(I9*.45), or do do
true rounding, =ROUND(I9*.45)


On Sun, 13 Mar 2005 19:55:03 -0800, Dismal
wrote:

try formatting the cell you want to currency with zero decimal places.

"nicklissa" wrote:

new to this, the answer is probably right in front of me and I don't know

it!

I use a speadsheet to calculate several types of daily information. There
are several cells for each day, each with it's own calculations. Towards

the
end of the range of cells, I would like one of the final numbers to be
rounded, so that all functions after this work off of the rounded number.

Is
there a way to do this without adding an extra column for the rounding
function?

Formula looks like this: =I9*.45

It always gives me a dollar amount with odd cents, and I'd rather have an
even number. How do I make the round function part of this formula.
(as in, if I9 = $65.20, the formula gives me $29.34, where as I would

prefer
$29.00)


  #5   Report Post  
Ron Rosenfeld
 
Posts: n/a
Default

On Sun, 13 Mar 2005 19:29:02 -0800, nicklissa
wrote:

=I9*.45


Change the formula to =ROUND(I9*.45,0).

If that is not appropriate, then in the subsequent formulas, do the rounding of
that factor.


--ron


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



All times are GMT +1. The time now is 05:39 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"