Round up formula

mikenorris

Board Regular
Joined
Oct 8, 2008
Messages
66
Column Labels

C - Cost
D - Sale Price

In C1, I have a cost of $15.65

In D1, I have a formula =C1*1.9

It returns the total as 29.735

I know that I can format the cell to only 2 decimal points, but when I reference the number to another formula, the formula still sees the 29.735

Is there a way in D1 to use the formula that I have and also tell it to round up to 2 decimal points so all other formulas only see the 2 points?
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
Column Labels

C - Cost
D - Sale Price

In C1, I have a cost of $15.65

In D1, I have a formula =C1*1.9

It returns the total as 29.735

I know that I can format the cell to only 2 decimal points, but when I reference the number to another formula, the formula still sees the 29.735

Is there a way in D1 to use the formula that I have and also tell it to round up to 2 decimal points so all other formulas only see the 2 points?
Maybe you just want to round to the NEAREST 2 decimal places?

=ROUND(C1*1.9,2)

The result will be 29.74.
 
Upvote 0

Forum statistics

Threads
1,224,599
Messages
6,179,831
Members
452,947
Latest member
Gerry_F

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top